diff options
| author | 2015-02-09 19:33:10 +0000 | |
|---|---|---|
| committer | 2015-02-13 23:28:33 +0100 | |
| commit | 9253c2e56b83dcc194f1e47bfd7b2bc1cc09a53f (patch) | |
| tree | 787b4b2deaadf14d04fba4022ef4d1e435572517 /drivers/gpu/drm/i915/intel_pm.c | |
| parent | drm/i915/skl: Make the init clock gating function skylake specific (diff) | |
| download | linux-dev-9253c2e56b83dcc194f1e47bfd7b2bc1cc09a53f.tar.xz linux-dev-9253c2e56b83dcc194f1e47bfd7b2bc1cc09a53f.zip | |
drm/i915/skl: Implement WaSetGAPSunitClckGateDisable
Let's also take the opportunity the remove the comment telling it's a
pre-prod W/A, it should be obvious from the stepping test.
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Nick Hoath <nicholas.hoath@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_pm.c')
| -rw-r--r-- | drivers/gpu/drm/i915/intel_pm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c index b162c5c288bb..af8dca28c505 100644 --- a/drivers/gpu/drm/i915/intel_pm.c +++ b/drivers/gpu/drm/i915/intel_pm.c @@ -59,9 +59,10 @@ static void skl_init_clock_gating(struct drm_device *dev) if (INTEL_REVID(dev) == SKL_REVID_A0) { /* * WaDisableSDEUnitClockGating:skl - * This seems to be a pre-production w/a. + * WaSetGAPSunitClckGateDisable:skl */ I915_WRITE(GEN8_UCGCTL6, I915_READ(GEN8_UCGCTL6) | + GEN8_GAPSUNIT_CLOCK_GATE_DISABLE | GEN8_SDEUNIT_CLOCK_GATE_DISABLE); } } |
