On Sun, 30 Mar 2014 11:58:48 +0530
deepa...@linux.intel.com wrote:

> @@ -843,6 +849,8 @@ struct intel_gen6_power_mgmt {
>       bool rp_up_masked;
>       bool rp_down_masked;
>  
> +     u32 ei_interrupt_count;
> +
>       int last_adj;
>       enum { LOW_POWER, BETWEEN, HIGH_POWER } power;
>  
> @@ -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 think Chris meant that these bits belonged in intel_gen6_power_mgmt
too.

Other than that it looks like Ville has given this his r-b so it ought
to be fine.

-- 
Jesse Barnes, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to