Re: [PATCH 4/5] drm/ast: astdp: Perform link training during atomic_enable

2024-07-30 Thread Jocelyn Falempe
On 17/07/2024 16:24, Thomas Zimmermann wrote: The place for link training is in the encoder's atomic_enable helper. Remove all related tests from other helper ASTDP functions; especially ast_astdp_is_connected(), which tests HPD status. DP link training is controlled by the firmware. A status

[PATCH 4/5] drm/ast: astdp: Perform link training during atomic_enable

2024-07-17 Thread Thomas Zimmermann
The place for link training is in the encoder's atomic_enable helper. Remove all related tests from other helper ASTDP functions; especially ast_astdp_is_connected(), which tests HPD status. DP link training is controlled by the firmware. A status flag reports success or failure. The process can b