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

Commit 03708b05 authored by Christian König's avatar Christian König Committed by Alex Deucher
Browse files

drm/radeon: disable UVD advanced semaphore mode



Not needed and seems to cause some problems.

Signed-off-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent f4a2596c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2625,7 +2625,7 @@ int r600_uvd_rbc_start(struct radeon_device *rdev)
	radeon_ring_write(ring, 0x8);

	radeon_ring_write(ring, PACKET0(UVD_SEMA_CNTL, 0));
	radeon_ring_write(ring, 1);
	radeon_ring_write(ring, 3);

	radeon_ring_unlock_commit(rdev, ring);