Hi all,
This iteration adds a couple of things that were missing in v5 :
- Synchronize requests on the last powergating change request
- Add a new sysfs entry "gem_allow_sseu" to let normal users set
their sseu configuration. It's disabled by default for normal
users.
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 (4):
drm/i915/perf: simplify configure all context function
drm/i915/perf: reuse intel_lrc ctx regs macro
drm/i915/perf: lock powergating configuration to default when active
drm/i915: add a sysfs entry to let users set sseu configs
drivers/gpu/drm/i915/i915_drv.h | 34 ++++
drivers/gpu/drm/i915/i915_gem.c | 2 +
drivers/gpu/drm/i915/i915_gem_context.c | 226 ++++++++++++++++++++++++
drivers/gpu/drm/i915/i915_gem_context.h | 17 ++
drivers/gpu/drm/i915/i915_perf.c | 69 ++++----
drivers/gpu/drm/i915/i915_request.c | 20 +++
drivers/gpu/drm/i915/i915_request.h | 13 ++
drivers/gpu/drm/i915/i915_sysfs.c | 30 ++++
drivers/gpu/drm/i915/intel_lrc.c | 117 +++++++-----
drivers/gpu/drm/i915/intel_lrc.h | 3 +
drivers/gpu/drm/i915/intel_ringbuffer.c | 2 +
drivers/gpu/drm/i915/intel_ringbuffer.h | 4 +
include/uapi/drm/i915_drm.h | 38 ++++
13 files changed, 501 insertions(+), 74 deletions(-)
--
2.17.0
_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx