Re: [PATCH 3/5] drm/ast: astdp: Only test HDP state in ast_astdp_is_connected()

2024-07-30 Thread Jocelyn Falempe
On 17/07/2024 16:24, Thomas Zimmermann wrote: The overall control flow of the driver ensures that it never reads EDID or sets display state on unconnected outputs. Therefore remove all tests for Hot Plug Detection from these helpers. Also rename the register constants. Thanks, it looks good

[PATCH 3/5] drm/ast: astdp: Only test HDP state in ast_astdp_is_connected()

2024-07-17 Thread Thomas Zimmermann
The overall control flow of the driver ensures that it never reads EDID or sets display state on unconnected outputs. Therefore remove all tests for Hot Plug Detection from these helpers. Also rename the register constants. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/ast/ast_dp.c | 12