mirror of https://gitee.com/openkylin/linux.git
drm/i915: Drop WaDisableVDSUtnitClockGating:vlv
WaDisableVDSUtnitClockGating was only relevant for early steepings of VLV. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
369a13425d
commit
e95564051c
|
@ -4931,11 +4931,8 @@ static void valleyview_init_clock_gating(struct drm_device *dev)
|
||||||
/*
|
/*
|
||||||
* According to the spec, bit 13 (RCZUNIT) must be set on IVB.
|
* According to the spec, bit 13 (RCZUNIT) must be set on IVB.
|
||||||
* This implements the WaDisableRCZUnitClockGating:vlv workaround.
|
* This implements the WaDisableRCZUnitClockGating:vlv workaround.
|
||||||
*
|
|
||||||
* Also apply WaDisableVDSUnitClockGating:vlv.
|
|
||||||
*/
|
*/
|
||||||
I915_WRITE(GEN6_UCGCTL2,
|
I915_WRITE(GEN6_UCGCTL2,
|
||||||
GEN7_VDSUNIT_CLOCK_GATE_DISABLE |
|
|
||||||
GEN7_TDLUNIT_CLOCK_GATE_DISABLE |
|
GEN7_TDLUNIT_CLOCK_GATE_DISABLE |
|
||||||
GEN6_RCZUNIT_CLOCK_GATE_DISABLE);
|
GEN6_RCZUNIT_CLOCK_GATE_DISABLE);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue