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, 24 Mar 2021 03:10:42 +0000 (23:10 -0400)
commite5e6666db5c7d771e9cd9e574ff01838c063f7d8
treecad09eda4bd1d07f9a623f773c557efdc6d39774
parente3c1b0712fdb039d9139ac0910be9a658c9cb65e
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