All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915/cnl: document WaVFUnitClockGatingDisable
@ 2018-03-06  1:20 Rodrigo Vivi
  2018-03-06  1:40 ` Rafael Antognolli
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Rodrigo Vivi @ 2018-03-06  1:20 UTC (permalink / raw)
  To: intel-gfx; +Cc: Rodrigo Vivi

No functional change. WA is already properly applied.
but in different databases it has different names.
Let's document all of them to avoid future confusion.

Cc: Rafael Antognolli <rafael.antognolli@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
---
 drivers/gpu/drm/i915/intel_pm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c
index be01012bb65f..c0253e42a280 100644
--- a/drivers/gpu/drm/i915/intel_pm.c
+++ b/drivers/gpu/drm/i915/intel_pm.c
@@ -8528,6 +8528,7 @@ static void cnl_init_clock_gating(struct drm_i915_private *dev_priv)
 	I915_WRITE(SUBSLICE_UNIT_LEVEL_CLKGATE, val);
 
 	/* WaDisableVFclkgate:cnl */
+	/* WaVFUnitClockGatingDisable:cnl */
 	val = I915_READ(UNSLICE_UNIT_LEVEL_CLKGATE);
 	val |= VFUNIT_CLKGATE_DIS;
 	I915_WRITE(UNSLICE_UNIT_LEVEL_CLKGATE, val);
-- 
2.13.6

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

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

end of thread, other threads:[~2018-03-07  2:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-06  1:20 [PATCH] drm/i915/cnl: document WaVFUnitClockGatingDisable Rodrigo Vivi
2018-03-06  1:40 ` Rafael Antognolli
2018-03-06 22:42   ` Rodrigo Vivi
2018-03-06  1:54 ` ✓ Fi.CI.BAT: success for " Patchwork
2018-03-06  7:46 ` ✗ Fi.CI.IGT: failure " Patchwork
2018-03-06 22:17 ` ✓ Fi.CI.BAT: success " Patchwork
2018-03-07  2:28 ` ✓ Fi.CI.IGT: " 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.