From: Michel Dänzer Date: Wed, 25 Jan 2017 08:21:31 +0000 (+0900) Subject: drm/ttm: Make sure BOs being swapped out are cacheable X-Git-Tag: v3.2.89~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2411059043be1539429e8a781dd100fa09c0cee;p=pandora-kernel.git drm/ttm: Make sure BOs being swapped out are cacheable commit 239ac65fa5ffab71adf66e642750f940e7241d99 upstream. The current caching state may not be tt_cached, even though the placement contains TTM_PL_FLAG_CACHED, because placement can contain multiple caching flags. Trying to swap out such a BO would trip up the BUG_ON(ttm->caching_state != tt_cached); in ttm_tt_swapout. Signed-off-by: Michel Dänzer Reviewed-by: Thomas Hellstrom Reviewed-by: Christian König . Reviewed-by: Sinclair Yeh Signed-off-by: Christian König Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed