aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/r600.c
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2013-04-23 11:01:31 +0200
committerAlex Deucher <alexander.deucher@amd.com>2013-04-23 18:04:01 -0400
commit03708b05297b7f4782c2de51560ceb8d9f8bad68 (patch)
tree6c369544dc2ce75a2b323bd66284f598f65b21a2 /drivers/gpu/drm/radeon/r600.c
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>
Diffstat (limited to 'drivers/gpu/drm/radeon/r600.c')
-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)
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);