Lines Matching full:information
24 Device and driver capabilities are reported in the fixed screen information
51 additional information, which are stored in the variable screen information
54 Visuals describe how color information is encoded and assembled to create
65 screen information line_length field.
83 belonging to different planes, is stored in the fixed screen information
89 stored in the variable screen information grayscale field.
94 specified by the variable screen information bpp field.
105 specified by the variable screen information bpp field.
120 information red, green, blue and transp fields.
129 screen information bits_per_pixel field.
137 information red, green, blue and transp fields.
142 identifier stored in the variable screen information grayscale field.
145 3. Screen information
148 Screen information are queried by applications using the FBIOGET_FSCREENINFO
152 struct fb_fix_screeninfo stores device independent unchangeable information
153 about the frame buffer device and the current format. Those information can't
178 struct fb_var_screeninfo stores device independent changeable information
222 To modify variable information, applications call the FBIOPUT_VSCREENINFO
224 successful, the driver will update the fixed screen information accordingly.