]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: Handle NULL bo->tbo.resource (again) in amdgpu_vm_bo_update
authorMichel Dänzer <mdaenzer@redhat.com>
Tue, 17 Dec 2024 17:22:56 +0000 (18:22 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 18 Dec 2024 17:39:08 +0000 (12:39 -0500)
commit695c2c745e5dff201b75da8a1d237ce403600d04
tree9bb9fe8fc140e6ffab4b5d97604073350668a757
parenta21ab06b8c2d8d25c4a83bdf39542834b1f3beae
drm/amdgpu: Handle NULL bo->tbo.resource (again) in amdgpu_vm_bo_update

Third time's the charm, I hope?

Fixes: d3116756a710 ("drm/ttm: rename bo->mem and make it a pointer")
Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/3837
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Michel Dänzer <mdaenzer@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c