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:
24178ec
)
drm/radeon: use IBs for VM page table updates v2
author
Alex Deucher
<alexander.deucher@amd.com>
Fri, 1 Feb 2013 16:32:42 +0000
(17:32 +0100)
committer
Alex Deucher
<alexander.deucher@amd.com>
Fri, 1 Feb 2013 18:57:10 +0000
(13:57 -0500)
For very large page table updates, we can exceed the
size of the ring. To avoid this, use an IB to perform
the page table update.
v2(ck): cleanup the IB infrastructure and the use it instead
of filling the struct ourself.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Christian König <christian.koenig@amd.com>
No differences found