Re: [PATCH 1/4] drm/ast: astdp: Add connector state

2025-02-10 Thread Jocelyn Falempe
On 04/02/2025 14:26, Thomas Zimmermann wrote: Add dedicated connector state for ASTDP connectors. The state will store values for programming the transmitter chip. Thanks, it looks good to me. Reviewed-by: Jocelyn Falempe Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/ast/ast_dp.c

[PATCH 1/4] drm/ast: astdp: Add connector state

2025-02-04 Thread Thomas Zimmermann
Add dedicated connector state for ASTDP connectors. The state will store values for programming the transmitter chip. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/ast/ast_dp.c | 62 1 file changed, 56 insertions(+), 6 deletions(-) diff --git a/driver