drm/amdgpu: stop using TTM_MEMTYPE_FLAG_MAPPABLE
authorChristian König <christian.koenig@amd.com>
Thu, 16 Jul 2020 08:28:04 +0000 (10:28 +0200)
committerChristian König <christian.koenig@amd.com>
Wed, 22 Jul 2020 13:12:58 +0000 (15:12 +0200)
commit902d77f3568a9f35493e1ebcfe25ba32cd3489e0
tree608ef05a5814c4d2ee22eaea8ea825142df1af88
parent8401e2edf77097bb6ac6ddac4aa7fb1aecd8e01a
drm/amdgpu: stop using TTM_MEMTYPE_FLAG_MAPPABLE

The driver does support some not-mapable resources, but
those are already handled correctly in the switch/case
statement in the code.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/378243/
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c