diff options
Diffstat (limited to 'drivers/video/omap2/dss/dispc.c')
-rw-r--r-- | drivers/video/omap2/dss/dispc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/dispc.c b/drivers/video/omap2/dss/dispc.c index b33b0169bb3b..83d7bb9da609 100644 --- a/drivers/video/omap2/dss/dispc.c +++ b/drivers/video/omap2/dss/dispc.c | |||
@@ -3710,6 +3710,8 @@ static int __init omap_dispchw_probe(struct platform_device *pdev) | |||
3710 | 3710 | ||
3711 | dispc_runtime_put(); | 3711 | dispc_runtime_put(); |
3712 | 3712 | ||
3713 | dss_init_overlay_managers(); | ||
3714 | |||
3713 | dss_debugfs_create_file("dispc", dispc_dump_regs); | 3715 | dss_debugfs_create_file("dispc", dispc_dump_regs); |
3714 | 3716 | ||
3715 | return 0; | 3717 | return 0; |
@@ -3723,6 +3725,8 @@ static int __exit omap_dispchw_remove(struct platform_device *pdev) | |||
3723 | { | 3725 | { |
3724 | pm_runtime_disable(&pdev->dev); | 3726 | pm_runtime_disable(&pdev->dev); |
3725 | 3727 | ||
3728 | dss_uninit_overlay_managers(); | ||
3729 | |||
3726 | return 0; | 3730 | return 0; |
3727 | } | 3731 | } |
3728 | 3732 | ||