Re: [PATCH 2/2] drm/meson: vclk: fix precision in vclk calculations

2025-02-24 Thread Neil Armstrong
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-...

Re: [PATCH 2/2] drm/meson: vclk: fix precision in vclk calculations

2025-01-20 Thread kernel test robot
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

Re: [PATCH 2/2] drm/meson: vclk: fix precision in vclk calculations

2025-01-10 Thread Neil Armstrong
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

Re: [PATCH 2/2] drm/meson: vclk: fix precision in vclk calculations

2025-01-10 Thread Christian Hewitt
> 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 >> >

Re: [PATCH 2/2] drm/meson: vclk: fix precision in vclk calculations

2025-01-10 Thread Maxime Ripard
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

[PATCH 2/2] drm/meson: vclk: fix precision in vclk calculations

2025-01-09 Thread Christian Hewitt
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