AMD General Reviewed-by: Tao Zhou <[email protected]>
> -----Original Message----- > From: Sun, Ce(Overlord) <[email protected]> > Sent: Monday, May 18, 2026 3:09 PM > To: [email protected] > Cc: Zhang, Hawking <[email protected]>; Chai, Thomas > <[email protected]>; Zhou1, Tao <[email protected]>; Yang, Stanley > <[email protected]>; Sun, Ce(Overlord) <[email protected]> > Subject: [PATCH] drm/amd/ras: Add more IP versions for uniras > > Add more IP versions for uniras > > Signed-off-by: Ce Sun <[email protected]> > --- > drivers/gpu/drm/amd/ras/ras_mgr/amdgpu_ras_mgr.c | 2 ++ > 1 file changed, 2 insertions(+) > > 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 aaf88e1cdd07..4181caea71c7 100644 > --- 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 > -- > 2.34.1
