All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] *** Delay enqueuing context create command ***
@ 2020-02-11 23:56 Gurchetan Singh
  2020-02-11 23:56 ` [PATCH 1/4] drm/virtio: use consistent names for drm_files Gurchetan Singh
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Gurchetan Singh @ 2020-02-11 23:56 UTC (permalink / raw)
  To: dri-devel; +Cc: Gurchetan Singh, kraxel

Let's delay enqueuing the context creation command until the first 3D
ioctl, as we add more context types.  This is based on kraxel's
"drm/virtio: rework batching" patch and needs that to work correctly.

Gurchetan Singh (4):
  drm/virtio: use consistent names for drm_files
  drm/virtio: factor out context create cmd
  drm/virtio: track whether or not a context has been initiated
  drm/virtio: enqueue virtio_gpu_create_context after first 3D ioctl

 drivers/gpu/drm/virtio/virtgpu_drv.h   |  3 ++
 drivers/gpu/drm/virtio/virtgpu_ioctl.c | 46 ++++++++++++++++++++------
 drivers/gpu/drm/virtio/virtgpu_kms.c   | 11 +++---
 3 files changed, 44 insertions(+), 16 deletions(-)

-- 
2.25.0.225.g125e21ebc7-goog

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

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

end of thread, other threads:[~2020-02-13  2:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-11 23:56 [PATCH 0/4] *** Delay enqueuing context create command *** Gurchetan Singh
2020-02-11 23:56 ` [PATCH 1/4] drm/virtio: use consistent names for drm_files Gurchetan Singh
2020-02-11 23:56 ` [PATCH 2/4] drm/virtio: factor out context create cmd Gurchetan Singh
2020-02-12 18:46   ` Chia-I Wu
2020-02-11 23:56 ` [PATCH 3/4] drm/virtio: track whether or not a context has been initiated Gurchetan Singh
2020-02-12 11:06   ` Gerd Hoffmann
2020-02-12 18:50   ` Chia-I Wu
2020-02-13  1:54     ` Gurchetan Singh
2020-02-13  2:20       ` Chia-I Wu
2020-02-11 23:56 ` [PATCH 4/4] drm/virtio: enqueue virtio_gpu_create_context after first 3D ioctl Gurchetan Singh

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.