]> git.dujemihanovic.xyz Git - linux.git/commit
drm/amdgpu: skip coredump after job timeout in SRIOV
authorZhenGuo Yin <zhenguo.yin@amd.com>
Thu, 19 Sep 2024 03:38:04 +0000 (11:38 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 25 Sep 2024 16:55:52 +0000 (12:55 -0400)
commite1d27f7a9cea1e0c06699164e3b177862e7b4096
treea8f46e4abc0a7f9b33dc683a1cae6370ad868775
parent126be9b2bef9c7068fdd464790d82e6d70f9d8e6
drm/amdgpu: skip coredump after job timeout in SRIOV

VF FLR will be triggered by host driver before job timeout,
hence the error status of GPU get cleared. Performing a
coredump here is unnecessary.

Signed-off-by: ZhenGuo Yin <zhenguo.yin@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_job.c