diff options
| author | Christian König <christian.koenig@amd.com> | 2020-07-16 14:02:08 +0200 |
|---|---|---|
| committer | Christian König <christian.koenig@amd.com> | 2020-07-22 15:13:10 +0200 |
| commit | 9fadd6d1e2977bbd449d4fb99cde41ed6f71f668 (patch) | |
| tree | 9c9e07725c3b4fd007737ae6e8c2a919425ef4dd | |
| parent | 902d77f3568a9f35493e1ebcfe25ba32cd3489e0 (diff) | |
drm/ttm: remove TTM_MEMTYPE_FLAG_MAPPABLE
Not used any more. And it is bad design to use a TTM flag
to do a check inside a driver.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/378245/
| -rw-r--r-- | include/drm/ttm/ttm_bo_driver.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/ttm/ttm_bo_driver.h b/include/drm/ttm/ttm_bo_driver.h index 71b195e78c7c..9b251853afe2 100644 --- a/include/drm/ttm/ttm_bo_driver.h +++ b/include/drm/ttm/ttm_bo_driver.h @@ -46,7 +46,6 @@ #define TTM_MAX_BO_PRIORITY 4U #define TTM_MEMTYPE_FLAG_FIXED (1 << 0) /* Fixed (on-card) PCI memory */ -#define TTM_MEMTYPE_FLAG_MAPPABLE (1 << 1) /* Memory mappable */ struct ttm_mem_type_manager; |
