git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfb38d3
)
drm/radeon: fix const IB handling v2
author
Christian König
<deathsimple@vodafone.de>
Fri, 13 Jul 2012 11:06:00 +0000
(13:06 +0200)
committer
Christian König
<deathsimple@vodafone.de>
Wed, 18 Jul 2012 11:17:49 +0000
(13:17 +0200)
Const IBs are executed on the CE not the CP, so we can't
fence them in the normal way.
So submit them directly before the IB instead, just as
the documentation says.
v2: keep the extra documentation
Signed-off-by: Christian König <deathsimple@vodafone.de>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
No differences found