
The clk_ctrl_cb and post_cmd_tx_workq callbacks are assigned to individual ctrl during display bind. In case of dual display with shared DSI, where primary display has ctrl0 & ctrl1 and secondary display has ctrl1, the callbacks of ctrl1 of the primary display gets overwritten with the callbacks of ctrl1 of the secondary display. In the shared DSI design, only one display will be active at a time. So, move the callback assignment of clk_ctrl_cb and post_cmd_tx_workq to display prepare to fix this. Change-Id: Ic02fa2f00c430fd5759400e06d82d004d4f7cba4 Signed-off-by: Anand Tarakh <quic_atarakh@quicinc.com>
228 KiB
228 KiB