Re: [PATCH 0/2] drm/meson: vclk: revert and re-fix vclk calculations

2025-02-24 Thread Neil Armstrong
On 10/01/2025 08:44, Christian Hewitt wrote: Patch 1 reverts a previous fix for loss of HDMI sync when playing YUV420 @ 59.94 media. The patch does resolve a calculation issue. It also makes all fractional rates invalid which is a bigger problem. Patch 2 provides a proper fix after I figured out

[PATCH 0/2] drm/meson: vclk: revert and re-fix vclk calculations

2025-01-09 Thread Christian Hewitt
Patch 1 reverts a previous fix for loss of HDMI sync when playing YUV420 @ 59.94 media. The patch does resolve a calculation issue. It also makes all fractional rates invalid which is a bigger problem. Patch 2 provides a proper fix after I figured out the actual root cause of the original problem.