diff options
author | Christian Hewitt <christianshewitt@gmail.com> | 2024-01-09 23:07:04 +0000 |
---|---|---|
committer | Neil Armstrong <neil.armstrong@linaro.org> | 2024-03-29 17:12:28 +0100 |
commit | bfbc68e4d8695497f858a45a142665e22a512ea3 (patch) | |
tree | f4fa0e87fcb3d60df9638b04a6f42f709d93af5e /Documentation/devicetree/bindings | |
parent | 0716e348d13fea9f5798e9cf8b5c08f6d593cff9 (diff) |
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
Diffstat (limited to 'Documentation/devicetree/bindings')
0 files changed, 0 insertions, 0 deletions