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 v4 0/8] drm/i915: per context slice/subslice powergating
Date: Wed,  9 May 2018 18:48:43 +0100	[thread overview]
Message-ID: <20180509174851.13847-1-lionel.g.landwerlin@intel.com> (raw)

Hi all,

Another update following Chris' review (Thanks!).

A few more IGT tests to come to verify that interaction with perf.

Cheers,

Chris Wilson (3):
  drm/i915: Program RPCS for Broadwell
  drm/i915: Record the sseu configuration per-context & engine
  drm/i915: Expose RPCS (SSEU) configuration to userspace

Lionel Landwerlin (5):
  drm/i915/perf: simplify configure all context function
  drm/i915: add new pipe control helper for mmio writes
  drm/i915: give engine to execlists cancel helper
  drm/i915: reprogram NOA muxes on context switch when using perf
  drm/i915: count powergating transitions per engine

 drivers/gpu/drm/i915/i915_gem_context.c     | 173 ++++++++++++++++
 drivers/gpu/drm/i915/i915_gem_context.h     |   3 +
 drivers/gpu/drm/i915/i915_perf.c            | 146 ++++++++++++-
 drivers/gpu/drm/i915/i915_request.c         |   2 +
 drivers/gpu/drm/i915/i915_request.h         |  24 +++
 drivers/gpu/drm/i915/intel_engine_cs.c      |   5 +
 drivers/gpu/drm/i915/intel_guc_submission.c |   2 +-
 drivers/gpu/drm/i915/intel_lrc.c            | 216 +++++++++++++++-----
 drivers/gpu/drm/i915/intel_ringbuffer.c     |   2 +
 drivers/gpu/drm/i915/intel_ringbuffer.h     |  31 ++-
 include/uapi/drm/i915_drm.h                 |  38 ++++
 11 files changed, 583 insertions(+), 59 deletions(-)

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

             reply	other threads:[~2018-05-09 17:48 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-09 17:48 Lionel Landwerlin [this message]
2018-05-09 17:48 ` [PATCH v4 1/8] drm/i915: Program RPCS for Broadwell Lionel Landwerlin
2018-05-09 17:48 ` [PATCH v4 2/8] drm/i915: Record the sseu configuration per-context & engine Lionel Landwerlin
2018-05-09 17:48 ` [PATCH v4 3/8] drm/i915/perf: simplify configure all context function Lionel Landwerlin
2018-05-09 17:48 ` [PATCH v4 4/8] drm/i915: add new pipe control helper for mmio writes Lionel Landwerlin
2018-05-09 17:48 ` [PATCH v4 5/8] drm/i915: give engine to execlists cancel helper Lionel Landwerlin
2018-05-09 17:48 ` [PATCH v4 6/8] drm/i915: reprogram NOA muxes on context switch when using perf Lionel Landwerlin
2018-05-09 23:38   ` Lionel Landwerlin
2018-05-09 17:48 ` [PATCH v4 7/8] drm/i915: count powergating transitions per engine Lionel Landwerlin
2018-05-09 17:48 ` [PATCH v4 8/8] drm/i915: Expose RPCS (SSEU) configuration to userspace Lionel Landwerlin
2018-05-09 19:03 ` ✗ Fi.CI.BAT: failure for drm/i915: per context slice/subslice powergating (rev3) 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=20180509174851.13847-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.