Re: [PATCH v2] drm/bridge: dw-hdmi: Sync comment block with actual bus formats order

2025-02-10 Thread Neil Armstrong
On 04/02/2025 18:44, Cristian Ciocaltea wrote: Commit d3d6b1bf85ae ("drm: bridge: dw_hdmi: fix preference of RGB modes over YUV420") changed the order of the output bus formats, but missed to update accordingly the "Possible output formats" comment section above dw_hdmi_bridge_atomic_get_output_b

[PATCH v2] drm/bridge: dw-hdmi: Sync comment block with actual bus formats order

2025-02-04 Thread Cristian Ciocaltea
Commit d3d6b1bf85ae ("drm: bridge: dw_hdmi: fix preference of RGB modes over YUV420") changed the order of the output bus formats, but missed to update accordingly the "Possible output formats" comment section above dw_hdmi_bridge_atomic_get_output_bus_fmts(). Fix the misleading comment block and