diff options
author | Christian König <christian.koenig@amd.com> | 2013-04-23 11:01:31 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2013-04-24 00:04:01 +0200 |
commit | 03708b05297b7f4782c2de51560ceb8d9f8bad68 (patch) | |
tree | 6c369544dc2ce75a2b323bd66284f598f65b21a2 /drivers/gpu/drm/radeon/r600.c | |
parent | drm/radeon: fix endian bugs in radeon_atom_get_clock_dividers() (v3) (diff) | |
download | linux-03708b05297b7f4782c2de51560ceb8d9f8bad68.tar.xz linux-03708b05297b7f4782c2de51560ceb8d9f8bad68.zip |
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.c | 2 |
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); |