We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b7271 commit d1ebe30Copy full SHA for d1ebe30
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
@@ -3572,7 +3572,6 @@ static bool amdgpu_ras_asic_supported(struct amdgpu_device *adev)
3572
case IP_VERSION(13, 0, 6):
3573
case IP_VERSION(13, 0, 12):
3574
case IP_VERSION(13, 0, 14):
3575
- case IP_VERSION(14, 0, 3):
3576
return true;
3577
default:
3578
return false;
@@ -3586,6 +3585,7 @@ static bool amdgpu_ras_asic_supported(struct amdgpu_device *adev)
3586
3585
case IP_VERSION(13, 0, 10):
3587
3588
+ case IP_VERSION(14, 0, 3):
3589
3590
3591
0 commit comments