Re: [PATCH v4 3/7] drm/mgag200: Use adjusted mode values for CRTCs

2024-07-08 Thread Jocelyn Falempe
On 05/07/2024 13:47, Thomas Zimmermann wrote: Use the values with the crtc_ prefix from struct drm_display_mode to program hardware. The DRM core adjusted these values to the requirements of CRTC hardware. Thanks, it looks good to me. Reviewed-by: Jocelyn Falempe Signed-off-by: Thomas Z

[PATCH v4 3/7] drm/mgag200: Use adjusted mode values for CRTCs

2024-07-05 Thread Thomas Zimmermann
Use the values with the crtc_ prefix from struct drm_display_mode to program hardware. The DRM core adjusted these values to the requirements of CRTC hardware. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/mgag200/mgag200_mode.c | 16 1 file changed, 8 insertions(+), 8 de