[PATCH v2 0/6] drm/virtio: ttm improvements

Gerd Hoffmann kraxel at redhat.com
Wed Jan 30 09:43:32 UTC 2019


changes in v2:
 - some cleanup patches are reviewed and merged already, dropped them.
 - more verbose commit messages.

Gerd Hoffmann (6):
  drm/virtio: move virtio_gpu_object_{attach,detach} calls.
  drm/virtio: use struct to pass params to virtio_gpu_object_create()
  drm/virtio: params struct for virtio_gpu_cmd_create_resource()
  drm/virtio: params struct for virtio_gpu_cmd_create_resource_3d()
  drm/virtio: drop fencing in virtio_gpu_resource_create_ioctl
  drm/virtio: move virtio_gpu_cmd_create_resource call into
    virtio_gpu_object_create

 drivers/gpu/drm/virtio/virtgpu_drv.h    | 34 +++++++++---
 drivers/gpu/drm/virtio/virtgpu_gem.c    | 35 +++++-------
 drivers/gpu/drm/virtio/virtgpu_ioctl.c  | 97 +++++++--------------------------
 drivers/gpu/drm/virtio/virtgpu_object.c | 30 +++++-----
 drivers/gpu/drm/virtio/virtgpu_ttm.c    | 92 ++++++++-----------------------
 drivers/gpu/drm/virtio/virtgpu_vq.c     | 30 ++++++----
 6 files changed, 117 insertions(+), 201 deletions(-)

-- 
2.9.3



More information about the dri-devel mailing list