fbdev: sh_mobile_lcdc: Pass a video mode to the notify callback

Pass pointers to struct fb_videomode and struct fb_monspecs instead of
struct fb_var_screeninfo to the notify callback.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Laurent Pinchart
2011-11-29 01:05:47 +01:00
父節點 7295752fd7
當前提交 e0c8601a18
共有 3 個文件被更改,包括 48 次插入50 次删除

查看文件

@@ -79,7 +79,8 @@ struct sh_mobile_lcdc_chan {
int (*notify)(struct sh_mobile_lcdc_chan *ch,
enum sh_mobile_lcdc_entity_event event,
struct fb_var_screeninfo *var);
const struct fb_videomode *mode,
const struct fb_monspecs *monspec);
};
#endif