Re: [PATCH v2 05/17] drm/i915: Move load time init of clock gating hooks earlier

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 2016-03-11 at 19:57 +0000, Chris Wilson wrote:
> On Fri, Mar 11, 2016 at 06:31:30PM +0200, Imre Deak wrote:
> > +	else if (IS_G4X(dev_priv))
> > +		dev_priv->display.init_clock_gating =
> > g4x_init_clock_gating;
> > +	else if (IS_CRESTLINE(dev_priv))
> > +		dev_priv->display.init_clock_gating =
> > crestline_init_clock_gating;
> > +	else if (IS_BROADWATER(dev_priv))
> > +		dev_priv->display.init_clock_gating =
> > broadwater_init_clock_gating;
> > +	else if (IS_GEN4(dev_priv))
> > +		dev_priv->display.init_clock_gating =
> > nop_init_clock_gating;
> 
> G4X || CRESTLINE || BROADWATER should cover all of GEN4.

Yep, I missed this. Will remove the GEN4 check.

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




[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]
  Powered by Linux