Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 858a41c8 authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/radeon: fix UVD IRQ support on 7xx



Otherwise decoding isn't really useable.

Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
parent b927e1c2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3991,6 +3991,10 @@ restart_ih:
				break;
			}
			break;
		case 124: /* UVD */
			DRM_DEBUG("IH: UVD int: 0x%08x\n", src_data);
			radeon_fence_process(rdev, R600_RING_TYPE_UVD_INDEX);
			break;
		case 176: /* CP_INT in ring buffer */
		case 177: /* CP_INT in IB1 */
		case 178: /* CP_INT in IB2 */