]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/bridge: dw-hdmi: Sync comment block with actual bus formats order
authorCristian Ciocaltea <cristian.ciocaltea@collabora.com>
Tue, 4 Feb 2025 17:44:38 +0000 (19:44 +0200)
committerRobert Foss <rfoss@kernel.org>
Mon, 10 Feb 2025 16:04:29 +0000 (17:04 +0100)
commite4476cd1162e60ee9802e2d95cd6ffee7a71830b
treee51f4fa6780bee2545fd3dfcb73870b2b897544a
parent0e9cb79ce49bb42230be1cb27c56326c3cd7ca90
drm/bridge: dw-hdmi: Sync comment block with actual bus formats order

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 a context related typo.

Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Robert Foss <rfoss@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20250204-dw-hdmi-bus-fmt-order-v2-1-d0aaeb7a697a@collabora.com
drivers/gpu/drm/bridge/synopsys/dw-hdmi.c