Re: [PATCH 14/15] drm/ast: Remove struct ast_vbios_mode_info

2025-01-27 Thread Jocelyn Falempe
On 24/01/2025 08:57, Thomas Zimmermann wrote: The type struct ast_vbios_mode_info used to store information about the color format and display mode. It has outlived its purpose. Inline its fields into struct ast_crtc_state and replace all instances. Thanks, it looks good to me. Reviewed-by: Jo

[PATCH 14/15] drm/ast: Remove struct ast_vbios_mode_info

2025-01-24 Thread Thomas Zimmermann
The type struct ast_vbios_mode_info used to store information about the color format and display mode. It has outlived its purpose. Inline its fields into struct ast_crtc_state and replace all instances. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/ast/ast_dp.c | 3 +- drivers/gpu/drm