Merge "disp: msm: add changes missing during snapshots"

This commit is contained in:
qctecmdr
2019-06-04 23:42:24 -07:00
committed by Gerrit - the friendly Code Review server
17 changed files with 196 additions and 22 deletions

View File

@@ -5403,6 +5403,7 @@ int dsi_display_get_info(struct drm_connector *connector,
{
struct dsi_display *display;
struct dsi_panel_phy_props phy_props;
struct dsi_host_common_cfg *host;
int i, rc;
if (!info || !disp) {
@@ -5471,6 +5472,9 @@ int dsi_display_get_info(struct drm_connector *connector,
info->te_source = display->te_source;
host = &display->panel->host_config;
if (host->split_link.split_link_enabled)
info->capabilities |= MSM_DISPLAY_SPLIT_LINK;
error:
mutex_unlock(&display->display_lock);
return rc;