Re: [Intel-gfx] [PATCH v3 7/9] drm/i915: Factor out function to get/put AUX_IO power for main link

2022-11-10 Thread Imre Deak
On Thu, Nov 10, 2022 at 12:21:26PM +0200, Ville Syrjälä wrote: > On Tue, Nov 08, 2022 at 05:18:26PM +0200, Imre Deak wrote: > > Factor out functions to get/put the AUX_IO power domain for the main > > link on DDI ports. > > > > While at it clarify the corresponding code comment. > > > > No functi

Re: [Intel-gfx] [PATCH v3 7/9] drm/i915: Factor out function to get/put AUX_IO power for main link

2022-11-10 Thread Jani Nikula
On Thu, 10 Nov 2022, Ville Syrjälä wrote: > On Tue, Nov 08, 2022 at 05:18:26PM +0200, Imre Deak wrote: >> +static void >> +main_link_aux_power_domain_put(struct intel_digital_port *dig_port, >> + const struct intel_crtc_state *crtc_state) >> +{ >> +struct drm_i915_pri

Re: [Intel-gfx] [PATCH v3 7/9] drm/i915: Factor out function to get/put AUX_IO power for main link

2022-11-10 Thread Ville Syrjälä
On Tue, Nov 08, 2022 at 05:18:26PM +0200, Imre Deak wrote: > Factor out functions to get/put the AUX_IO power domain for the main > link on DDI ports. > > While at it clarify the corresponding code comment. > > No functional change. > > v2: > - s/(get/put)_aux_power_for_main_link/main_link_aux_p

[Intel-gfx] [PATCH v3 7/9] drm/i915: Factor out function to get/put AUX_IO power for main link

2022-11-08 Thread Imre Deak
Factor out functions to get/put the AUX_IO power domain for the main link on DDI ports. While at it clarify the corresponding code comment. No functional change. v2: - s/(get/put)_aux_power_for_main_link/main_link_aux_power_domain_(get/put) (Jani) - Clarify in the code comment that AUX_IO is n