Re: [PATCH 2/7] drm/ast: Add VGACRAA register constants

2025-03-11 Thread Jocelyn Falempe
On 05/03/2025 14:35, Thomas Zimmermann wrote: Add register constants for VGACRAA and use them when detecting the size of the VGA memory. Aligns the code with the programming manual. Thanks, it looks good to me. Reviewed-by: Jocelyn Falempe Signed-off-by: Thomas Zimmermann --- drivers/g

[PATCH 2/7] drm/ast: Add VGACRAA register constants

2025-03-05 Thread Thomas Zimmermann
Add register constants for VGACRAA and use them when detecting the size of the VGA memory. Aligns the code with the programming manual. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/ast/ast_mm.c | 5 +++-- drivers/gpu/drm/ast/ast_reg.h | 1 + 2 files changed, 4 insertions(+), 2 deletions