diff options
Diffstat (limited to 'drivers/video/omap2/dss/dispc.c')
-rw-r--r-- | drivers/video/omap2/dss/dispc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/dispc.c b/drivers/video/omap2/dss/dispc.c index 533539e51cf5..0db46c0eac48 100644 --- a/drivers/video/omap2/dss/dispc.c +++ b/drivers/video/omap2/dss/dispc.c | |||
@@ -3740,6 +3740,8 @@ static int dispc_runtime_suspend(struct device *dev) | |||
3740 | 3740 | ||
3741 | static int dispc_runtime_resume(struct device *dev) | 3741 | static int dispc_runtime_resume(struct device *dev) |
3742 | { | 3742 | { |
3743 | _omap_dispc_initial_config(); | ||
3744 | |||
3743 | dispc_restore_context(); | 3745 | dispc_restore_context(); |
3744 | 3746 | ||
3745 | return 0; | 3747 | return 0; |