drm/meson: vclk: fix calculation of 59.94 fractional rates
authorChristian Hewitt <christianshewitt@gmail.com>
Tue, 9 Jan 2024 23:07:04 +0000 (23:07 +0000)
committerNeil Armstrong <neil.armstrong@linaro.org>
Fri, 29 Mar 2024 16:12:28 +0000 (17:12 +0100)
commitbfbc68e4d8695497f858a45a142665e22a512ea3
treef4fa0e87fcb3d60df9638b04a6f42f709d93af5e
parent0716e348d13fea9f5798e9cf8b5c08f6d593cff9
drm/meson: vclk: fix calculation of 59.94 fractional rates

Playing 4K media with 59.94 fractional rate (typically VP9) causes the screen to lose
sync with the following error reported in the system log:

[   89.610280] Fatal Error, invalid HDMI vclk freq 593406

Modetest shows the following:

3840x2160 59.94 3840 4016 4104 4400 2160 2168 2178 2250 593407 flags: xxxx, xxxx,
drm calculated value -------------------------------------^

Change the fractional rate calculation to stop DIV_ROUND_CLOSEST rounding down which
results in vclk freq failing to match correctly.

Fixes: e5fab2ec9ca4 ("drm/meson: vclk: add support for YUV420 setup")
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20240109230704.4120561-1-christianshewitt@gmail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240109230704.4120561-1-christianshewitt@gmail.com
drivers/gpu/drm/meson/meson_vclk.c