Home
last modified time | relevance | path

Searched refs:displays (Results 1 – 25 of 34) sorted by relevance

12

/rk3399_rockchip-uboot/arch/arm/mach-imx/
H A Dvideo.c17 struct display_info_t const *dev = displays+i; in board_video_skip()
25 panel = displays[0].mode.name; in board_video_skip()
31 if (!strcmp(panel, displays[i].mode.name)) in board_video_skip()
37 ret = ipuv3_fb_init(&displays[i].mode, displays[i].di ? 1 : 0, in board_video_skip()
38 displays[i].pixfmt); in board_video_skip()
40 if (displays[i].enable) in board_video_skip()
41 displays[i].enable(displays + i); in board_video_skip()
44 displays[i].mode.name, in board_video_skip()
45 displays[i].mode.xres, in board_video_skip()
46 displays[i].mode.yres); in board_video_skip()
[all …]
/rk3399_rockchip-uboot/board/congatec/cgtqmx6eval/
H A Dcgtqmx6eval.c538 static struct display_info_t const displays[] = { variable
588 for (i = 0; i < ARRAY_SIZE(displays); i++) { in board_video_skip()
589 struct display_info_t const *dev = displays + i; in board_video_skip()
597 panel = displays[0].mode.name; in board_video_skip()
602 for (i = 0; i < ARRAY_SIZE(displays); i++) { in board_video_skip()
603 if (!strcmp(panel, displays[i].mode.name)) in board_video_skip()
607 if (i < ARRAY_SIZE(displays)) { in board_video_skip()
608 ret = ipuv3_fb_init(&displays[i].mode, 0, displays[i].pixfmt); in board_video_skip()
610 if (displays[i].enable) in board_video_skip()
611 displays[i].enable(displays + i); in board_video_skip()
[all …]
/rk3399_rockchip-uboot/arch/arm/include/asm/mach-imx/
H A Dvideo.h26 extern struct display_info_t const displays[];
/rk3399_rockchip-uboot/doc/device-tree-bindings/serial/
H A Dsandbox-serial.txt3 The sandbox serial device is an emulated device which displays its output
/rk3399_rockchip-uboot/board/aristainetos/
H A Daristainetos.c154 struct display_info_t const displays[] = { variable
203 size_t display_count = ARRAY_SIZE(displays);
H A Daristainetos-v2.c680 if (!strcmp(panel, displays[1].mode.name)) in board_late_init()
/rk3399_rockchip-uboot/board/engicam/icorem6/
H A Dicorem6.c119 struct display_info_t const displays[] = { variable
144 size_t display_count = ARRAY_SIZE(displays);
/rk3399_rockchip-uboot/board/kosagi/novena/
H A Dvideo.c305 struct display_info_t const displays[] = { variable
354 size_t display_count = ARRAY_SIZE(displays);
/rk3399_rockchip-uboot/board/boundary/nitrogen6x/
H A DREADME48 U-Boot support for the following displays is configured by
58 or the I2C touch controller of the LVDS and RGB displays in the priority
H A Dnitrogen6x.c507 struct display_info_t const displays[] = {{ variable
748 size_t display_count = ARRAY_SIZE(displays);
/rk3399_rockchip-uboot/board/tbs/tbs2910/
H A Dtbs2910.c279 struct display_info_t const displays[] = {{ variable
301 size_t display_count = ARRAY_SIZE(displays);
/rk3399_rockchip-uboot/board/wandboard/
H A Dwandboard.c307 struct display_info_t const displays[] = {{ variable
348 size_t display_count = ARRAY_SIZE(displays);
/rk3399_rockchip-uboot/board/embest/mx6boards/
H A Dmx6boards.c416 struct display_info_t const displays[] = {{ variable
457 size_t display_count = ARRAY_SIZE(displays);
/rk3399_rockchip-uboot/board/solidrun/mx6cuboxi/
H A Dmx6cuboxi.c208 struct display_info_t const displays[] = { variable
234 size_t display_count = ARRAY_SIZE(displays);
/rk3399_rockchip-uboot/drivers/video/
H A DKconfig54 bool "Support 8-bit-per-pixel displays"
60 this option, such displays will not be supported and console output
64 bool "Support 16-bit-per-pixel displays"
70 this option, such displays will not be supported and console output
74 bool "Support 32-bit-per-pixel displays"
80 this option, such displays will not be supported and console output
94 bool "Support rotated displays"
311 interface for driving eDP TFT displays. It uses I2C for configuration.
/rk3399_rockchip-uboot/doc/device-tree-bindings/video/
H A Ddisplay-timing.txt46 for displays. If a display supports multiple signal timings, the native-mode
/rk3399_rockchip-uboot/board/advantech/dms-ba16/
H A Ddms-ba16.c352 struct display_info_t const displays[] = {{ variable
393 size_t display_count = ARRAY_SIZE(displays);
/rk3399_rockchip-uboot/board/ge/bx50v3/
H A Dbx50v3.c359 struct display_info_t const displays[] = {{ variable
400 size_t display_count = ARRAY_SIZE(displays);
/rk3399_rockchip-uboot/doc/
H A DREADME.video73 to deal with overscanning displays. Defaults to overscan_x=32 and
H A DREADME.nand336 displays current locking status of all pages
/rk3399_rockchip-uboot/board/freescale/mx6sabreauto/
H A Dmx6sabreauto.c485 struct display_info_t const displays[] = {{ variable
526 size_t display_count = ARRAY_SIZE(displays);
/rk3399_rockchip-uboot/board/freescale/mx6sabresd/
H A Dmx6sabresd.c423 struct display_info_t const displays[] = {{ variable
484 size_t display_count = ARRAY_SIZE(displays);
/rk3399_rockchip-uboot/board/toradex/colibri_imx6/
H A Dcolibri_imx6.c508 struct display_info_t const displays[] = {{ variable
568 size_t display_count = ARRAY_SIZE(displays);
/rk3399_rockchip-uboot/board/toradex/apalis_imx6/
H A Dapalis_imx6.c608 struct display_info_t const displays[] = {{ variable
690 size_t display_count = ARRAY_SIZE(displays);
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/
H A Dgw_ventana.c343 struct display_info_t const displays[] = {{ variable
428 size_t display_count = ARRAY_SIZE(displays);

12