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:
121a6a1
)
drm/qxl: support 64bit surface bar
author
Gerd Hoffmann
<kraxel@redhat.com>
Fri, 11 Oct 2013 08:01:10 +0000
(10:01 +0200)
committer
Dave Airlie
<airlied@redhat.com>
Wed, 6 Nov 2013 03:36:20 +0000
(13:36 +1000)
qxl devices can have a 64bit surface bar, which is quite handy if
you need a bit more surface memory. So try to use it if it is
present. Note that this bar might be mapped above 4g.
QEMU command line to check that out:
qemu-system-x86_64 -m 4g \
-vga qxl -global qxl-vga.vram64_size_mb=512 \
$otheroptions
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/qxl/qxl_kms.c
patch
|
blob
|
history
diff --cc
drivers/gpu/drm/qxl/qxl_kms.c
Simple merge