/* SPDX-License-Identifier: GPL-2.0-only */ /* * linux/drivers/video/omap2/omapfb.h * * Copyright (C) 2008 Nokia Corporation * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com> * * Some code and ideas taken from drivers/video/omap/ driver * by Imre Deak.
*/
void set_fb_fix(struct fb_info *fbi); int check_fb_var(struct fb_info *fbi, struct fb_var_screeninfo *var); int omapfb_realloc_fbmem(struct fb_info *fbi, unsignedlong size, int type); int omapfb_apply_changes(struct fb_info *fbi, int init);
int omapfb_create_sysfs(struct omapfb2_device *fbdev); void omapfb_remove_sysfs(struct omapfb2_device *fbdev);
int omapfb_ioctl(struct fb_info *fbi, unsignedint cmd, unsignedlong arg);
int dss_mode_to_fb_mode(enum omap_color_mode dssmode, struct fb_var_screeninfo *var);
/* find the display connected to this fb, if any */ staticinlinestruct omap_dss_device *fb2display(struct fb_info *fbi)
{ struct omapfb_info *ofbi = FB2OFB(fbi); struct omap_overlay *ovl;
/* XXX: returns the display connected to first attached overlay */
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.