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:
901782b
)
drm/i915: Zap the GTT mapping when transitioning from untiled to tiled.
author
Eric Anholt
<eric@anholt.net>
Fri, 10 Jul 2009 20:02:26 +0000
(13:02 -0700)
committer
Eric Anholt
<eric@anholt.net>
Fri, 10 Jul 2009 21:10:58 +0000
(14:10 -0700)
As of
52dc7d32b88156248167864f77a9026abe27b432
, we could leave an old
linear GTT mapping in place, so that apps trying to GTT-mapped write in
tiled data wouldn't get the fence added, and garbage would get displayed.
Signed-off-by: Eric Anholt <eric@anholt.net>
No differences found