[Intel-gfx] [PATCH v3 12/15] drm/i915: Band Gap WA

Damien Lespiau damien.lespiau at intel.com
Thu Aug 29 11:48:39 CEST 2013


On Tue, Aug 27, 2013 at 03:12:24PM +0300, Jani Nikula wrote:
> +static void band_gap_wa(struct drm_i915_private *dev_priv)
> +{
> +	mutex_lock(&dev_priv->dpio_lock);
> +
> +	/* Enable bandgap fix in GOP driver */
> +	vlv_cck_modify(dev_priv, 0x6D, 0x00010000, 0x00030000);

I hear that the new way of doing the band gap reset is through the
flisdsi sideband interface (instead of CCK) to shave off non necessary
delays.

Yogesh, should we upstream the flisdsi version of this patch instead?

-- 
Damien



More information about the Intel-gfx mailing list