]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
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)
committerSeth Forshee <seth.forshee@canonical.com>
Thu, 8 Apr 2021 20:42:25 +0000 (15:42 -0500)
commitc47ada858d5c10c8c27c3ee2bc9b1f56eecc4986
tree4f6bd78fbac10b385d0f46a622549d2389859bca
parent192193963e55c61aa714d7d32a33039540360cb3
drm/amdgpu: fb BO should be ttm_bo_type_device

BugLink: https://bugs.launchpad.net/bugs/1922601
[ Upstream commit 521f04f9e3ffc73ef96c776035f8a0a31b4cdd81 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c