disp: msm: add changes missing during snapshots
This change ports the missing changes from 4.14 to 4.19 that were missed. It includes changes up until commit 0f8fb25421ff ("cnss2: Add device version to SOC info structure"). Change-Id: Idfdfe891f146e389e3c65cc3fc4c98d93220e789 Signed-off-by: Samantha Tran <samtran@codeaurora.org>
This commit is contained in:
@@ -417,6 +417,18 @@ struct dsi_mode_info {
|
||||
struct msm_roi_caps roi_caps;
|
||||
};
|
||||
|
||||
/**
|
||||
* struct dsi_split_link_config - Split Link Configuration
|
||||
* @split_link_enabled: Split Link Enabled.
|
||||
* @num_sublinks: Number of sublinks.
|
||||
* @lanes_per_sublink: Number of lanes per sublink.
|
||||
*/
|
||||
struct dsi_split_link_config {
|
||||
bool split_link_enabled;
|
||||
u32 num_sublinks;
|
||||
u32 lanes_per_sublink;
|
||||
};
|
||||
|
||||
/**
|
||||
* struct dsi_host_common_cfg - Host configuration common to video and cmd mode
|
||||
* @dst_format: Destination pixel format.
|
||||
@@ -444,6 +456,7 @@ struct dsi_mode_info {
|
||||
* true.
|
||||
* @ext_bridge_mode: External bridge is connected.
|
||||
* @force_hs_clk_lane: Send continuous clock to the panel.
|
||||
* @dsi_split_link_config: Split Link Configuration.
|
||||
*/
|
||||
struct dsi_host_common_cfg {
|
||||
enum dsi_pixel_format dst_format;
|
||||
@@ -466,6 +479,7 @@ struct dsi_host_common_cfg {
|
||||
bool append_tx_eot;
|
||||
bool ext_bridge_mode;
|
||||
bool force_hs_clk_lane;
|
||||
struct dsi_split_link_config split_link;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user