aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/ttm
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2020-09-29 17:33:17 +0200
committerChristian König <christian.koenig@amd.com>2020-10-07 10:35:08 +0200
commit1e17792de06fe74daf44a97a8dff7d357c783acc (patch)
treeb6c7cffff266b3ab49da38280349969d846df711 /include/drm/ttm
parentdrm/ttm: make move callback compulstory (diff)
downloadlinux-dev-1e17792de06fe74daf44a97a8dff7d357c783acc.tar.xz
linux-dev-1e17792de06fe74daf44a97a8dff7d357c783acc.zip
drm/ttm: remove TTM_PAGE_FLAG_WRITE
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/
Diffstat (limited to 'include/drm/ttm')
-rw-r--r--include/drm/ttm/ttm_tt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/ttm/ttm_tt.h b/include/drm/ttm/ttm_tt.h
index 91691240a509..5d1835d44084 100644
--- a/include/drm/ttm/ttm_tt.h
+++ b/include/drm/ttm/ttm_tt.h
@@ -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)