Re: [Intel-gfx] [PATCH v3 12/12] drm/i915: Introduce separate status variable for RC6 and LLC ring frequency setup

2017-10-07 Thread Chris Wilson
Quoting Sagar Arun Kamble (2017-10-07 08:07:35) > Defined new struct intel_rc6 to hold RC6 specific state and > intel_ring_pstate to hold ring specific state. > > v2: s/intel_ring_pstate/intel_llc_pstate. Removed checks from > autoenable_* functions. (Chris) > > Signed-off-by: Sagar Arun Kamble

[Intel-gfx] [PATCH v3 12/12] drm/i915: Introduce separate status variable for RC6 and LLC ring frequency setup

2017-10-07 Thread Sagar Arun Kamble
Defined new struct intel_rc6 to hold RC6 specific state and intel_ring_pstate to hold ring specific state. v2: s/intel_ring_pstate/intel_llc_pstate. Removed checks from autoenable_* functions. (Chris) Signed-off-by: Sagar Arun Kamble Cc: Imre Deak