Re: [PATCH v14 09/28] drm/display: hdmi: Add HDMI compute clock helper

2024-05-23 Thread Dmitry Baryshkov
On Tue, May 21, 2024 at 12:13:42PM +0200, Maxime Ripard wrote: > A lot of HDMI drivers have some variation of the formula to calculate > the TMDS character rate from a mode, but few of them actually take all > parameters into account. > > Let's create a helper to provide that rate taking all param

[PATCH v14 09/28] drm/display: hdmi: Add HDMI compute clock helper

2024-05-21 Thread Maxime Ripard
A lot of HDMI drivers have some variation of the formula to calculate the TMDS character rate from a mode, but few of them actually take all parameters into account. Let's create a helper to provide that rate taking all parameters into account. Reviewed-by: Dave Stevenson Signed-off-by: Maxime R