Merge "disp: msm: sde: use prepare_commit connector callback for DSI"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
ee8ad711e9
@@ -1740,6 +1740,7 @@ static int _sde_kms_setup_displays(struct drm_device *dev,
|
|||||||
.install_properties = NULL,
|
.install_properties = NULL,
|
||||||
.set_allowed_mode_switch = dsi_conn_set_allowed_mode_switch,
|
.set_allowed_mode_switch = dsi_conn_set_allowed_mode_switch,
|
||||||
.get_qsync_min_fps = dsi_display_get_qsync_min_fps,
|
.get_qsync_min_fps = dsi_display_get_qsync_min_fps,
|
||||||
|
.prepare_commit = dsi_conn_prepare_commit,
|
||||||
};
|
};
|
||||||
static const struct sde_connector_ops wb_ops = {
|
static const struct sde_connector_ops wb_ops = {
|
||||||
.post_init = sde_wb_connector_post_init,
|
.post_init = sde_wb_connector_post_init,
|
||||||
|
Reference in New Issue
Block a user