All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/4] drm/i915: enable userspace to program slice/subslice programming
@ 2017-09-01 17:12 Lionel Landwerlin
  2017-09-01 17:12 ` [RFC PATCH 1/4] drm/i915: Record both min/max eu_per_subslice in sseu_dev_info Lionel Landwerlin
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Lionel Landwerlin @ 2017-09-01 17:12 UTC (permalink / raw)
  To: intel-gfx

Hi all,

This is a respin of a series from Chris. Actually got around testing
it a bit. The main reason for this feature is to allow media workloads
to tweak the number of slices powered on. It seems to have significant
performance gains.

Cheers,

Chris Wilson (4):
  drm/i915: Record both min/max eu_per_subslice in sseu_dev_info
  drm/i915: Program RPCS for Broadwell
  drm/i915: Record the sseu configuration per-context & engine
  drm/i915: Expose RPCS (SSEU) configuration to userspace

 drivers/gpu/drm/i915/i915_debugfs.c      | 36 ++++++++----
 drivers/gpu/drm/i915/i915_drv.h          | 18 ------
 drivers/gpu/drm/i915/i915_gem_context.c  | 17 ++++++
 drivers/gpu/drm/i915/i915_gem_context.h  | 21 +++++++
 drivers/gpu/drm/i915/intel_device_info.c | 32 +++++++----
 drivers/gpu/drm/i915/intel_lrc.c         | 99 +++++++++++++++++++++++++-------
 drivers/gpu/drm/i915/intel_lrc.h         |  2 +
 include/uapi/drm/i915_drm.h              | 11 ++++
 8 files changed, 175 insertions(+), 61 deletions(-)

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2017-09-21 17:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-01 17:12 [RFC PATCH 0/4] drm/i915: enable userspace to program slice/subslice programming Lionel Landwerlin
2017-09-01 17:12 ` [RFC PATCH 1/4] drm/i915: Record both min/max eu_per_subslice in sseu_dev_info Lionel Landwerlin
2017-09-01 17:12 ` [RFC PATCH 2/4] drm/i915: Program RPCS for Broadwell Lionel Landwerlin
2017-09-01 17:12 ` [RFC PATCH 3/4] drm/i915: Record the sseu configuration per-context & engine Lionel Landwerlin
2017-09-01 17:12 ` [RFC PATCH 4/4] drm/i915: Expose RPCS (SSEU) configuration to userspace Lionel Landwerlin
2017-09-01 18:58   ` Chris Wilson
2017-09-21 17:16     ` Lionel Landwerlin
2017-09-04  6:49   ` Joonas Lahtinen
2017-09-01 17:44 ` ✓ Fi.CI.BAT: success for drm/i915: enable userspace to program slice/subslice programming Patchwork
2017-09-01 22:21 ` ✗ Fi.CI.IGT: failure " Patchwork

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.