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:
2503c6f
)
drm/nouveau: remove no_vm/mappable flags from nouveau_bo
author
Ben Skeggs
<bskeggs@redhat.com>
Tue, 15 Feb 2011 22:41:56 +0000
(08:41 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Thu, 24 Feb 2011 20:45:34 +0000
(06:45 +1000)
'mappable' isn't really used at all, nor is it necessary anymore as the
bo code is capable of moving buffers to mappable vram as required.
'no_vm' isn't necessary anymore either, any places that don't want to be
mapped into a GPU address space should allocate the VRAM directly instead.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
No differences found