Lines Matching +full:frame +full:- +full:buffer
2 Frame Buffer device internals
5 This is a first start for some documentation about frame buffer device
10 - Geert Uytterhoeven <geert@linux-m68k.org>, 21 July 1998
11 - James Simmons <jsimmons@user.sf.net>, Nov 26 2002
13 --------------------------------------------------------------------------------
15 Structures used by the frame buffer device API
18 The following structures play a role in the game of frame buffer devices. They
23 - struct fb_fix_screeninfo
25 Device independent unchangeable information about a frame buffer device and
29 - struct fb_var_screeninfo
31 Device independent changeable information about a frame buffer device and a
36 - struct fb_cmap
44 - struct fb_info
46 Generic information, API and low level information about a specific frame
47 buffer device instance (slot number, board address, ...).
49 - struct `par`
55 Visuals used by the frame buffer device API
60 --------------------------------------------------
65 ---------------------------------------------------------------------
72 --------------------------------
77 ------------------------------------
83 ------------------