All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] drm/i915: Perf updates
@ 2017-11-10 19:08 Lionel Landwerlin
  2017-11-10 19:08 ` [PATCH 1/7] drm/i915/perf: complete whitelisting for OA programming on HSW Lionel Landwerlin
                   ` (8 more replies)
  0 siblings, 9 replies; 23+ messages in thread
From: Lionel Landwerlin @ 2017-11-10 19:08 UTC (permalink / raw)
  To: intel-gfx

Hi all,

This is a split of a previous series to enable perf on Cannonlake :

https://patchwork.freedesktop.org/series/32762/

The other bit of information needed for perf' userspace on Cannonlake
is to expose precise topology (rather than accumulated numbers). But
this is now in discussion in a different series.

Cheers,

Lionel Landwerlin (7):
  drm/i915/perf: complete whitelisting for OA programming on HSW
  drm/i915/perf: add support for Coffeelake GT3
  drm/i915/perf: refactor perf setup
  drm/i915: fix register naming
  drm/i915/perf: enable perf support on CNL
  drm/i915: expose command stream timestamp frequency to userspace
  drm/i915/perf: reuse timestamp frequency from device info

 drivers/gpu/drm/i915/Makefile            |   4 +-
 drivers/gpu/drm/i915/i915_debugfs.c      |   2 +
 drivers/gpu/drm/i915/i915_drv.c          |   7 +-
 drivers/gpu/drm/i915/i915_drv.h          |   5 +-
 drivers/gpu/drm/i915/i915_oa_cflgt3.c    | 109 ++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/i915_oa_cflgt3.h    |  34 +++++++++
 drivers/gpu/drm/i915/i915_oa_cnl.c       | 121 +++++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/i915_oa_cnl.h       |  34 +++++++++
 drivers/gpu/drm/i915/i915_perf.c         | 105 ++++++++++++++++-----------
 drivers/gpu/drm/i915/i915_reg.h          |  46 +++++++++++-
 drivers/gpu/drm/i915/intel_device_info.c | 107 +++++++++++++++++++++++++++
 include/uapi/drm/i915_drm.h              |   6 ++
 12 files changed, 530 insertions(+), 50 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/i915_oa_cflgt3.c
 create mode 100644 drivers/gpu/drm/i915/i915_oa_cflgt3.h
 create mode 100644 drivers/gpu/drm/i915/i915_oa_cnl.c
 create mode 100644 drivers/gpu/drm/i915/i915_oa_cnl.h

--
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] 23+ messages in thread

end of thread, other threads:[~2017-12-01 20:43 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-10 19:08 [PATCH 0/7] drm/i915: Perf updates Lionel Landwerlin
2017-11-10 19:08 ` [PATCH 1/7] drm/i915/perf: complete whitelisting for OA programming on HSW Lionel Landwerlin
2017-11-13  7:15   ` Ewelina Musial
2017-11-13 11:40   ` Chris Wilson
2017-11-13 11:43     ` Lionel Landwerlin
2017-11-10 19:08 ` [PATCH 2/7] drm/i915/perf: add support for Coffeelake GT3 Lionel Landwerlin
2017-11-13  7:18   ` Ewelina Musial
2017-11-10 19:08 ` [PATCH 3/7] drm/i915/perf: refactor perf setup Lionel Landwerlin
2017-11-10 19:08 ` [PATCH 4/7] drm/i915: fix register naming Lionel Landwerlin
2017-11-10 19:44   ` Matthew Auld
2017-11-13  7:28   ` Ewelina Musial
2017-11-10 19:08 ` [PATCH 5/7] drm/i915/perf: enable perf support on CNL Lionel Landwerlin
2017-11-10 19:08 ` [PATCH 6/7] drm/i915: expose command stream timestamp frequency to userspace Lionel Landwerlin
2017-11-10 20:58   ` Chris Wilson
2017-11-13  9:15   ` Sagar Arun Kamble
2017-12-01 20:02   ` Paulo Zanoni
2017-12-01 20:43     ` Lionel Landwerlin
2017-11-10 19:08 ` [PATCH 7/7] drm/i915/perf: reuse timestamp frequency from device info Lionel Landwerlin
2017-11-10 21:00   ` Chris Wilson
2017-11-13 15:19     ` Lionel Landwerlin
2017-11-13 15:28       ` Chris Wilson
2017-11-10 19:57 ` ✓ Fi.CI.BAT: success for drm/i915: Perf updates Patchwork
2017-11-10 21:35 ` ✓ Fi.CI.IGT: " 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.