summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/dpi.c
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2015-11-04 19:27:31 +0100
committerTomi Valkeinen <tomi.valkeinen@ti.com>2016-03-03 16:38:23 +0100
commit85a8c62250d7e31ded7a45c312b6860fb87e1a13 (patch)
tree073657c5e21e2e2469669f1271d80d54f3c2653f /drivers/gpu/drm/omapdrm/dss/dpi.c
parentdrm/omap: convert dss_mgr_set_lcd_config to accept omap_channel (diff)
downloadlinux-85a8c62250d7e31ded7a45c312b6860fb87e1a13.tar.xz
linux-85a8c62250d7e31ded7a45c312b6860fb87e1a13.zip
drm/omap: convert dss_mgr_enable to accept omap_channel
We are removing uses of 'struct omap_overlay_manager'. This patch changes dss_mgr_enable() to accept 'enum omap_channel' instead of 'struct omap_overlay_manager'. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/dss/dpi.c')
-rw-r--r--drivers/gpu/drm/omapdrm/dss/dpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/dpi.c b/drivers/gpu/drm/omapdrm/dss/dpi.c
index 17d1a3ff6bab..8d64fdbc53fa 100644
--- a/drivers/gpu/drm/omapdrm/dss/dpi.c
+++ b/drivers/gpu/drm/omapdrm/dss/dpi.c
@@ -429,7 +429,7 @@ static int dpi_display_enable(struct omap_dss_device *dssdev)
mdelay(2);
- r = dss_mgr_enable(out->manager);
+ r = dss_mgr_enable(out->manager->id);
if (r)
goto err_mgr_enable;