소스 검색

drm/radeon: disable UVD advanced semaphore mode

Not needed and seems to cause some problems.

Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Christian König 12 년 전
부모
커밋
03708b0529
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      drivers/gpu/drm/radeon/r600.c

+ 1 - 1
drivers/gpu/drm/radeon/r600.c

@@ -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);