Home
last modified time | relevance | path

Searched refs:sandbox_sdl_init_display (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/sandbox/include/asm/
H A Dsdl.h23 int sandbox_sdl_init_display(int width, int height, int log2_bpp);
81 static inline int sandbox_sdl_init_display(int width, int height, in sandbox_sdl_init_display() function
/openbmc/u-boot/drivers/video/
H A Dsandbox_sdl.c28 ret = sandbox_sdl_init_display(plat->xres, plat->yres, plat->bpix); in sandbox_sdl_probe()
/openbmc/u-boot/arch/sandbox/cpu/
H A Dsdl.c77 int sandbox_sdl_init_display(int width, int height, int log2_bpp) in sandbox_sdl_init_display() function