disp: msm: sde: adjust intf timing for widebus
From Lahaina onwards, widebus is enabled for compressed DSI stream. This change adjusts interface timing parameters to account for widebus. Change-Id: Ie6b739ed2cdb515064e3a94404b3e0fe07755d7e Signed-off-by: Rajkumar Subbiah <rsubbia@codeaurora.org>
This commit is contained in:
@@ -1146,6 +1146,10 @@ static void sde_encoder_phys_cmd_enable_helper(
|
||||
(phys_enc->comp_type !=
|
||||
MSM_DISPLAY_COMPRESSION_NONE), false);
|
||||
|
||||
if (hw_intf->ops.enable_wide_bus)
|
||||
hw_intf->ops.enable_wide_bus(hw_intf,
|
||||
sde_encoder_is_widebus_enabled(phys_enc->parent));
|
||||
|
||||
/*
|
||||
* For pp-split, skip setting the flush bit for the slave intf, since
|
||||
* both intfs use same ctl and HW will only flush the master.
|
||||
|
Reference in New Issue
Block a user