Re: [PATCH 03/10] drm/ast: astdp: Replace power_on helpers

2024-09-12 Thread Jocelyn Falempe
On 11/09/2024 13:51, Thomas Zimmermann wrote: Replace the helper for controlling power on the physical connector, ast_dp_power_on_off(), with ast_dp_set_phy_sleep(). The new name reflects the effect of the operation. Simplify the implementation. The call now controls sleeping, hence semantics are

[PATCH 03/10] drm/ast: astdp: Replace power_on helpers

2024-09-11 Thread Thomas Zimmermann
Replace the helper for controlling power on the physical connector, ast_dp_power_on_off(), with ast_dp_set_phy_sleep(). The new name reflects the effect of the operation. Simplify the implementation. The call now controls sleeping, hence semantics are inversed. Each 'on' becomes an 'off' operation