nus/master
patch link:
https://lore.kernel.org/r/20250110074458.3624094-3-christianshewitt%40gmail.com
patch subject: [PATCH 2/2] drm/meson: vclk: fix precision in vclk calculations
config: arm-randconfig-r072-20250118
(https://download.01.org/0day-ci/archive/20250121/202501210513.gcec6kts-...
rnel.org/r/20250110074458.3624094-3-christianshewitt%40gmail.com
patch subject: [PATCH 2/2] drm/meson: vclk: fix precision in vclk calculations
config: arm-randconfig-r072-20250118
(https://download.01.org/0day-ci/archive/20250121/202501210513.gcec6kts-...@intel.com/config)
compiler: clang version 20.0.0
On 10/01/2025 09:36, Maxime Ripard wrote:
Hi,
On Fri, Jan 10, 2025 at 07:44:58AM +, Christian Hewitt wrote:
Playing YUV420 @ 59.94 media causes HDMI output to lose sync
with a fatal error reported:
[ 89.610280] Fatal Error, invalid HDMI vclk freq 593406
In meson_encoder_hdmi_set_vclk th
> On 10 Jan 2025, at 12:36 pm, Maxime Ripard wrote:
>
> Hi,
>
> On Fri, Jan 10, 2025 at 07:44:58AM +, Christian Hewitt wrote:
>> Playing YUV420 @ 59.94 media causes HDMI output to lose sync
>> with a fatal error reported:
>>
>> [ 89.610280] Fatal Error, invalid HDMI vclk freq 593406
>>
>
Hi,
On Fri, Jan 10, 2025 at 07:44:58AM +, Christian Hewitt wrote:
> Playing YUV420 @ 59.94 media causes HDMI output to lose sync
> with a fatal error reported:
>
> [ 89.610280] Fatal Error, invalid HDMI vclk freq 593406
>
> In meson_encoder_hdmi_set_vclk the initial vclk_freq value is
> 59
Playing YUV420 @ 59.94 media causes HDMI output to lose sync
with a fatal error reported:
[ 89.610280] Fatal Error, invalid HDMI vclk freq 593406
In meson_encoder_hdmi_set_vclk the initial vclk_freq value is
593407 but YUV420 modes halve the value to 296703.5 and this
is stored as int which los