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 d3d73bd commit 58364f0Copy full SHA for 58364f0
drivers/gpu/drm/amd/amdgpu/vcn_v4_0_3.c
@@ -384,7 +384,7 @@ static int vcn_v4_0_3_hw_fini(struct amdgpu_ip_block *ip_block)
384
vinst->set_pg_state(vinst, AMD_PG_STATE_GATE);
385
}
386
387
- if (amdgpu_ras_is_supported(adev, AMDGPU_RAS_BLOCK__VCN))
+ if (amdgpu_ras_is_supported(adev, AMDGPU_RAS_BLOCK__VCN) && !amdgpu_sriov_vf(adev))
388
amdgpu_irq_put(adev, &adev->vcn.inst->ras_poison_irq, 0);
389
390
return 0;
0 commit comments