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:
7839c5d
)
drm/i915: Zap mmaps of objects before unbinding them from the GTT.
author
Eric Anholt
<eric@anholt.net>
Wed, 9 Sep 2009 18:50:45 +0000
(11:50 -0700)
committer
Eric Anholt
<eric@anholt.net>
Wed, 9 Sep 2009 19:52:05 +0000
(12:52 -0700)
Otherwise, some other userland writing into its buffer may race to land
writes either after the CPU thinks it's got a coherent view, or after its
GTT entries have been redirected to point at the scratch page. Either
result is unpleasant.
Signed-off-by: Eric Anholt <eric@anholt.net>
No differences found