All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Bragg <robert@sixbynine.org>
To: intel-gfx@lists.freedesktop.org
Cc: dri-devel@lists.freedesktop.org,
	Sourab Gupta <sourab.gupta@intel.com>,
	Daniel Vetter <daniel.vetter@intel.com>,
	Robert Bragg <robert@sixbynine.org>
Subject: [PATCH 0/8] Enable Gen 7 Observation Architecture
Date: Wed,  3 Feb 2016 18:39:05 +0000	[thread overview]
Message-ID: <1454524753-13218-1-git-send-email-robert@sixbynine.org> (raw)

Compared to the last revision, this is just rebased on drm-intel-nightly

Robert Bragg (8):
  drm/i915: Add i915 perf infrastructure
  drm/i915: rename OACONTROL GEN7_OACONTROL
  drm/i915: Add 'render basic' Haswell OA unit config
  drm/i915: Add i915 perf event for Haswell OA unit
  drm/i915: advertise available metrics via sysfs
  drm/i915: Add dev.i915.perf_event_paranoid sysctl option
  drm/i915: add oa_event_min_timer_exponent sysctl
  drm/i915: Add more Haswell OA metric sets

 drivers/gpu/drm/i915/Makefile           |    4 +
 drivers/gpu/drm/i915/i915_cmd_parser.c  |    4 +-
 drivers/gpu/drm/i915/i915_dma.c         |    7 +
 drivers/gpu/drm/i915/i915_drv.h         |  154 ++++
 drivers/gpu/drm/i915/i915_gem_context.c |   23 +-
 drivers/gpu/drm/i915/i915_oa_hsw.c      |  658 ++++++++++++++++
 drivers/gpu/drm/i915/i915_oa_hsw.h      |   38 +
 drivers/gpu/drm/i915/i915_perf.c        | 1283 +++++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/i915_reg.h         |  340 +++++++-
 include/uapi/drm/i915_drm.h             |  121 +++
 10 files changed, 2625 insertions(+), 7 deletions(-)
 create mode 100644 drivers/gpu/drm/i915/i915_oa_hsw.c
 create mode 100644 drivers/gpu/drm/i915/i915_oa_hsw.h
 create mode 100644 drivers/gpu/drm/i915/i915_perf.c

-- 
2.7.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

             reply	other threads:[~2016-02-03 18:39 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-03 18:39 Robert Bragg [this message]
2016-02-03 18:39 ` [PATCH 1/8] drm/i915: Add i915 perf infrastructure Robert Bragg
2016-02-04  1:42   ` Emil Velikov
2016-02-04 13:17     ` Robert Bragg
2016-02-04 14:36       ` Robert Bragg
2016-02-03 18:39 ` [PATCH 2/8] drm/i915: rename OACONTROL GEN7_OACONTROL Robert Bragg
2016-02-03 18:39 ` [PATCH 3/8] drm/i915: Add 'render basic' Haswell OA unit config Robert Bragg
2016-02-03 18:39 ` [PATCH 4/8] drm/i915: Add i915 perf event for Haswell OA unit Robert Bragg
2016-02-03 18:39 ` [PATCH 5/8] drm/i915: advertise available metrics via sysfs Robert Bragg
2016-02-03 18:39 ` [PATCH 6/8] drm/i915: Add dev.i915.perf_event_paranoid sysctl option Robert Bragg
2016-02-03 18:39 ` [PATCH 7/8] drm/i915: add oa_event_min_timer_exponent sysctl Robert Bragg
2016-02-03 18:39 ` [PATCH 8/8] drm/i915: Add more Haswell OA metric sets Robert Bragg
2016-02-04  7:44 ` ✓ Fi.CI.BAT: success for Enable Gen 7 Observation Architecture (rev2) Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2016-02-02 21:30 [PATCH 0/8] Enable Gen 7 Observation Architecture Robert Bragg

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=1454524753-13218-1-git-send-email-robert@sixbynine.org \
    --to=robert@sixbynine.org \
    --cc=daniel.vetter@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=sourab.gupta@intel.com \
    /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.