]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/bridge: tc358768: Set pre_enable_prev_first for reverse order
authorParth Pancholi <parth.pancholi@toradex.com>
Wed, 11 Mar 2026 07:48:13 +0000 (09:48 +0200)
committerTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Thu, 7 May 2026 09:38:45 +0000 (12:38 +0300)
commit6b2bb5438bcfd7bad868665cd2aed1caf9ba3f2b
treeb5815fcdaa58607be0aeff6843617248ed6f3e9d
parent47d758a5849490d0e6376e384af29dba2934b41b
drm/bridge: tc358768: Set pre_enable_prev_first for reverse order

Enable the pre_enable_prev_first flag on the tc358768 bridge to reverse
the pre-enable order, calling bridge pre_enable before panel prepare.
This ensures the bridge is ready before sending panel init commands in
the case of panels sending init commands in panel prepare function.

Signed-off-by: Parth Pancholi <parth.pancholi@toradex.com>
Tested-by: João Paulo Gonçalves <joao.goncalves@toradex.com> # Toradex Verdin AM62
Reviewed-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Link: https://patch.msgid.link/20260311-tc358768-v2-2-e75a99131bd5@ideasonboard.com
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
drivers/gpu/drm/bridge/tc358768.c