aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2013-04-23 05:01:31 -0400
committerAlex Deucher <alexander.deucher@amd.com>2013-04-23 18:04:01 -0400
commit03708b05297b7f4782c2de51560ceb8d9f8bad68 (patch)
tree6c369544dc2ce75a2b323bd66284f598f65b21a2
parentf4a2596cecfcfce1e0ac1df5a1603f7bf392c122 (diff)
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>
-rw-r--r--drivers/gpu/drm/radeon/r600.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/r600.c b/drivers/gpu/drm/radeon/r600.c
index 709f3e4e49ec..1a08008c978b 100644
--- a/drivers/gpu/drm/radeon/r600.c
+++ b/drivers/gpu/drm/radeon/r600.c
@@ -2625,7 +2625,7 @@ int r600_uvd_rbc_start(struct radeon_device *rdev)
2625 radeon_ring_write(ring, 0x8); 2625 radeon_ring_write(ring, 0x8);
2626 2626
2627 radeon_ring_write(ring, PACKET0(UVD_SEMA_CNTL, 0)); 2627 radeon_ring_write(ring, PACKET0(UVD_SEMA_CNTL, 0));
2628 radeon_ring_write(ring, 1); 2628 radeon_ring_write(ring, 3);
2629 2629
2630 radeon_ring_unlock_commit(rdev, ring); 2630 radeon_ring_unlock_commit(rdev, ring);
2631 2631