[PULL] qemu drm driver fixes
Gerd Hoffmann
kraxel at redhat.com
Wed Sep 21 09:53:51 UTC 2016
Hi Dave,
Here is a pull request for the next merge window with a bunch of fixes
for the qemu drm drivers (bochs, qxl, virtio-gpu).
cheers,
Gerd
PS: In case anyone has pending patches which are not included here
(probably slipped through due to summer vacation season): Please
resend and feel free to Cc: me.
The following changes since commit
3be7988674ab33565700a37b210f502563d932e6:
Linux 4.8-rc7 (2016-09-18 17:27:41 -0700)
are available in the git repository at:
git://git.kraxel.org/linux tags/drm-qemu-20160921
for you to fetch changes up to 30b9c96cf7b44d53b9165649c8be34ac234be324:
drm/virtio: add real fence context and seqno (2016-09-20 14:25:43
+0200)
----------------------------------------------------------------
bugfixes for qemu (bochs, qxl and virtio-gpu) drm drivers
----------------------------------------------------------------
Gerd Hoffmann (1):
bochs: ignore device if there isn't enougth memory
Gustavo Padovan (2):
drm/virtio: drop virtio_gpu_execbuffer_ioctl() wrapping
drm/virtio: add real fence context and seqno
Heinrich Schuchardt (1):
virtio-gpu: avoid possible NULL pointer dereference
Ray Strode (1):
drm/qxl: reapply cursor after SetCrtc calls
drivers/gpu/drm/bochs/bochs_drv.c | 7 ++++
drivers/gpu/drm/qxl/qxl_display.c | 56 +++++++++++++++++++++++++-
drivers/gpu/drm/qxl/qxl_drv.h | 1 +
drivers/gpu/drm/virtio/virtgpu_drv.h | 1 +
drivers/gpu/drm/virtio/virtgpu_fence.c | 2 +-
drivers/gpu/drm/virtio/virtgpu_ioctl.c | 24 ++++-------
drivers/gpu/drm/virtio/virtgpu_kms.c | 1 +
drivers/gpu/drm/virtio/virtgpu_plane.c | 6 ++-
8 files changed, 78 insertions(+), 20 deletions(-)
More information about the dri-devel
mailing list