All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] drm/i915: introduce query information
@ 2017-11-08 16:22 Lionel Landwerlin
  2017-11-08 16:22 ` [PATCH 1/4] drm/i915: introduce query info uAPI Lionel Landwerlin
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Lionel Landwerlin @ 2017-11-08 16:22 UTC (permalink / raw)
  To: intel-gfx

Hi,

This series is based off work that Tvrtko started, initially for
exposing the engines available to userspace.

I've added the topology information I would like to expose for
normalizing the performance counters.

Cheers,

Lionel Landwerlin (3):
  drm/i915: store all subslice masks
  drm/i915/debugfs: reuse max slice/subslices already stored in sseu
  drm/i915: expose rcs topology through discovery uAPI

Tvrtko Ursulin (1):
  drm/i915: introduce query info uAPI

 drivers/gpu/drm/i915/Makefile            |   1 +
 drivers/gpu/drm/i915/i915_debugfs.c      |  50 ++++-----
 drivers/gpu/drm/i915/i915_drv.c          |   3 +-
 drivers/gpu/drm/i915/i915_drv.h          |  26 ++++-
 drivers/gpu/drm/i915/intel_device_info.c | 171 +++++++++++++++++++++--------
 drivers/gpu/drm/i915/intel_engine_cs.c   |   1 +
 drivers/gpu/drm/i915/intel_lrc.c         |   2 +-
 drivers/gpu/drm/i915/intel_query_info.c  | 182 +++++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/intel_ringbuffer.h  |   2 +-
 include/uapi/drm/i915_drm.h              | 119 ++++++++++++++++++++
 10 files changed, 479 insertions(+), 78 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/intel_query_info.c

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

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

end of thread, other threads:[~2017-11-13 11:14 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-08 16:22 [PATCH 0/4] drm/i915: introduce query information Lionel Landwerlin
2017-11-08 16:22 ` [PATCH 1/4] drm/i915: introduce query info uAPI Lionel Landwerlin
2017-11-09 15:57   ` Joonas Lahtinen
2017-11-09 16:15     ` Lionel Landwerlin
2017-11-09 17:10       ` Tvrtko Ursulin
2017-11-08 16:22 ` [PATCH 2/4] drm/i915: store all subslice masks Lionel Landwerlin
2017-11-08 16:22 ` [PATCH 3/4] drm/i915/debugfs: reuse max slice/subslices already stored in sseu Lionel Landwerlin
2017-11-08 16:22 ` [PATCH 4/4] drm/i915: expose rcs topology through discovery uAPI Lionel Landwerlin
2017-11-09 17:34   ` Tvrtko Ursulin
2017-11-10 16:37     ` Lionel Landwerlin
2017-11-10 16:47       ` Chris Wilson
2017-11-10 18:29         ` Lionel Landwerlin
2017-11-10 19:03           ` Chris Wilson
2017-11-13  9:14           ` Tvrtko Ursulin
2017-11-13 10:00             ` Lionel Landwerlin
2017-11-13 11:14             ` Chris Wilson
2017-11-08 16:43 ` ✓ Fi.CI.BAT: success for drm/i915: introduce query information Patchwork
2017-11-08 20:04 ` ✓ Fi.CI.IGT: " Patchwork
2017-11-09 11:49 ` [PATCH 0/4] " Lionel Landwerlin

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.