Searched refs:sdl (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/arch/sandbox/cpu/ |
| H A D | sdl.c | 25 } 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 D | Makefile | 13 obj-$(CONFIG_SANDBOX_SDL) += sdl.o 23 $(obj)/sdl.o: $(src)/sdl.c FORCE
|
| /rk3399_rockchip-uboot/arch/sandbox/ |
| H A D | config.mk | 14 PLATFORM_LIBS += $(shell sdl-config --libs) 15 PLATFORM_CPPFLAGS += $(shell sdl-config --cflags)
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/video/ |
| H A D | sandbox-fb.txt | 10 compatible = "sandbox,lcd-sdl";
|
| /rk3399_rockchip-uboot/arch/sandbox/dts/ |
| H A D | sandbox.dts | 122 compatible = "sandbox,lcd-sdl";
|
| H A D | test.dts | 258 compatible = "sandbox,lcd-sdl";
|
| /rk3399_rockchip-uboot/board/sandbox/ |
| H A D | README.sandbox | 39 If you get errors about 'sdl-config: Command not found' you may need to
|