Merge "disp: msm: dsi: Remove drm_panel tracking from sde_connector"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
3e7ef1e1d0
@@ -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);
|
||||
|
Reference in New Issue
Block a user