aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/omap2/omapfb/omapfb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/video/omap2/omapfb/omapfb.h b/drivers/video/omap2/omapfb/omapfb.h
index f7c9c739e5ef..4ae0b64b3f43 100644
--- a/drivers/video/omap2/omapfb/omapfb.h
+++ b/drivers/video/omap2/omapfb/omapfb.h
@@ -105,6 +105,9 @@ void omapfb_remove_sysfs(struct omapfb2_device *fbdev);
105 105
106int omapfb_ioctl(struct fb_info *fbi, unsigned int cmd, unsigned long arg); 106int omapfb_ioctl(struct fb_info *fbi, unsigned int cmd, unsigned long arg);
107 107
108int omapfb_update_window(struct fb_info *fbi,
109 u32 x, u32 y, u32 w, u32 h);
110
108int dss_mode_to_fb_mode(enum omap_color_mode dssmode, 111int dss_mode_to_fb_mode(enum omap_color_mode dssmode,
109 struct fb_var_screeninfo *var); 112 struct fb_var_screeninfo *var);
110 113