All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] drm/i915: Vulkan performance query support
@ 2019-05-22 13:05 Lionel Landwerlin
  2019-05-22 13:05 ` [PATCH v2 1/5] drm/i915/perf: introduce a versioning of the i915-perf uapi Lionel Landwerlin
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Lionel Landwerlin @ 2019-05-22 13:05 UTC (permalink / raw)
  To: intel-gfx

Hi all,

This small (but maybe not to everybody's taste) series enables us to
support performance queries on Vulkan. We've gone through the process
to define this as a Vulkan INTEL extension (it should appear on [1]
soonish).

This v2 includes fixes after Chris' first round of review.

Cheers,

 [1] : https://github.com/KhronosGroup/Vulkan-Docs

Lionel Landwerlin (5):
  drm/i915/perf: introduce a versioning of the i915-perf uapi
  drm/i915/perf: allow holding preemption on filtered ctx
  drm/i915/perf: allow for CS OA configs to be created lazily
  drm/i915: add a new perf configuration execbuf parameter
  drm/i915: add support for perf configuration queries

 drivers/gpu/drm/i915/gt/intel_context.c       |   1 +
 drivers/gpu/drm/i915/gt/intel_context_types.h |   3 +
 drivers/gpu/drm/i915/gt/intel_engine_types.h  |   7 +
 drivers/gpu/drm/i915/gt/intel_gpu_commands.h  |   1 +
 drivers/gpu/drm/i915/gt/intel_lrc.c           |   3 +-
 drivers/gpu/drm/i915/gt/intel_ringbuffer.c    |   4 +-
 drivers/gpu/drm/i915/i915_drv.c               |   7 +
 drivers/gpu/drm/i915/i915_drv.h               |  29 +-
 drivers/gpu/drm/i915/i915_gem_execbuffer.c    |  97 +++++-
 drivers/gpu/drm/i915/i915_perf.c              | 214 +++++++++++---
 drivers/gpu/drm/i915/i915_query.c             | 277 ++++++++++++++++++
 include/uapi/drm/i915_drm.h                   | 112 ++++++-
 12 files changed, 705 insertions(+), 50 deletions(-)

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

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

end of thread, other threads:[~2019-05-22 15:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-22 13:05 [PATCH v2 0/5] drm/i915: Vulkan performance query support Lionel Landwerlin
2019-05-22 13:05 ` [PATCH v2 1/5] drm/i915/perf: introduce a versioning of the i915-perf uapi Lionel Landwerlin
2019-05-22 13:05 ` [PATCH v2 2/5] drm/i915/perf: allow holding preemption on filtered ctx Lionel Landwerlin
2019-05-22 13:05 ` [PATCH v2 3/5] drm/i915/perf: allow for CS OA configs to be created lazily Lionel Landwerlin
2019-05-22 13:05 ` [PATCH v2 4/5] drm/i915: add a new perf configuration execbuf parameter Lionel Landwerlin
2019-05-22 13:05 ` [PATCH v2 5/5] drm/i915: add support for perf configuration queries Lionel Landwerlin
2019-05-22 15:12 ` [PATCH v2 0/5] drm/i915: Vulkan performance query support Lionel Landwerlin
2019-05-22 15:53 ` ✗ Fi.CI.BAT: failure for drm/i915: Vulkan performance query support (rev2) 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.