projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e57f79c
)
drm/amd/ras: Add more IP versions for uniras
author
Ce Sun
<cesun102@amd.com>
Mon, 18 May 2026 07:01:52 +0000
(15:01 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Tue, 19 May 2026 15:51:47 +0000
(11:51 -0400)
Add more IP versions for uniras
Signed-off-by: Ce Sun <cesun102@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/ras/ras_mgr/amdgpu_ras_mgr.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/ras/ras_mgr/amdgpu_ras_mgr.c
b/drivers/gpu/drm/amd/ras/ras_mgr/amdgpu_ras_mgr.c
index
ad8862d
..
79976e3
100644
(file)
--- a/
drivers/gpu/drm/amd/ras/ras_mgr/amdgpu_ras_mgr.c
+++ b/
drivers/gpu/drm/amd/ras/ras_mgr/amdgpu_ras_mgr.c
@@
-291,6
+291,8
@@
static int amdgpu_ras_mgr_sw_init(struct amdgpu_ip_block *ip_block)
con->uniras_enabled = false;
if (amdgpu_ip_version(adev, MP0_HWIP, 0) == IP_VERSION(13, 0, 14) ||
+ amdgpu_ip_version(adev, MP0_HWIP, 0) == IP_VERSION(13, 0, 12) ||
+ amdgpu_ip_version(adev, MP0_HWIP, 0) == IP_VERSION(13, 0, 6) ||
adev->debug_enable_ras_aca)
con->uniras_enabled = true;
else