]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/qxl: make dynamic resizing work properly.
authorDave Airlie <airlied@redhat.com>
Mon, 1 Jul 2013 04:14:38 +0000 (14:14 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 5 Jul 2013 00:43:19 +0000 (10:43 +1000)
commit5b8788c1740fae8416e7e045301d99676d20bd64
treeec8a2ece2837643b5abe5646ffd4f7fa51ac4acf
parent69163ea82732894e8c1e17df4010372ed078efdd
drm/qxl: make dynamic resizing work properly.

qxl has a feature to allow the userspace driver do arbitrary resizes
when the viewer resizes, this fixes it by removing unnecessary code
from the kernel side.

Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/qxl/qxl_display.c