disp: msm: dsi: Remove drm_panel tracking from sde_connector

The drm_panel defined in sde_connector was not used, so
removed it.

Change-Id: I70a94f11ebd60362d25e37a256f46d3d4942089d
Signed-off-by: Yuan Zhao <yzhao@codeaurora.org>
This commit is contained in:
Yuan Zhao
2019-07-11 20:11:26 +08:00
parent 91f4bcda9d
commit cc9aa48df6
3 changed files with 0 additions and 18 deletions

View File

@@ -811,14 +811,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);