All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH 0/7] drm/i915: Perf updates
Date: Fri, 10 Nov 2017 19:08:38 +0000	[thread overview]
Message-ID: <20171110190845.32574-1-lionel.g.landwerlin@intel.com> (raw)

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

             reply	other threads:[~2017-11-10 19:08 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-10 19:08 Lionel Landwerlin [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171110190845.32574-1-lionel.g.landwerlin@intel.com \
    --to=lionel.g.landwerlin@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.