drm/ttm: remove TTM_PAGE_FLAG_WRITE
authorChristian König <christian.koenig@amd.com>
Tue, 29 Sep 2020 15:33:17 +0000 (17:33 +0200)
committerChristian König <christian.koenig@amd.com>
Wed, 7 Oct 2020 08:35:08 +0000 (10:35 +0200)
Not used any more.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Michael J. Ruhl <michael.j.ruhl@intel.com>
Link: https://patchwork.freedesktop.org/patch/393429/
include/drm/ttm/ttm_tt.h

index 9169124..5d1835d 100644 (file)
@@ -34,7 +34,6 @@ struct ttm_resource;
 struct ttm_buffer_object;
 struct ttm_operation_ctx;
 
-#define TTM_PAGE_FLAG_WRITE           (1 << 3)
 #define TTM_PAGE_FLAG_SWAPPED         (1 << 4)
 #define TTM_PAGE_FLAG_ZERO_ALLOC      (1 << 6)
 #define TTM_PAGE_FLAG_DMA32           (1 << 7)