dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] drm/virtio: ttm improvements
@ 2019-03-18 11:33 Gerd Hoffmann
  2019-03-18 11:33 ` [PATCH v3 1/5] drm/virtio: move virtio_gpu_object_{attach, detach} calls Gerd Hoffmann
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Gerd Hoffmann @ 2019-03-18 11:33 UTC (permalink / raw)
  To: dri-devel; +Cc: Gerd Hoffmann, Gurchetan Singh

changes in v3:
 - We can't drop fencing for the create ioctl (Gurchetan Singh).
   Patch #5 is largely rewritten because of that.

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

Gerd Hoffmann (5):
  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: rework resource creation workflow.

 drivers/gpu/drm/virtio/virtgpu_drv.h    |  43 +++++++---
 drivers/gpu/drm/virtio/virtgpu_fence.c  |   4 +-
 drivers/gpu/drm/virtio/virtgpu_gem.c    |  35 ++++----
 drivers/gpu/drm/virtio/virtgpu_ioctl.c  | 107 ++++++------------------
 drivers/gpu/drm/virtio/virtgpu_object.c |  74 +++++++++++-----
 drivers/gpu/drm/virtio/virtgpu_ttm.c    |  92 ++++++--------------
 drivers/gpu/drm/virtio/virtgpu_vq.c     |  36 +++++---
 7 files changed, 177 insertions(+), 214 deletions(-)

-- 
2.18.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-03-27 14:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-18 11:33 [PATCH v3 0/5] drm/virtio: ttm improvements Gerd Hoffmann
2019-03-18 11:33 ` [PATCH v3 1/5] drm/virtio: move virtio_gpu_object_{attach, detach} calls Gerd Hoffmann
2019-03-18 11:33 ` [PATCH v3 2/5] drm/virtio: use struct to pass params to virtio_gpu_object_create() Gerd Hoffmann
2019-03-27 14:35   ` Noralf Trønnes
2019-03-18 11:33 ` [PATCH v3 3/5] drm/virtio: params struct for virtio_gpu_cmd_create_resource() Gerd Hoffmann
2019-03-18 11:33 ` [PATCH v3 4/5] drm/virtio: params struct for virtio_gpu_cmd_create_resource_3d() Gerd Hoffmann
2019-03-18 11:33 ` [PATCH v3 5/5] drm/virtio: rework resource creation workflow Gerd Hoffmann
2019-03-27 14:41   ` Noralf Trønnes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).