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 75d7393 commit e6ac2b8Copy full SHA for e6ac2b8
drivers/gpu/drm/amd/amdgpu/vcn_v4_0_3.c
@@ -391,7 +391,7 @@ static int vcn_v4_0_3_hw_fini(struct amdgpu_ip_block *ip_block)
391
vinst->set_pg_state(vinst, AMD_PG_STATE_GATE);
392
}
393
394
- if (amdgpu_ras_is_supported(adev, AMDGPU_RAS_BLOCK__VCN))
+ if (amdgpu_ras_is_supported(adev, AMDGPU_RAS_BLOCK__VCN) && !amdgpu_sriov_vf(adev))
395
amdgpu_irq_put(adev, &adev->vcn.inst->ras_poison_irq, 0);
396
397
return 0;
0 commit comments