Merge "disp: msm: add allowed_mode_switch blob property"

このコミットが含まれているのは:
qctecmdr
2020-09-12 00:11:58 -07:00
committed by Gerrit - the friendly Code Review server
コミット b0775fe9da
7個のファイルの変更129行の追加0行の削除

ファイルの表示

@@ -1653,6 +1653,7 @@ static int _sde_kms_setup_displays(struct drm_device *dev,
.get_default_lms = dsi_display_get_default_lms,
.cmd_receive = dsi_display_cmd_receive,
.install_properties = NULL,
.set_allowed_mode_switch = dsi_conn_set_allowed_mode_switch,
};
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,
.get_panel_vfp = NULL,
.cmd_receive = NULL,
.install_properties = NULL,
.set_allowed_mode_switch = NULL,
};
static const struct sde_connector_ops dp_ops = {
.post_init = dp_connector_post_init,
@@ -1691,6 +1693,7 @@ static int _sde_kms_setup_displays(struct drm_device *dev,
.update_pps = dp_connector_update_pps,
.cmd_receive = NULL,
.install_properties = dp_connector_install_properties,
.set_allowed_mode_switch = NULL,
};
struct msm_display_info info;
struct drm_encoder *encoder;