summaryrefslogtreecommitdiff
path: root/drivers/video/sandbox_sdl.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-2/+2
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-3/+3
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* drivers: rename drivers to match compatible stringWalter Lozano2020-07-091-2/+2
* video: sandbox: Add support for the copy framebufferSimon Glass2020-07-091-1/+8
* sandbox: video: Allow selection of rotated consoleSimon Glass2020-07-091-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* sandbox: Support changing the LCD colour depthSimon Glass2020-02-051-5/+3
* sandbox: sdl: Add an option to double the screen sizeSimon Glass2020-02-051-1/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* video: sandbox: Allow selection of font size and console nameSimon Glass2016-01-301-0/+2
* dm: video: test: Add tests for the video uclassSimon Glass2016-01-201-9/+0
* dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass2016-01-201-47/+48
* sandbox: Add LCD driverSimon Glass2014-03-171-0/+79