All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] drm/virtio: rework ttm resource handling.
@ 2018-10-19  6:18 Gerd Hoffmann
  2018-10-19  6:18 ` [PATCH v2 1/6] drm/virtio: track created object state Gerd Hoffmann
                   ` (12 more replies)
  0 siblings, 13 replies; 20+ messages in thread
From: Gerd Hoffmann @ 2018-10-19  6:18 UTC (permalink / raw)
  To: dri-devel; +Cc: Gerd Hoffmann

Trying to put the virtio-gpu driver's ttm resource handling
into shape.  Also improve the resource id handling.

v2:
 * drop patches 7+8, back to the drawing board, they'll
   come with a separate patch series later.
 * reorder patches.

Gerd Hoffmann (6):
  drm/virtio: track created object state
  drm/virtio: use virtio_gpu_object->hw_res_handle in
    virtio_gpufb_create()
  drm/virtio: use virtio_gpu_object->hw_res_handle in
    virtio_gpu_mode_dumb_create()
  drm/virtio: use virtio_gpu_object->hw_res_handle in
    virtio_gpu_resource_create_ioctl()
  drm/virtio: drop resource_id argument.
  drm/virtio: fix resource id handling

 drivers/gpu/drm/virtio/virtgpu_drv.h    |  8 +++-----
 drivers/gpu/drm/virtio/virtgpu_fb.c     |  7 +++----
 drivers/gpu/drm/virtio/virtgpu_gem.c    |  8 +++-----
 drivers/gpu/drm/virtio/virtgpu_ioctl.c  | 25 ++++++++----------------
 drivers/gpu/drm/virtio/virtgpu_object.c | 25 +++++++++++++++++++++++-
 drivers/gpu/drm/virtio/virtgpu_ttm.c    |  3 +--
 drivers/gpu/drm/virtio/virtgpu_vq.c     | 34 +++++++++------------------------
 7 files changed, 51 insertions(+), 59 deletions(-)

-- 
2.9.3

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

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

end of thread, other threads:[~2018-10-22  6:03 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-19  6:18 [PATCH v2 0/6] drm/virtio: rework ttm resource handling Gerd Hoffmann
2018-10-19  6:18 ` [PATCH v2 1/6] drm/virtio: track created object state Gerd Hoffmann
2018-10-19  6:18 ` Gerd Hoffmann
2018-10-19  6:18   ` Gerd Hoffmann
2018-10-19  6:18 ` [PATCH v2 2/6] drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpufb_create() Gerd Hoffmann
2018-10-19  6:18 ` Gerd Hoffmann
2018-10-19  6:18   ` Gerd Hoffmann
2018-10-19  6:18 ` [PATCH v2 3/6] drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_mode_dumb_create() Gerd Hoffmann
2018-10-19  6:18   ` Gerd Hoffmann
2018-10-19  6:18 ` Gerd Hoffmann
2018-10-19  6:18 ` [PATCH v2 4/6] drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_resource_create_ioctl() Gerd Hoffmann
2018-10-19  6:18 ` Gerd Hoffmann
2018-10-19  6:18   ` Gerd Hoffmann
2018-10-19  6:18 ` [PATCH v2 5/6] drm/virtio: drop resource_id argument Gerd Hoffmann
2018-10-19  6:18 ` Gerd Hoffmann
2018-10-19  6:18   ` Gerd Hoffmann
2018-10-19  6:18 ` [PATCH v2 6/6] drm/virtio: fix resource id handling Gerd Hoffmann
2018-10-19  6:18 ` Gerd Hoffmann
2018-10-19  6:18   ` Gerd Hoffmann
2018-10-22  6:03 ` [PATCH v2 0/6] drm/virtio: rework ttm resource handling Dave Airlie

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.