dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] drm/virtio: rework ttm resource handling.
@ 2018-10-01 10:32 Gerd Hoffmann
  2018-10-01 10:32 ` [PATCH 1/8] drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpufb_create() Gerd Hoffmann
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Gerd Hoffmann @ 2018-10-01 10:32 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.

Gerd Hoffmann (8):
  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 from virtio_gpu_object_attach()
  drm/virtio: track created object state
  drm/virtio: fix resource id handling
  drm/virtio: move virtio_gpu_object_{attach,detach} calls.
  drm/virtio: move objects to TTM_PL_TT after creation

 drivers/gpu/drm/virtio/virtgpu_drv.h    |  8 ++--
 drivers/gpu/drm/virtio/virtgpu_fb.c     | 10 ++---
 drivers/gpu/drm/virtio/virtgpu_gem.c    | 10 ++---
 drivers/gpu/drm/virtio/virtgpu_ioctl.c  | 35 ++++++++--------
 drivers/gpu/drm/virtio/virtgpu_object.c | 60 +++++++++++++++++++++++++++-
 drivers/gpu/drm/virtio/virtgpu_ttm.c    | 71 ++++++++++-----------------------
 drivers/gpu/drm/virtio/virtgpu_vq.c     | 32 ++++-----------
 7 files changed, 114 insertions(+), 112 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] 16+ messages in thread

end of thread, other threads:[~2018-10-19  0:33 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-01 10:32 [PATCH 0/8] drm/virtio: rework ttm resource handling Gerd Hoffmann
2018-10-01 10:32 ` [PATCH 1/8] drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpufb_create() Gerd Hoffmann
2018-10-01 10:32 ` [PATCH 2/8] drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_mode_dumb_create() Gerd Hoffmann
2018-10-01 10:32 ` [PATCH 3/8] drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_resource_create_ioctl() Gerd Hoffmann
2018-10-01 10:32 ` [PATCH 4/8] drm/virtio: drop resource_id argument from virtio_gpu_object_attach() Gerd Hoffmann
2018-10-01 10:32 ` [PATCH 5/8] drm/virtio: track created object state Gerd Hoffmann
2018-10-18  1:25   ` Dave Airlie
2018-10-18  5:57     ` Gerd Hoffmann
2018-10-01 10:32 ` [PATCH 6/8] drm/virtio: fix resource id handling Gerd Hoffmann
2018-10-01 10:32 ` [PATCH 7/8] drm/virtio: move virtio_gpu_object_{attach,detach} calls Gerd Hoffmann
2018-10-18  1:41   ` [PATCH 7/8] drm/virtio: move virtio_gpu_object_{attach, detach} calls Dave Airlie
2018-10-18  6:10     ` Gerd Hoffmann
2018-10-18  6:36       ` Dave Airlie
2018-10-18  7:00         ` Gerd Hoffmann
2018-10-19  0:33           ` Dave Airlie
2018-10-01 10:32 ` [PATCH 8/8] drm/virtio: move objects to TTM_PL_TT after creation Gerd Hoffmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox