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>,
	Deepak S <deepak.s@intel.com>,
	Daniel Vetter <daniel.vetter@intel.com>,
	Robert Bragg <robert@sixbynine.org>
Subject: [PATCH v2 00/10] Enable Gen 7 Observation Architecture
Date: Fri, 29 Apr 2016 19:21:35 +0100	[thread overview]
Message-ID: <1461954105-5940-1-git-send-email-robert@sixbynine.org> (raw)

Hopefully covers the last issues raised by Chris and addresses the open issue I
had with removing OACONTROL from the command parser whitelist.

- Robert

Robert Bragg (10):
  drm/i915: Add i915 perf infrastructure
  drm/i915: rename OACONTROL GEN7_OACONTROL
  drm/i915: return EACCES for check_cmd() failures
  drm/i915: don't whitelist oacontrol in cmd parser
  drm/i915: Add 'render basic' Haswell OA unit config
  drm/i915: Enable i915 perf stream 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  |   35 +-
 drivers/gpu/drm/i915/i915_dma.c         |    8 +
 drivers/gpu/drm/i915/i915_drv.h         |  161 ++++
 drivers/gpu/drm/i915/i915_gem_context.c |   24 +-
 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        | 1418 +++++++++++++++++++++++++++++++
 drivers/gpu/drm/i915/i915_reg.h         |  340 +++++++-
 include/uapi/drm/i915_drm.h             |  133 +++
 10 files changed, 2781 insertions(+), 38 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.1

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

             reply	other threads:[~2016-04-29 18:21 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-29 18:21 Robert Bragg [this message]
2016-04-29 18:21 ` [PATCH v2 01/10] drm/i915: Add i915 perf infrastructure Robert Bragg
2016-04-29 18:21 ` [PATCH v2 02/10] drm/i915: rename OACONTROL GEN7_OACONTROL Robert Bragg
2016-04-29 18:21 ` [PATCH v2 03/10] drm/i915: return EACCES for check_cmd() failures Robert Bragg
2016-04-29 18:21 ` [PATCH v2 04/10] drm/i915: don't whitelist oacontrol in cmd parser Robert Bragg
2016-04-29 18:21 ` [PATCH v2 05/10] drm/i915: Add 'render basic' Haswell OA unit config Robert Bragg
2016-04-29 18:21 ` [PATCH v2 06/10] drm/i915: Enable i915 perf stream for Haswell OA unit Robert Bragg
2016-04-29 18:50   ` Matthew Auld
2016-05-03 19:36     ` Robert Bragg
2016-04-29 18:21 ` [PATCH v2 07/10] drm/i915: advertise available metrics via sysfs Robert Bragg
2016-04-29 18:21 ` [PATCH v2 08/10] drm/i915: Add dev.i915.perf_event_paranoid sysctl option Robert Bragg
2016-04-29 18:21 ` [PATCH v2 09/10] drm/i915: add oa_event_min_timer_exponent sysctl Robert Bragg
2016-04-29 18:21 ` [PATCH v2 10/10] drm/i915: Add more Haswell OA metric sets 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=1461954105-5940-1-git-send-email-robert@sixbynine.org \
    --to=robert@sixbynine.org \
    --cc=daniel.vetter@intel.com \
    --cc=deepak.s@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.