From: Gerd Hoffmann <kraxel@redhat.com>
To: David Airlie <airlied@redhat.com>
Cc: xypron.glpk@gmx.de, Raymond Strode <rstrode@redhat.com>,
Gustavo Padovan <gustavo.padovan@collabora.co.uk>,
dri-devel <dri-devel@lists.freedesktop.org>
Subject: [PULL] qemu drm driver fixes
Date: Wed, 21 Sep 2016 11:53:51 +0200 [thread overview]
Message-ID: <1474451631.32123.60.camel@redhat.com> (raw)
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(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
reply other threads:[~2016-09-21 9:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1474451631.32123.60.camel@redhat.com \
--to=kraxel@redhat.com \
--cc=airlied@redhat.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=gustavo.padovan@collabora.co.uk \
--cc=rstrode@redhat.com \
--cc=xypron.glpk@gmx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.