mbox

[PULL] drm-qemu for 4.10

Message ID 1479750559.9742.46.camel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/linux tags/drm-qemu-20161121

Message

Gerd Hoffmann Nov. 21, 2016, 5:49 p.m. UTC
Hi Dave,

Here are the drm-qemu updates for 4.10.

please pull,
  Gerd

The following changes since commit
a25f0944ba9b1d8a6813fd6f1a86f1bd59ac25a6:

  Linux 4.9-rc5 (2016-11-13 10:32:32 -0800)

are available in the git repository at:

  git://git.kraxel.org/linux tags/drm-qemu-20161121

for you to fetch changes up to 348a4b6dd77d183ef4ea67673ecf30a09ae3f9d7:

  drm/virtio: allocate some extra bufs (2016-11-15 09:46:48 +0100)

----------------------------------------------------------------
drm/virtio: fix busid in a different way, allocate more vbufs.
drm/qxl: various bugfixes and cleanups,

----------------------------------------------------------------
Christophe Fergeau (7):
      qxl: Mark some internal functions as static
      qxl: Remove unused prototype
      qxl: Add missing '\n' to qxl_io_log() call
      qxl: Call qxl_gem_{init, fini}
      qxl: Remove qxl_bo_init() return value
      qxl: Don't notify userspace when monitors config is unchanged
      qxl: Allow resolution which are not multiple of 8

Gerd Hoffmann (4):
      drm: re-export drm_dev_set_unique
      drm/virtio: fix busid regression
      Revert "drm: virtio: reinstate drm_virtio_set_busid()"
      drm/virtio: allocate some extra bufs

 drivers/gpu/drm/drm_drv.c                | 38 ++++++++-----
 drivers/gpu/drm/qxl/qxl_cmd.c            |  2 +-
 drivers/gpu/drm/qxl/qxl_display.c        | 69 +++++++++++++++++++-----
 drivers/gpu/drm/qxl/qxl_drv.h            |  8 +--
 drivers/gpu/drm/qxl/qxl_fb.c             |  2 +-
 drivers/gpu/drm/qxl/qxl_gem.c            |  3 +-
 drivers/gpu/drm/qxl/qxl_kms.c            |  3 +-
 drivers/gpu/drm/virtio/virtgpu_drm_bus.c | 23 ++++----
 drivers/gpu/drm/virtio/virtgpu_drv.c     |  1 -
 drivers/gpu/drm/virtio/virtgpu_drv.h     |  1 -
 drivers/gpu/drm/virtio/virtgpu_vq.c      |  2 +-
 include/drm/drmP.h                       |  1 +
 12 files changed, 100 insertions(+), 53 deletions(-)