diff options
Diffstat (limited to 'drivers/gpu/drm/msm/dsi/dsi_manager.c')
-rw-r--r-- | drivers/gpu/drm/msm/dsi/dsi_manager.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/msm/dsi/dsi_manager.c b/drivers/gpu/drm/msm/dsi/dsi_manager.c index ca4ff4ab663e..f43c66ca81fb 100644 --- a/drivers/gpu/drm/msm/dsi/dsi_manager.c +++ b/drivers/gpu/drm/msm/dsi/dsi_manager.c | |||
@@ -156,7 +156,7 @@ static enum drm_connector_status dsi_mgr_connector_detect( | |||
156 | DBG("id=%d", id); | 156 | DBG("id=%d", id); |
157 | if (!msm_dsi->panel) { | 157 | if (!msm_dsi->panel) { |
158 | msm_dsi->panel = msm_dsi_host_get_panel(msm_dsi->host, | 158 | msm_dsi->panel = msm_dsi_host_get_panel(msm_dsi->host, |
159 | &msm_dsi->panel_flags); | 159 | &msm_dsi->device_flags); |
160 | 160 | ||
161 | /* There is only 1 panel in the global panel list | 161 | /* There is only 1 panel in the global panel list |
162 | * for dual DSI mode. Therefore slave dsi should get | 162 | * for dual DSI mode. Therefore slave dsi should get |
@@ -177,7 +177,7 @@ static enum drm_connector_status dsi_mgr_connector_detect( | |||
177 | */ | 177 | */ |
178 | if (msm_dsi->panel && IS_DUAL_DSI() && | 178 | if (msm_dsi->panel && IS_DUAL_DSI() && |
179 | other_dsi && other_dsi->panel) { | 179 | other_dsi && other_dsi->panel) { |
180 | bool cmd_mode = !(msm_dsi->panel_flags & | 180 | bool cmd_mode = !(msm_dsi->device_flags & |
181 | MIPI_DSI_MODE_VIDEO); | 181 | MIPI_DSI_MODE_VIDEO); |
182 | struct drm_encoder *encoder = msm_dsi_get_encoder( | 182 | struct drm_encoder *encoder = msm_dsi_get_encoder( |
183 | dsi_mgr_get_dsi(DSI_ENCODER_MASTER)); | 183 | dsi_mgr_get_dsi(DSI_ENCODER_MASTER)); |