Home
last modified time | relevance | path

Searched refs:sdl (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dsdl.c25 } sdl; variable
48 if (!sdl.inited) { in sandbox_sdl_ensure_init()
57 sdl.inited = true; in sandbox_sdl_ensure_init()
78 sdl.width = width; in sandbox_sdl_init_display()
79 sdl.height = height; in sandbox_sdl_init_display()
80 sdl.depth = 1 << log2_bpp; in sandbox_sdl_init_display()
81 sdl.pitch = sdl.width * sdl.depth / 8; in sandbox_sdl_init_display()
82 sdl.screen = SDL_SetVideoMode(width, height, 0, 0); in sandbox_sdl_init_display()
92 frame = SDL_CreateRGBSurfaceFrom(lcd_base, sdl.width, sdl.height, in sandbox_sdl_sync()
93 sdl.depth, sdl.pitch, in sandbox_sdl_sync()
[all …]
H A DMakefile13 obj-$(CONFIG_SANDBOX_SDL) += sdl.o
23 $(obj)/sdl.o: $(src)/sdl.c FORCE
/rk3399_rockchip-uboot/arch/sandbox/
H A Dconfig.mk14 PLATFORM_LIBS += $(shell sdl-config --libs)
15 PLATFORM_CPPFLAGS += $(shell sdl-config --cflags)
/rk3399_rockchip-uboot/doc/device-tree-bindings/video/
H A Dsandbox-fb.txt10 compatible = "sandbox,lcd-sdl";
/rk3399_rockchip-uboot/arch/sandbox/dts/
H A Dsandbox.dts122 compatible = "sandbox,lcd-sdl";
H A Dtest.dts258 compatible = "sandbox,lcd-sdl";
/rk3399_rockchip-uboot/board/sandbox/
H A DREADME.sandbox39 If you get errors about 'sdl-config: Command not found' you may need to