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:
5e118f4
)
drm: Use pgprot_writecombine in GEM GTT mapping to get the right bits for !PAT.
author
Jesse Barnes
<jbarnes@virtuousgeek.org>
Wed, 1 Apr 2009 01:22:31 +0000
(18:22 -0700)
committer
Eric Anholt
<eric@anholt.net>
Thu, 2 Apr 2009 21:28:32 +0000
(14:28 -0700)
Otherwise, the PAGE_CACHE_WC would end up getting us a UC-only mapping, and
the write performance of GTT maps dropped 10x.
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
[anholt: cleaned up unused var]
Signed-off-by: Eric Anholt <eric@anholt.net>
No differences found