Lines Matching refs:video
3 modedb default video mode support
6 Currently all frame buffer device drivers have their own video mode databases,
9 - one routine to probe for video modes, which can be used by all frame buffer
11 - one generic video mode database with a fair amount of standard videomodes
17 When a frame buffer device receives a video= option it doesn't know, it should
18 consider that to be a video mode option. If no frame buffer device is specified
19 in a video= option, fbmem considers that to be a global video mode option.
49 video=VGA-1:1280x1024@60me
52 video=LVDS-1:d video=HDMI-1:D
68 This is the third standard approved by VESA(TM) concerning video timings. The
115 To find a suitable video mode, you just call
123 with db/dbsize your non-standard video mode database, or NULL to use the
124 standard video mode database.
126 fb_find_mode() first tries the specified video mode (or any mode that matches,
130 To specify a video mode at bootup, use the following boot options:
131 video=<driver>:<xres>x<yres>[-<bpp>][@refresh]
134 found in linux/drivers/video/modedb.c. Check your driver's documentation.