Re: [Intel-gfx] [PATCH v3 08/12] drm/i915: Name structure in dev_priv that contains RPS/RC6 state as "gt_pm"

2017-10-07 Thread Chris Wilson
Quoting Sagar Arun Kamble (2017-10-07 08:07:31) > Prepared substructure rps for RPS related state. autoenable_work is > used for RC6 too hence it is defined outside rps structure. As we do > this lot many functions are refactored to use intel_rps *rps to access > rps related members. Hence renamed

[Intel-gfx] [PATCH v3 08/12] drm/i915: Name structure in dev_priv that contains RPS/RC6 state as "gt_pm"

2017-10-07 Thread Sagar Arun Kamble
Prepared substructure rps for RPS related state. autoenable_work is used for RC6 too hence it is defined outside rps structure. As we do this lot many functions are refactored to use intel_rps *rps to access rps related members. Hence renamed intel_rps_client pointer variables to rps_client in