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, 91 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 | 123 int sandbox_sdl_init_display(int width, int height, int log2_bpp, in sandbox_sdl_init_display() argument 154 sdl.src_depth = 1 << log2_bpp; in sandbox_sdl_init_display() 155 if (log2_bpp != 4 && log2_bpp != 5) in sandbox_sdl_init_display() 156 log2_bpp = 5; in sandbox_sdl_init_display() 157 sdl.depth = 1 << log2_bpp; in sandbox_sdl_init_display() 176 sdl.texture = SDL_CreateTexture(sdl.renderer, log2_bpp == 4 ? in sandbox_sdl_init_display()
|
| /u-boot/drivers/video/tegra20/ |
| A D | tegra-dc.c | 34 enum video_log2_bpp log2_bpp; /* colour depth */ member 250 win->stride = priv->width * (1 << priv->log2_bpp) / 8; in setup_window() 251 debug("%s: depth = %d\n", __func__, priv->log2_bpp); in setup_window() 252 switch (priv->log2_bpp) { in setup_window() 363 uc_priv->bpix = priv->log2_bpp; in tegra_lcd_probe() 442 priv->log2_bpp = VIDEO_BPP16; in tegra_lcd_of_to_plat()
|
Completed in 7 milliseconds