Home
last modified time | relevance | path

Searched refs:screen (Results 1 – 25 of 28) sorted by relevance

12

/rk3399_rockchip-uboot/board/gdsys/common/
H A Dosd.c39 #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 Dosd.h11 int ch7301_probe(unsigned screen, bool power);
12 int osd_probe(unsigned screen);
H A Dch7301.c40 int ch7301_probe(unsigned screen, bool power) in ch7301_probe() argument
44 i2c_set_bus_num(ch7301_i2c[screen]); in ch7301_probe()
H A Ddp501.c140 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 Dadv7611.c45 int adv7611_probe(unsigned int screen) in adv7611_probe() argument
51 i2c_set_bus_num(adv7611_i2c[screen]); in adv7611_probe()
H A Dadv7611.h11 int adv7611_probe(unsigned int screen);
H A Dch7301.h11 int ch7301_probe(unsigned screen, bool power);
H A Ddp501.h29 int dp501_probe(unsigned screen, bool power);
/rk3399_rockchip-uboot/doc/
H A DREADME.splashprepare5 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 DREADME.bootmenu33 or on the boot screen
46 the console (or on the screen) and the command of the first menu entry will
H A DREADME.video47 lcd: Selects video output to a LCD screen.
H A DREADME.chromium106 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 DREADME.log8 setting up the board to displaying a start-up screen to loading an Operating
/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dsdl.c14 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 Dpxa_lcd.h40 u_long screen; /* physical address of frame buffer */ member
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rv1108/
H A DKconfig12 * MIPI screen with resolution 720 x 1280
/rk3399_rockchip-uboot/scripts/kconfig/lxdialog/
H A Dutil.c21 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 Ddialog.h105 struct dialog_color screen; member
/rk3399_rockchip-uboot/drivers/video/
H A Dpxa_lcd.c416 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 Dcfb_console.c1694 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 DKconfig13 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 Dtegra30-colibri.dts51 * touch screen controller
H A Dtegra30-apalis.dts90 * touch screen controller
H A Dat91-sama5d4ek.dts90 /*atmel,adc-ts-wires = <4>;*/ /* Set up ADC touch screen */
/rk3399_rockchip-uboot/drivers/video/drm/
H A DKconfig251 This mode can be used to print text info on screen.

12