drm/i915: Request full SSEU enablement on Gen9
authorJeff McGee <jeff.mcgee@intel.com>
Fri, 13 Feb 2015 16:27:56 +0000 (10:27 -0600)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 23 Feb 2015 22:57:13 +0000 (23:57 +0100)
commit0cea6502bf9c40c9da43439786788c997be43df3
treec5b4330d9050c0385e4fdfa7704e45a1a4520eec
parent7f992aba1eb5a8b57d6e9c9b22cd90ba7aec0e26
drm/i915: Request full SSEU enablement on Gen9

On Gen9 the render power gating can leave slice/subslice/EU in
a partially enabled state. We must make an explicit request for
full SSEU enablement through the Render Power Clock State
register when resuming render work. This register is save/
restored in the logical ring context image for execlist
submission mode. Initialize its value in each LRC image to
request full enablement according to the device SSEU config.

Thanks to Sharma Ankitprasad and Akash Goel for highlighting the
issue and proposing the initial fix on which this patch is based.

v2: Adjusted the names of the power gating support flags to fit
    update of an earlier patch.

Signed-off-by: Jeff McGee <jeff.mcgee@intel.com>
Reviewed-by: "Akash Goel <akash.goel@intel.com>"
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_lrc.c
This page took 0.02516 seconds and 5 git commands to generate.