Merge "disp: msm: dp: use base connector properties for mst connectors"

This commit is contained in:
qctecmdr
2020-08-20 23:40:52 -07:00
committed by Gerrit - the friendly Code Review server
當前提交 57807a5d97
共有 6 個文件被更改,包括 59 次插入4 次删除

查看文件

@@ -1655,6 +1655,7 @@ static int _sde_kms_setup_displays(struct drm_device *dev,
.get_panel_vfp = dsi_display_get_panel_vfp,
.get_default_lms = dsi_display_get_default_lms,
.cmd_receive = dsi_display_cmd_receive,
.install_properties = NULL,
};
static const struct sde_connector_ops wb_ops = {
.post_init = sde_wb_connector_post_init,
@@ -1671,6 +1672,7 @@ static int _sde_kms_setup_displays(struct drm_device *dev,
.cont_splash_config = NULL,
.get_panel_vfp = NULL,
.cmd_receive = NULL,
.install_properties = NULL,
};
static const struct sde_connector_ops dp_ops = {
.post_init = dp_connector_post_init,
@@ -1689,6 +1691,7 @@ static int _sde_kms_setup_displays(struct drm_device *dev,
.get_panel_vfp = NULL,
.update_pps = dp_connector_update_pps,
.cmd_receive = NULL,
.install_properties = dp_connector_install_properties,
};
struct msm_display_info info;
struct drm_encoder *encoder;