[Intel-gfx] [PATCH v5] drm/i915/vlv: WA for Turbo and RC6 to work together.

Chris Wilson chris at chris-wilson.co.uk
Fri Mar 28 14:06:22 CET 2014


On Fri, Mar 28, 2014 at 02:53:48PM +0200, Ville Syrjälä wrote:
> On Thu, Mar 27, 2014 at 12:05:01PM +0530, deepak.s at linux.intel.com wrote:
> > @@ -1403,6 +1411,13 @@ typedef struct drm_i915_private {
> >  	/* gen6+ rps state */
> >  	struct intel_gen6_power_mgmt rps;
> >  
> > +	/* rps wa up ei calculation */
> > +	struct intel_rps_ei_calc rps_up_ei;
> > +
> > +	/* rps wa down ei calculation */
> > +	struct intel_rps_ei_calc rps_down_ei;

I could have sworn there was a field for holding all the interesting rps
state together. 
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre



More information about the Intel-gfx mailing list