Re: [PATCH v2 3/3] drm/stm: dsi: use drm_mode_validate_mode() helper function

2025-01-10 Thread Yannick FERTRE
Hi Sean, Tested-by: Yannick Fertre Thanks for this patch, Yannick Le 25/11/2024 à 14:49, Sean Nyekjaer a écrit : When using the DSI interface via DSI2LVDS bridge, it seems a bit harsh to reguire the requested and the actual px clock to be within 50Hz. A typical LVDS display requires the px c

Re: [PATCH v2 3/3] drm/stm: dsi: use drm_mode_validate_mode() helper function

2025-01-06 Thread Raphael Gallais-Pou
On 11/25/24 14:49, Sean Nyekjaer wrote: > When using the DSI interface via DSI2LVDS bridge, it seems a bit harsh to > reguire the requested and the actual px clock to be within 50Hz. A typical > LVDS display requires the px clock to be within +-10%. In case for HDMI .5% > tolerance is required. S

Re: [PATCH v2 3/3] drm/stm: dsi: use drm_mode_validate_mode() helper function

2024-11-25 Thread Maxime Ripard
On Mon, 25 Nov 2024 14:49:28 +0100, Sean Nyekjaer wrote: > When using the DSI interface via DSI2LVDS bridge, it seems a bit harsh > to reguire the requested and the actual px clock to be within > 50Hz. A typical LVDS display requires the px clock to be within +-10%. > > In case for HDMI .5% tolera

[PATCH v2 3/3] drm/stm: dsi: use drm_mode_validate_mode() helper function

2024-11-25 Thread Sean Nyekjaer
When using the DSI interface via DSI2LVDS bridge, it seems a bit harsh to reguire the requested and the actual px clock to be within 50Hz. A typical LVDS display requires the px clock to be within +-10%. In case for HDMI .5% tolerance is required. Signed-off-by: Sean Nyekjaer --- drivers/gpu/dr