Home
last modified time | relevance | path

Searched refs:video (Results 1 – 25 of 62) sorted by relevance

123

/rk3399_rockchip-uboot/doc/
H A DREADME.video8 "video-mode" environment variable
11 The 'video-mode' environment variable can be used to enable and configure
12 some video drivers. The format matches the video= command-line option used
15 video-mode=<driver>:<xres>x<yres>-<depth>@<freq><,option=string>
17 <driver> The video driver name, ignored by U-Boot
25 U-Boot MPC8xx video controller driver
32 Example: video-mode=fslfb:1280x1024-32@60,monitor=dvi
35 U-Boot sunxi video controller driver
41 The sunxi U-Boot driver supports the following video-mode options:
43 - monitor=[none|dvi|hdmi|lcd|vga|composite-*] - Select the video output to use
[all …]
H A DREADME.console29 setenv stdout video <- To use the video console
85 video (mpc8xx video controller)
/rk3399_rockchip-uboot/drivers/video/drm/display-serdes/
H A DKconfig24 source "drivers/video/drm/display-serdes/maxim/Kconfig"
25 source "drivers/video/drm/display-serdes/rohm/Kconfig"
26 source "drivers/video/drm/display-serdes/rockchip/Kconfig"
27 source "drivers/video/drm/display-serdes/novo/Kconfig"
/rk3399_rockchip-uboot/board/boundary/nitrogen6x/
H A D6x_bootscript_android.txt10 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=ldb,LDB-XGA,if=RGB666
22 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=ldb,1024x600M@60,if=RGB666
34 …setenv bootargs $bootargs video=mxcfb${nextcon}:dev=lcd,CLAA-WVGA,if=RGB666 tsdev=tsc2004 calibrat…
46 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=hdmi,1280x720M@60,if=RGB24
58 setenv bootargs $bootargs video=mxcfb${nextcon}:off ;
H A D6x_bootscript.txt5 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=hdmi,1280x720M@60,if=RGB24
14 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=ldb,LDB-XGA,if=RGB666
26 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=ldb,1024x600M@60,if=RGB666
38 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=lcd,CLAA-WVGA,if=RGB666
50 setenv bootargs $bootargs video=mxcfb${nextcon}:off ;
H A D6x_bootscript_android_recovery.txt10 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=ldb,LDB-XGA,if=RGB666
22 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=ldb,1024x600M@60,if=RGB666
34 …setenv bootargs $bootargs video=mxcfb${nextcon}:dev=lcd,CLAA-WVGA,if=RGB666 tsdev=tsc2004 calibrat…
46 setenv bootargs $bootargs video=mxcfb${nextcon}:dev=hdmi,1280x720M@60,if=RGB24
58 setenv bootargs $bootargs video=mxcfb${nextcon}:off ;
/rk3399_rockchip-uboot/drivers/video/drm/
H A DKconfig7 Rockchip SoCs provide video output capabilities for High-Definition
11 This driver supports the on-chip video output device, and targets the
246 bool "Rockchip video console support"
250 Used to enable video console mode.
259 Used to set the framebuffer size of video console.
264 int "Rockchip video console horizontal resolution"
268 Used to set the width of video console.
271 int "Rockchip video console vertical resolution"
275 Used to set the height of video console.
286 prompt "Rockchip video console bits per pixel"
[all …]
H A Ddw-dp.c240 struct dw_dp_video video; member
892 struct dw_dp_video *video = &dp->video; in dw_dp_link_downgrade() local
908 if (!dw_dp_bandwidth_ok(dp, &video->mode, video->bpp, link->lanes, in dw_dp_link_downgrade()
1125 struct dw_dp_video *video = &dp->video; in dw_dp_send_vsc_sdp() local
1132 switch (video->color_format) { in dw_dp_send_vsc_sdp()
1148 if (video->color_format == DRM_COLOR_FORMAT_RGB444) in dw_dp_send_vsc_sdp()
1153 vsc.bpc = video->bpc; in dw_dp_send_vsc_sdp()
1234 struct dw_dp_video *video = &dp->video; in dw_dp_video_enable() local
1236 struct drm_display_mode *mode = &video->mode; in dw_dp_video_enable()
1237 u8 color_format = video->color_format; in dw_dp_video_enable()
[all …]
H A Danalogix_dp.c1033 struct video_info *video = &dp->video_info; in analogix_dp_connector_enable() local
1039 drm_mode_copy(&video->mode, &conn_state->mode); in analogix_dp_connector_enable()
1061 video->color_depth = COLOR_12; in analogix_dp_connector_enable()
1064 video->color_depth = COLOR_10; in analogix_dp_connector_enable()
1067 video->color_depth = COLOR_6; in analogix_dp_connector_enable()
1071 video->color_depth = COLOR_8; in analogix_dp_connector_enable()
1075 video->color_space = COLOR_YCBCR444; in analogix_dp_connector_enable()
1076 video->ycbcr_coeff = COLOR_YCBCR709; in analogix_dp_connector_enable()
1078 video->color_space = COLOR_YCBCR422; in analogix_dp_connector_enable()
1079 video->ycbcr_coeff = COLOR_YCBCR709; in analogix_dp_connector_enable()
[all …]
/rk3399_rockchip-uboot/doc/device-tree-bindings/video/bridge/
H A Dps8622.txt14 - video interfaces: Device node can contain video interface port
17 [1]: Documentation/devicetree/bindings/media/video-interfaces.txt
/rk3399_rockchip-uboot/doc/device-tree-bindings/video/
H A Dexynos-dp.txt25 samsung,bist-mode: 1 to enable video bist mode, else 0
37 samsung,color-space: input video data format
39 samsung,dynamic-range: dynamic range for input video data
41 samsung,ycbcr-coeff: YCbCr co-efficients for input video
/rk3399_rockchip-uboot/drivers/video/
H A DKconfig8 bool "Enable driver model support for LCD/video"
11 This enables driver model for LCD and video devices. These support
14 option compiles in the video uclass and routes all LCD/video access
18 bool "Enable driver model support for LCD/video in SPL"
21 This enables driver model for LCD and video devices in SPL. These support
24 option compiles in the video uclass and routes all LCD/video access
28 hex "SPL video memory buffer for any use"
137 source "drivers/video/fonts/Kconfig"
144 environment variable, but have moved to use driver model for video.
159 bool "Enable VESA video driver support"
[all …]
/rk3399_rockchip-uboot/board/kosagi/novena/
H A DMakefile11 obj-$(CONFIG_VIDEO_IPUV3) += video.o
/rk3399_rockchip-uboot/drivers/video/bridge/
H A DMakefile7 obj-$(CONFIG_VIDEO_BRIDGE) += video-bridge-uclass.o
H A DKconfig2 bool "Support video bridges"
5 Some platforms use video bridges to convert from one output to
/rk3399_rockchip-uboot/board/dfi/
H A DKconfig19 USB 3, SATA, serial console and DisplayPort video out.
32 USB 3, SATA, serial console and DisplayPort video out.
/rk3399_rockchip-uboot/board/congatec/
H A DKconfig21 USB 3, SATA, serial console and HDMI 1.3 video out.
32 micro-SD, USB 2, USB 3, SATA, serial console and HDMI 1.3 video
/rk3399_rockchip-uboot/configs/
H A Dintegratorcp_cm920t_defconfig6 …tdblock0 console=ttyAMA0 console=tty ip=dhcp netdev=27,0,0xfc800000,0xfc800010,eth0 video=clcdfb:0"
H A Dintegratorcp_cm926ejs_defconfig6 …tdblock0 console=ttyAMA0 console=tty ip=dhcp netdev=27,0,0xfc800000,0xfc800010,eth0 video=clcdfb:0"
H A Dintegratorcp_cm1136_defconfig6 …tdblock0 console=ttyAMA0 console=tty ip=dhcp netdev=27,0,0xfc800000,0xfc800010,eth0 video=clcdfb:0"
H A Dintegratorcp_cm946es_defconfig6 …tdblock0 console=ttyAMA0 console=tty ip=dhcp netdev=27,0,0xfc800000,0xfc800010,eth0 video=clcdfb:0"
/rk3399_rockchip-uboot/board/efi/
H A DKconfig12 takes over once the RAM, video and CPU are fully running.
/rk3399_rockchip-uboot/drivers/video/rockchip/
H A DKconfig15 Rockchip SoCs provide video output capabilities for High-Definition
19 This driver supports the on-chip video output device, and targets the
/rk3399_rockchip-uboot/board/coreboot/
H A DKconfig18 takes over once the RAM, video and CPU are fully running.
/rk3399_rockchip-uboot/test/dm/
H A DMakefile44 obj-$(CONFIG_DM_VIDEO) += video.o

123