Lines Matching refs:information
23 Device and driver capabilities are reported in the fixed screen information
50 additional information, which are stored in the variable screen information
53 Visuals describe how color information is encoded and assembled to create
64 screen information line_length field.
82 belonging to different planes, is stored in the fixed screen information
88 stored in the variable screen information grayscale field.
93 specified by the variable screen information bpp field.
104 specified by the variable screen information bpp field.
119 information red, green, blue and transp fields.
128 screen information bits_per_pixel field.
136 information red, green, blue and transp fields.
141 identifier stored in the variable screen information grayscale field.
144 3. Screen information
147 Screen information are queried by applications using the FBIOGET_FSCREENINFO
151 struct fb_fix_screeninfo stores device independent unchangeable information
152 about the frame buffer device and the current format. Those information can't
177 struct fb_var_screeninfo stores device independent changeable information
221 To modify variable information, applications call the FBIOPUT_VSCREENINFO
223 successful, the driver will update the fixed screen information accordingly.