diff options
Diffstat (limited to 'drivers/gpu/drm/omapdrm/dss/dsi.c')
-rw-r--r-- | drivers/gpu/drm/omapdrm/dss/dsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/dsi.c b/drivers/gpu/drm/omapdrm/dss/dsi.c index 08751c9cc973..0ef01a6dd6be 100644 --- a/drivers/gpu/drm/omapdrm/dss/dsi.c +++ b/drivers/gpu/drm/omapdrm/dss/dsi.c | |||
@@ -3982,7 +3982,7 @@ static void dsi_update_screen_dispc(struct platform_device *dsidev) | |||
3982 | 3982 | ||
3983 | dss_mgr_set_timings(mgr->id, &dsi->timings); | 3983 | dss_mgr_set_timings(mgr->id, &dsi->timings); |
3984 | 3984 | ||
3985 | dss_mgr_start_update(mgr); | 3985 | dss_mgr_start_update(mgr->id); |
3986 | 3986 | ||
3987 | if (dsi->te_enabled) { | 3987 | if (dsi->te_enabled) { |
3988 | /* disable LP_RX_TO, so that we can receive TE. Time to wait | 3988 | /* disable LP_RX_TO, so that we can receive TE. Time to wait |