From: Gerd Hoffmann Date: Fri, 11 Oct 2013 08:01:10 +0000 (+0200) Subject: drm/qxl: support 64bit surface bar X-Git-Tag: v3.13-rc1~76^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35541782dcc1e502d1864075eded7b3bb23b7268;p=pandora-kernel.git drm/qxl: support 64bit surface bar 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 Signed-off-by: Dave Airlie --- Reading git-diff-tree failed