summaryrefslogtreecommitdiff
path: root/drivers/video/sandbox_sdl.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-2/+2
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-3/+3
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-07-10drivers: rename drivers to match compatible stringWalter Lozano1-2/+2
2020-07-09video: sandbox: Add support for the copy framebufferSimon Glass1-1/+8
2020-07-09sandbox: video: Allow selection of rotated consoleSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-06sandbox: Support changing the LCD colour depthSimon Glass1-5/+3
2020-02-06sandbox: sdl: Add an option to double the screen sizeSimon Glass1-1/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2016-01-30video: sandbox: Allow selection of font size and console nameSimon Glass1-0/+2
2016-01-21dm: video: test: Add tests for the video uclassSimon Glass1-9/+0
2016-01-21dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass1-47/+48
2014-03-18sandbox: Add LCD driverSimon Glass1-0/+79