summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/display.h
diff options
context:
space:
mode:
authorArchit Taneja <archit@ti.com>2013-09-16 12:48:30 +0530
committerTony Lindgren <tony@atomide.com>2013-10-08 14:02:51 -0700
commitfc8df75217e1c60183b594a417bc496ab086a453 (patch)
treedd35bd6b4fdc45281db6122f9d7e055bdd6f4b36 /arch/arm/mach-omap2/display.h
parent7a59743d0ccbeade0cb130f9ceabbe51cb6d3eb7 (diff)
downloadlinux-fc8df75217e1c60183b594a417bc496ab086a453.tar.gz
linux-fc8df75217e1c60183b594a417bc496ab086a453.tar.xz
ARM: OMAP2+: display: Create omapvrfb and omapfb devices inside omap_display_init
Move omapfb and omapvrfb device creation inside the omap_display_init so that we can correctly create the device based on the presence of omapdss within the platform. For example, on a kernel image supporting multiple platforms, omap_init_vrfb and omap_init_fb will create omapvrfb and omapfb platform devices respectively on a AM33xx platform even though it doesn't have a VRFB or DSS block. Signed-off-by: Archit Taneja <archit@ti.com> Acked-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/display.h')
-rw-r--r--arch/arm/mach-omap2/display.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/display.h b/arch/arm/mach-omap2/display.h
index e4e8d39c0218..bc7af4075914 100644
--- a/arch/arm/mach-omap2/display.h
+++ b/arch/arm/mach-omap2/display.h
@@ -27,4 +27,6 @@ struct omap_dss_dispc_dev_attr {
};
int omap_init_drm(void);
+int omap_init_vrfb(void);
+int omap_init_fb(void);
#endif