summaryrefslogtreecommitdiff
path: root/include/drm/ttm/ttm_device.h
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2022-01-24 11:37:43 +0300
committerChristian König <christian.koenig@amd.com>2022-03-28 21:05:32 +0300
commitb0e2c9ea5afc769476fd85a6a28cc370ddd44ee8 (patch)
tree433a7df9f7d0ab4569bb5facd3f6fa5526ba52e7 /include/drm/ttm/ttm_device.h
parent5d05b988f1c0fddc4aaffa5fa3c3f5a9e7b84d5b (diff)
downloadlinux-b0e2c9ea5afc769476fd85a6a28cc370ddd44ee8.tar.xz
drm/ttm: allow bulk moves for all domains
Not just TT and VRAM. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Tested-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Link: https://patchwork.freedesktop.org/patch/msgid/20220321132601.2161-3-christian.koenig@amd.com
Diffstat (limited to 'include/drm/ttm/ttm_device.h')
-rw-r--r--include/drm/ttm/ttm_device.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/ttm/ttm_device.h b/include/drm/ttm/ttm_device.h
index 0a4ddec78d8f..425150f35fbe 100644
--- a/include/drm/ttm/ttm_device.h
+++ b/include/drm/ttm/ttm_device.h
@@ -30,8 +30,6 @@
#include <drm/ttm/ttm_resource.h>
#include <drm/ttm/ttm_pool.h>
-#define TTM_NUM_MEM_TYPES 8
-
struct ttm_device;
struct ttm_placement;
struct ttm_buffer_object;