projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4a2596
)
drm/radeon: disable UVD advanced semaphore mode
author
Christian König
<christian.koenig@amd.com>
Tue, 23 Apr 2013 09:01:31 +0000
(11:01 +0200)
committer
Alex Deucher
<alexander.deucher@amd.com>
Tue, 23 Apr 2013 22:04:01 +0000
(18:04 -0400)
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>
drivers/gpu/drm/radeon/r600.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/r600.c
b/drivers/gpu/drm/radeon/r600.c
index 709f3e4e49eccebcdb440f2c212ddfd6bf2c04ac..1a08008c978bc413fe6e4ac5161c61053ed62c93 100644
(file)
--- 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);