Re: [PATCH] drm/meson: fix debug log statement when setting the HDMI clocks

2025-06-10 Thread Neil Armstrong
Hi, On Fri, 06 Jun 2025 22:37:29 +0200, Martin Blumenstingl wrote: > The "phy" and "vclk" frequency labels were swapped, making it more > difficult to debug driver errors. Swap the label order to make them > match with the actual frequencies printed to correct this. > > Thanks, Applied to https

Re: [PATCH] drm/meson: fix debug log statement when setting the HDMI clocks

2025-06-09 Thread neil . armstrong
On 06/06/2025 22:37, Martin Blumenstingl wrote: The "phy" and "vclk" frequency labels were swapped, making it more difficult to debug driver errors. Swap the label order to make them match with the actual frequencies printed to correct this. Fixes: e5fab2ec9ca4 ("drm/meson: vclk: add support for

[PATCH] drm/meson: fix debug log statement when setting the HDMI clocks

2025-06-06 Thread Martin Blumenstingl
The "phy" and "vclk" frequency labels were swapped, making it more difficult to debug driver errors. Swap the label order to make them match with the actual frequencies printed to correct this. Fixes: e5fab2ec9ca4 ("drm/meson: vclk: add support for YUV420 setup") Signed-off-by: Martin Blumenstingl