]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/ras: Avoid ECC status update in hw_fini for VF unload
authorCe Sun <cesun102@amd.com>
Mon, 13 Apr 2026 11:49:24 +0000 (19:49 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 17 Apr 2026 18:49:51 +0000 (14:49 -0400)
commit505dcb8eeaf2196853c30136b0cbea24af0f7aaa
treedda6f4ffe90c17287fb6b3f0db8a24e32a11e8d7
parentb8939bd764c9c8bf6488dc0d71d9c718c25d8cfc
drm/amd/ras: Avoid ECC status update in hw_fini for VF unload

VF sends IDH_REQ_GPU_FINI_ACCESS before hw_fini during unload.
PF no longer accepts requests, so skip ECC status update to prevent
mailbox timeout.

Signed-off-by: Ce Sun <cesun102@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/ras/ras_mgr/amdgpu_virt_ras_cmd.c