Skip to content

Commit 3755127

Browse files
Mangesh Gadrealexdeucher
authored andcommitted
drm/amdgpu: Avoid vcn v5.0.1 poison irq call trace on sriov guest
Sriov guest side doesn't init ras feature hence the poison irq shouldn't be put during hw fini Signed-off-by: Mangesh Gadre <Mangesh.Gadre@amd.com> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 01152c3 commit 3755127

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ static int vcn_v5_0_1_hw_fini(struct amdgpu_ip_block *ip_block)
326326
vinst->set_pg_state(vinst, AMD_PG_STATE_GATE);
327327
}
328328

329-
if (amdgpu_ras_is_supported(adev, AMDGPU_RAS_BLOCK__VCN))
329+
if (amdgpu_ras_is_supported(adev, AMDGPU_RAS_BLOCK__VCN) && !amdgpu_sriov_vf(adev))
330330
amdgpu_irq_put(adev, &adev->vcn.inst->ras_poison_irq, 0);
331331

332332
return 0;

0 commit comments

Comments
 (0)