projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80061d6
)
drm/amdgpu: Do not issue gpu reset from nbio v7_9 bif interrupt
author
Hawking Zhang
<Hawking.Zhang@amd.com>
Mon, 20 Nov 2023 02:14:21 +0000
(10:14 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Wed, 29 Nov 2023 21:48:59 +0000
(16:48 -0500)
In nbio v7_9, host driver should not issu gpu reset
Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Stanley Yang <Stanley.Yang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/nbio_v7_9.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/nbio_v7_9.c
b/drivers/gpu/drm/amd/amdgpu/nbio_v7_9.c
index 23f26f8caad4cf4ebd4e9e7eac7c17165c4c5945..25a3da83e0fb97e5949221d17e3fcd63062dd29c 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/nbio_v7_9.c
+++ b/
drivers/gpu/drm/amd/amdgpu/nbio_v7_9.c
@@
-611,11
+611,6
@@
static void nbio_v7_9_handle_ras_controller_intr_no_bifring(struct amdgpu_device
dev_info(adev->dev, "RAS controller interrupt triggered "
"by NBIF error\n");
-
- /* ras_controller_int is dedicated for nbif ras error,
- * not the global interrupt for sync flood
- */
- amdgpu_ras_reset_gpu(adev);
}
amdgpu_ras_error_data_fini(&err_data);