Re: [PATCH v4 4/7] drm/mgag200: Add dedicated variables for blanking fields

2024-07-08 Thread Jocelyn Falempe
On 05/07/2024 13:47, Thomas Zimmermann wrote: Represent fields for horizontal and vertical blanking with , , and . Aligns the code with the Matrox programming manuals. Thanks, it looks good to me. Reviewed-by: Jocelyn Falempe Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/mgag2

[PATCH v4 4/7] drm/mgag200: Add dedicated variables for blanking fields

2024-07-05 Thread Thomas Zimmermann
Represent fields for horizontal and vertical blanking with , , and . Aligns the code with the Matrox programming manuals. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/mgag200/mgag200_mode.c | 29 ++ 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/