Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu: reset vce trap interrupt flag

Signed-off-by: Leo Liu <leo.liu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Leo Liu and committed by
Alex Deucher
d6c29c30 2d591ab1

+5
+5
drivers/gpu/drm/amd/amdgpu/vce_v3_0.c
··· 576 576 struct amdgpu_iv_entry *entry) 577 577 { 578 578 DRM_DEBUG("IH: VCE\n"); 579 + 580 + WREG32_P(mmVCE_SYS_INT_STATUS, 581 + VCE_SYS_INT_STATUS__VCE_SYS_INT_TRAP_INTERRUPT_INT_MASK, 582 + ~VCE_SYS_INT_STATUS__VCE_SYS_INT_TRAP_INTERRUPT_INT_MASK); 583 + 579 584 switch (entry->src_data) { 580 585 case 0: 581 586 amdgpu_fence_process(&adev->vce.ring[0]);