Commit fe120b9f authored by YiPeng Chai's avatar YiPeng Chai Committed by Alex Deucher
Browse files

drm/amdgpu: enable ras for mp0 v13_0_10 on SRIOV



Enable ras for mp0 v13_0_10 on SRIOV.

Signed-off-by: default avatarYiPeng Chai <YiPeng.Chai@amd.com>
Reviewed-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 3ad5dcfe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2340,6 +2340,7 @@ static bool amdgpu_ras_asic_supported(struct amdgpu_device *adev)
	if (amdgpu_sriov_vf(adev)) {
		switch (adev->ip_versions[MP0_HWIP][0]) {
		case IP_VERSION(13, 0, 2):
		case IP_VERSION(13, 0, 10):
			return true;
		default:
			return false;