Re: [PATCH 2/3] drm/ast: Group DDC init code by data structure

2024-04-10 Thread Jocelyn Falempe
Hi, Thanks for the patch, it looks good to me. Reviewed-by: Jocelyn Falempe -- Jocelyn On 03/04/2024 12:31, Thomas Zimmermann wrote: Reorder the code to set up the DDC channel by data structure, so that each data structure's init is in a separate block: first the bit algo then the i2c adapt

[PATCH 2/3] drm/ast: Group DDC init code by data structure

2024-04-03 Thread Thomas Zimmermann
Reorder the code to set up the DDC channel by data structure, so that each data structure's init is in a separate block: first the bit algo then the i2c adapter. Makes the code more readable. No functional changes. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/ast/ast_ddc.c | 16 -