Lines Matching refs:video
7 "video-mode" environment variable
10 The 'video-mode' environment variable can be used to enable and configure
11 some video drivers. The format matches the video= command-line option used
14 video-mode=<driver>:<xres>x<yres>-<depth>@<freq><,option=string>
16 <driver> The video driver name, ignored by U-Boot
24 U-Boot MPC8xx video controller driver
31 Example: video-mode=fslfb:1280x1024-32@60,monitor=dvi
34 U-Boot sunxi video controller driver
40 The sunxi U-Boot driver supports the following video-mode options:
42 - monitor=[none|dvi|hdmi|lcd|vga|composite-*] - Select the video output to use
43 none: Disable video output.
46 lcd: Selects video output to a LCD screen.
47 vga: Selects video output over the VGA connector.
49 Selects composite video output, note the specified resolution is
50 ignored with composite video output.
67 overrides the xres, yres and refresh from the video-mode env. variable.
77 use: "setenv video-mode sunxi:1024x768-24@60,monitor=dvi,hpd=0,edid=1".