All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v14 00/12] drm/i915: Vulkan performance query support
@ 2019-09-05 12:04 Lionel Landwerlin
  2019-09-05 12:04 ` [PATCH v14 01/12] drm/i915: introduce a mechanism to extend execbuf2 Lionel Landwerlin
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Lionel Landwerlin @ 2019-09-05 12:04 UTC (permalink / raw)
  To: intel-gfx

Hi all,

While exercising this series with Renderdoc I found a couple of
issues :

   - Leaked perf_fd in execbuf when running into an error

   - The wait on the completion of the configure request being
     interrupted

I also fixed an error return value issue reported by Dan Carpenter.

Cheers,

Lionel Landwerlin (12):
  drm/i915: introduce a mechanism to extend execbuf2
  drm/i915: add syncobj timeline support
  drm/i915/perf: drop list of streams
  drm/i915/perf: store the associated engine of a stream
  drm/i915/perf: introduce a versioning of the i915-perf uapi
  drm/i915/perf: allow for CS OA configs to be created lazily
  drm/i915/perf: implement active wait for noa configurations
  drm/i915: add wait flags to i915_active_request_retire
  drm/i915/perf: execute OA configuration from command stream
  drm/i915: add a new perf configuration execbuf parameter
  drm/i915/perf: allow holding preemption on filtered ctx
  drm/i915: add support for perf configuration queries

 .../gpu/drm/i915/gem/i915_gem_execbuffer.c    | 501 ++++++++++--
 drivers/gpu/drm/i915/gt/intel_gpu_commands.h  |  25 +
 drivers/gpu/drm/i915/gt/intel_gt_types.h      |   5 +
 drivers/gpu/drm/i915/i915_active.c            |   4 +-
 drivers/gpu/drm/i915/i915_active.h            |   5 +-
 drivers/gpu/drm/i915/i915_debugfs.c           |  31 +
 drivers/gpu/drm/i915/i915_drv.c               |   3 +-
 drivers/gpu/drm/i915/i915_drv.h               |  63 +-
 drivers/gpu/drm/i915/i915_getparam.c          |   9 +
 drivers/gpu/drm/i915/i915_perf.c              | 717 +++++++++++++++---
 drivers/gpu/drm/i915/i915_perf.h              |  27 +
 drivers/gpu/drm/i915/i915_query.c             | 283 +++++++
 drivers/gpu/drm/i915/i915_reg.h               |   4 +-
 include/uapi/drm/i915_drm.h                   | 196 ++++-
 14 files changed, 1686 insertions(+), 187 deletions(-)

--
2.23.0
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2019-09-05 14:11 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-05 12:04 [PATCH v14 00/12] drm/i915: Vulkan performance query support Lionel Landwerlin
2019-09-05 12:04 ` [PATCH v14 01/12] drm/i915: introduce a mechanism to extend execbuf2 Lionel Landwerlin
2019-09-05 12:04 ` [PATCH v14 02/12] drm/i915: add syncobj timeline support Lionel Landwerlin
2019-09-05 12:04 ` [PATCH v14 03/12] drm/i915/perf: drop list of streams Lionel Landwerlin
2019-09-05 12:04 ` [PATCH v14 04/12] drm/i915/perf: store the associated engine of a stream Lionel Landwerlin
2019-09-05 12:04 ` [PATCH v14 05/12] drm/i915/perf: introduce a versioning of the i915-perf uapi Lionel Landwerlin
2019-09-05 12:04 ` [PATCH v14 06/12] drm/i915/perf: allow for CS OA configs to be created lazily Lionel Landwerlin
2019-09-05 12:04 ` [PATCH v14 07/12] drm/i915/perf: implement active wait for noa configurations Lionel Landwerlin
2019-09-05 12:04 ` [PATCH v14 08/12] drm/i915: add wait flags to i915_active_request_retire Lionel Landwerlin
2019-09-05 12:04 ` [PATCH v14 09/12] drm/i915/perf: execute OA configuration from command stream Lionel Landwerlin
2019-09-05 12:04 ` [PATCH v14 10/12] drm/i915: add a new perf configuration execbuf parameter Lionel Landwerlin
2019-09-05 12:04 ` [PATCH v14 11/12] drm/i915/perf: allow holding preemption on filtered ctx Lionel Landwerlin
2019-09-05 12:04 ` [PATCH v14 12/12] drm/i915: add support for perf configuration queries Lionel Landwerlin
2019-09-05 14:11 ` ✗ Fi.CI.BUILD: failure for drm/i915: Vulkan performance query support (rev15) Patchwork

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.