Merge "disp: msm: dsi: Remove drm_panel tracking from sde_connector"

This commit is contained in:
qctecmdr
2019-07-13 00:16:26 -07:00
committed by Gerrit - the friendly Code Review server
3 changed files with 0 additions and 18 deletions

View File

@@ -812,14 +812,6 @@ int dsi_connector_get_modes(struct drm_connector *connector, void *data,
memcpy(&edid, edid_buf, edid_size);
if (sde_connector_get_panel(connector)) {
/*
* TODO: If drm_panel is attached, query modes from the panel.
* This is complicated in split dsi cases because panel is not
* attached to both connectors.
*/
goto end;
}
rc = dsi_display_get_mode_count(display, &count);
if (rc) {
pr_err("failed to get num of modes, rc=%d\n", rc);