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

Hi,

A few changes :

   - Don't call copy_to_user under lock in i915_query

   - Fix save/restore helper for noa wait

Many thanks to the reviewers!

Cheers,

Lionel Landwerlin (9):
  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: introduce a mechanism to extend execbuf2
  drm/i915: add syncobj timeline support
  drm/i915: add a new perf configuration execbuf parameter
  drm/i915/perf: allow holding preemption on filtered ctx
  drm/i915/perf: execute OA configuration from command stream
  drm/i915: add support for perf configuration queries

 .../gpu/drm/i915/gem/i915_gem_execbuffer.c    | 463 +++++++++++--
 drivers/gpu/drm/i915/gt/intel_engine_cs.c     |   2 +
 drivers/gpu/drm/i915/gt/intel_engine_types.h  |   9 +
 drivers/gpu/drm/i915/gt/intel_gpu_commands.h  |  25 +
 drivers/gpu/drm/i915/gt/intel_gt_types.h      |   5 +
 drivers/gpu/drm/i915/gt/intel_lrc.c           |   1 +
 drivers/gpu/drm/i915/gt/intel_ringbuffer.c    |   4 +-
 drivers/gpu/drm/i915/i915_debugfs.c           |  31 +
 drivers/gpu/drm/i915/i915_drv.c               |  11 +-
 drivers/gpu/drm/i915/i915_drv.h               |  68 +-
 drivers/gpu/drm/i915/i915_perf.c              | 645 +++++++++++++++---
 drivers/gpu/drm/i915/i915_query.c             | 282 ++++++++
 drivers/gpu/drm/i915/i915_reg.h               |   4 +-
 include/uapi/drm/i915_drm.h                   | 193 +++++-
 14 files changed, 1573 insertions(+), 170 deletions(-)

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

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

end of thread, other threads:[~2019-07-22 14:00 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-11  9:46 [PATCH v9 0/9] drm/i915: Vulkan performance query support Lionel Landwerlin
2019-07-11  9:46 ` [PATCH v9 1/9] drm/i915/perf: introduce a versioning of the i915-perf uapi Lionel Landwerlin
2019-07-11  9:46 ` [PATCH v9 2/9] drm/i915/perf: allow for CS OA configs to be created lazily Lionel Landwerlin
2019-07-11  9:46 ` [PATCH v9 3/9] drm/i915/perf: implement active wait for noa configurations Lionel Landwerlin
2019-07-11  9:46 ` [PATCH v9 4/9] drm/i915: introduce a mechanism to extend execbuf2 Lionel Landwerlin
2019-07-11  9:46 ` [PATCH v9 5/9] drm/i915: add syncobj timeline support Lionel Landwerlin
2019-07-22 14:00   ` Lionel Landwerlin
2019-07-11  9:46 ` [PATCH v9 6/9] drm/i915: add a new perf configuration execbuf parameter Lionel Landwerlin
2019-07-11  9:46 ` [PATCH v9 7/9] drm/i915/perf: allow holding preemption on filtered ctx Lionel Landwerlin
2019-07-11  9:46 ` [PATCH v9 8/9] drm/i915/perf: execute OA configuration from command stream Lionel Landwerlin
2019-07-11  9:46 ` [PATCH v9 9/9] drm/i915: add support for perf configuration queries Lionel Landwerlin
2019-07-11 12:26 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Vulkan performance query support (rev9) Patchwork
2019-07-11 12:31 ` ✗ Fi.CI.SPARSE: " Patchwork
2019-07-11 16:23 ` ✓ Fi.CI.BAT: success " Patchwork
2019-07-12 13:43 ` ✗ Fi.CI.IGT: failure " 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.