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 via email to