mbox series

[0/5] drm/virtio: various cleanups

Message ID 20191022080546.19769-1-kraxel@redhat.com (mailing list archive)
Headers show
Series drm/virtio: various cleanups | expand

Message

Gerd Hoffmann Oct. 22, 2019, 8:05 a.m. UTC
Little patch series doing some cleanups in the virtio driver.
Patches #1 + #2 have been on the list before as single patches,
includes here again for patch dependency reasons.

please review,
  Gerd

Gerd Hoffmann (5):
  drm/virtio: print a single line with device features
  drm/virtio: move byteorder handling into
    virtio_gpu_cmd_transfer_to_host_2d function
  drm/virtio: fix byteorder handling in
    virtio_gpu_cmd_transfer_{from,to}_host_3d functions
  drm/virtio: Simplify virtio_gpu_primary_plane_update workflow.
  drm/virtio: factor out virtio_gpu_update_dumb_bo

 drivers/gpu/drm/virtio/virtgpu_drv.h   |  4 +-
 drivers/gpu/drm/virtio/virtgpu_kms.c   |  9 ++--
 drivers/gpu/drm/virtio/virtgpu_plane.c | 74 +++++++++++++++-----------
 drivers/gpu/drm/virtio/virtgpu_vq.c    | 26 ++++++---
 4 files changed, 66 insertions(+), 47 deletions(-)