summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_pm.c
diff options
context:
space:
mode:
authorDamien Lespiau2015-02-26 19:20:38 +0100
committerDaniel Vetter2015-04-10 08:55:59 +0200
commit669506e781d12939ad270b4c281189de119d1319 (patch)
tree61ba91726b9d65726c4745397789888e0930eae7 /drivers/gpu/drm/i915/intel_pm.c
parentdrm/i915: Do not set L3-LLC Coherency bit in ctx descriptor (diff)
downloadkernel-qcow2-linux-669506e781d12939ad270b4c281189de119d1319.tar.gz
kernel-qcow2-linux-669506e781d12939ad270b4c281189de119d1319.tar.xz
kernel-qcow2-linux-669506e781d12939ad270b4c281189de119d1319.zip
drm/i915/skl: Fix stepping check for a couple of W/As
Both WaDisableSDEUnitClockGating and WaSetGAPSunitClckGateDisable are needed on B0 as well. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c
index cd91407e1f93..d76d6ab3775f 100644
--- a/drivers/gpu/drm/i915/intel_pm.c
+++ b/drivers/gpu/drm/i915/intel_pm.c
@@ -67,7 +67,7 @@ static void skl_init_clock_gating(struct drm_device *dev)
gen9_init_clock_gating(dev);
- if (INTEL_REVID(dev) == SKL_REVID_A0) {
+ if (INTEL_REVID(dev) <= SKL_REVID_B0) {
/*
* WaDisableSDEUnitClockGating:skl
* WaSetGAPSunitClckGateDisable:skl