| /rk3399_rockchip-uboot/board/gdsys/common/ |
| H A D | osd.c | 39 #define OSD_SET_REG(screen, fld, val) \ argument 41 if (screen >= OSD_DH_BASE) \ 42 FPGA_SET_REG(screen - OSD_DH_BASE, osd1.fld, val); \ 44 FPGA_SET_REG(screen, osd0.fld, val); \ 47 #define OSD_SET_REG(screen, fld, val) \ argument 48 FPGA_SET_REG(screen, osd0.fld, val) 52 #define OSD_GET_REG(screen, fld, val) \ argument 54 if (screen >= OSD_DH_BASE) \ 55 FPGA_GET_REG(screen - OSD_DH_BASE, osd1.fld, val); \ 57 FPGA_GET_REG(screen, osd0.fld, val); \ [all …]
|
| H A D | osd.h | 11 int ch7301_probe(unsigned screen, bool power); 12 int osd_probe(unsigned screen);
|
| H A D | ch7301.c | 40 int ch7301_probe(unsigned screen, bool power) in ch7301_probe() argument 44 i2c_set_bus_num(ch7301_i2c[screen]); in ch7301_probe()
|
| H A D | dp501.c | 140 int dp501_probe(unsigned screen, bool power) in dp501_probe() argument 143 uint8_t dp501_addr = dp501_base[screen]; in dp501_probe() 149 i2c_set_bus_num(dp501_i2c[screen]); in dp501_probe()
|
| H A D | adv7611.c | 45 int adv7611_probe(unsigned int screen) in adv7611_probe() argument 51 i2c_set_bus_num(adv7611_i2c[screen]); in adv7611_probe()
|
| H A D | adv7611.h | 11 int adv7611_probe(unsigned int screen);
|
| H A D | ch7301.h | 11 int ch7301_probe(unsigned screen, bool power);
|
| H A D | dp501.h | 29 int dp501_probe(unsigned screen, bool power);
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.splashprepare | 5 common/splash.c. It is called as part of the splash screen display 21 - If splashsource is set to an unsupported value, do not load a splash screen. 25 screen data is loaded as a file. The name of the splash screen file can be
|
| H A D | README.bootmenu | 33 or on the boot screen 46 the console (or on the screen) and the command of the first menu entry will
|
| H A D | README.video | 47 lcd: Selects video output to a LCD screen.
|
| H A D | README.chromium | 106 mode screen. It should show something like the following on the display: 198 mode screen. It should show something like the following on the display:
|
| H A D | README.log | 8 setting up the board to displaying a start-up screen to loading an Operating
|
| /rk3399_rockchip-uboot/arch/sandbox/cpu/ |
| H A D | sdl.c | 14 SDL_Surface *screen; member 82 sdl.screen = SDL_SetVideoMode(width, height, 0, 0); in sandbox_sdl_init_display() 95 SDL_BlitSurface(frame, NULL, sdl.screen, NULL); in sandbox_sdl_sync() 97 SDL_UpdateRect(sdl.screen, 0, 0, 0, 0); in sandbox_sdl_sync()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | pxa_lcd.h | 40 u_long screen; /* physical address of frame buffer */ member
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/rv1108/ |
| H A D | Kconfig | 12 * MIPI screen with resolution 720 x 1280
|
| /rk3399_rockchip-uboot/scripts/kconfig/lxdialog/ |
| H A D | util.c | 21 dlg.screen.atr = A_NORMAL; in set_mono_theme() 61 DLG_COLOR(screen, COLOR_CYAN, COLOR_BLUE, true); in set_classic_theme() 94 DLG_COLOR(screen, COLOR_RED, COLOR_BLACK, true); in set_blackbg_theme() 181 init_one_color(&dlg.screen); in init_dialog_colors() 250 attr_clear(stdscr, lines, columns, dlg.screen.atr); in dialog_clear() 256 wattrset(stdscr, dlg.screen.atr); in dialog_clear()
|
| H A D | dialog.h | 105 struct dialog_color screen; member
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | pxa_lcd.c | 416 fbi->screen = (u_long)lcdbase; in pxafb_init_mem() 564 fbi->dmadesc_fblow->fsadr = fbi->screen + BYTES_PER_PANEL; in pxafb_init() 570 fbi->dmadesc_fbhigh->fsadr = fbi->screen; in pxafb_init()
|
| H A D | cfb_console.c | 1694 static void plot_logo_or_black(void *screen, int x, int y, int black); 1696 static void logo_plot(void *screen, int x, int y) in logo_plot() argument 1698 plot_logo_or_black(screen, x, y, 0); in logo_plot() 1722 static void plot_logo_or_black(void *screen, int x, int y, int black) in plot_logo_or_black() argument 1744 dest = (unsigned char *)screen + y * VIDEO_LINE_LEN + x * VIDEO_PIXEL_SIZE; in plot_logo_or_black()
|
| H A D | Kconfig | 13 to display a command-line console or splash screen. Enabling this 23 to display a command-line console or splash screen. Enabling this 180 bootsplash screen).
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | tegra30-colibri.dts | 51 * touch screen controller
|
| H A D | tegra30-apalis.dts | 90 * touch screen controller
|
| H A D | at91-sama5d4ek.dts | 90 /*atmel,adc-ts-wires = <4>;*/ /* Set up ADC touch screen */
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | Kconfig | 251 This mode can be used to print text info on screen.
|