Skip to content

Commit e81c455

Browse files
YiPeng Chaialexdeucher
authored andcommitted
drm/amdgpu: Enable ras for mp0 v13_0_6 sriov
Enable ras for mp0 v13_0_6 sriov Signed-off-by: YiPeng Chai <YiPeng.Chai@amd.com> Reviewed-by: Stanley.Yang <Stanley.Yang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 3aca8cc commit e81c455

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2399,6 +2399,7 @@ static bool amdgpu_ras_asic_supported(struct amdgpu_device *adev)
23992399
if (amdgpu_sriov_vf(adev)) {
24002400
switch (adev->ip_versions[MP0_HWIP][0]) {
24012401
case IP_VERSION(13, 0, 2):
2402+
case IP_VERSION(13, 0, 6):
24022403
return true;
24032404
default:
24042405
return false;

0 commit comments

Comments
 (0)