drm/amdgpu: fb BO should be ttm_bo_type_device
authorNirmoy Das <nirmoy.das@amd.com>
Mon, 8 Mar 2021 14:22:22 +0000 (15:22 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 10 Mar 2021 21:19:47 +0000 (16:19 -0500)
commit521f04f9e3ffc73ef96c776035f8a0a31b4cdd81
tree207af1e0d4742c21a23f7862cc5328880c78ef64
parenteda29602f1a8b2b32d8c8c354232d9d1ee1c064d
drm/amdgpu: fb BO should be ttm_bo_type_device

FB BO should not be ttm_bo_type_kernel type and
amdgpufb_create_pinned_object() pins the FB BO anyway.

Signed-off-by: Nirmoy Das <nirmoy.das@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c