Re: [PATCH v2 2/3] drm/sun4i: use drm_mode_validate_mode() helper function

2024-11-25 Thread Chen-Yu Tsai
On Mon, Nov 25, 2024 at 9:50 PM Sean Nyekjaer wrote: > > Use new helper function for HDMI mode validation This is a bit misleading since this is actually the DPI or parallel output encoder, not HDMI. HDMI is in drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c and drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c Chen

Re: [PATCH v2 2/3] drm/sun4i: use drm_mode_validate_mode() helper function

2024-11-25 Thread Maxime Ripard
On Mon, 25 Nov 2024 14:49:27 +0100, Sean Nyekjaer wrote: > Use new helper function for HDMI mode validation > > Signed-off-by: Sean Nyekjaer Reviewed-by: Maxime Ripard Thanks! Maxime

[PATCH v2 2/3] drm/sun4i: use drm_mode_validate_mode() helper function

2024-11-25 Thread Sean Nyekjaer
Use new helper function for HDMI mode validation Signed-off-by: Sean Nyekjaer --- drivers/gpu/drm/sun4i/sun4i_rgb.c | 22 -- 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/drivers/gpu/drm/sun4i/sun4i_rgb.c b/drivers/gpu/drm/sun4i/sun4i_rgb.c index dfb6acc42f