]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: fix amdgpu_coredump
authorChristian König <christian.koenig@amd.com>
Thu, 12 Dec 2024 15:29:18 +0000 (16:29 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 18 Dec 2024 17:39:07 +0000 (12:39 -0500)
commit57f812d171af4ba233d3ed7c94dfa5b8e92dcc04
treeac23d50dbec38b048638e35217f09cdce421a906
parentd1ebe307b44bbc9a98578c8f8089bb8789c5ecd7
drm/amdgpu: fix amdgpu_coredump

The VM pointer might already be outdated when that function is called.
Use the PASID instead to gather the information instead.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_dev_coredump.c