diff options
author | Christian König <christian.koenig@amd.com> | 2024-03-15 13:07:53 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-04-17 11:02:57 -0400 |
commit | ca7c4507ba87e9fc22e0ecfa819c3664b3e8287b (patch) | |
tree | 47a24c175afef4fbcc3bbe3eaa5a07113a24427b /drivers/gpu/drm/amd/amdgpu/amdgpu_preempt_mgr.c | |
parent | 0bbac3facb5d6cc0171c45c9873a2dc96bea9680 (diff) |
drm/amdgpu: remove invalid resource->start check v2
The majority of those where removed in the commit aed01a68047b
("drm/amdgpu: Remove TTM resource->start visible VRAM condition v2")
But this one was missed because it's working on the resource and not the
BO. Since we also no longer use a fake start address for visible BOs
this will now trigger invalid mapping errors.
v2: also remove the unused variable
Signed-off-by: Christian König <christian.koenig@amd.com>
Fixes: aed01a68047b ("drm/amdgpu: Remove TTM resource->start visible VRAM condition v2")
CC: stable@vger.kernel.org
Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_preempt_mgr.c')
0 files changed, 0 insertions, 0 deletions