Searched refs:log2_bpp (Results 1 – 3 of 3) sorted by relevance
/u-boot/arch/sandbox/include/asm/ |
A D | sdl.h | 25 int sandbox_sdl_init_display(int width, int height, int log2_bpp, 84 static inline int sandbox_sdl_init_display(int width, int height, int log2_bpp, in sandbox_sdl_init_display() argument
|
/u-boot/arch/sandbox/cpu/ |
A D | sdl.c | 101 int sandbox_sdl_init_display(int width, int height, int log2_bpp, in sandbox_sdl_init_display() argument 126 sdl.depth = 1 << log2_bpp; in sandbox_sdl_init_display() 137 if (log2_bpp != 4 && log2_bpp != 5) { in sandbox_sdl_init_display() 138 printf("U-Boot SDL does not support depth %d\n", log2_bpp); in sandbox_sdl_init_display() 150 sdl.texture = SDL_CreateTexture(sdl.renderer, log2_bpp == 4 ? in sandbox_sdl_init_display()
|
/u-boot/drivers/video/ |
A D | tegra.c | 33 enum video_log2_bpp log2_bpp; /* colour depth */ member 235 win->stride = priv->width * (1 << priv->log2_bpp) / 8; in setup_window() 236 debug("%s: depth = %d\n", __func__, priv->log2_bpp); in setup_window() 237 switch (priv->log2_bpp) { in setup_window() 333 uc_priv->bpix = priv->log2_bpp; in tegra_lcd_probe() 373 priv->log2_bpp = VIDEO_BPP16; in tegra_lcd_of_to_plat()
|
Completed in 6 milliseconds