summaryrefslogtreecommitdiffstats
path: root/drivers/video/video-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* video-uclass: Fix logical-not-parentheses warningTom Rini2018-04-241-1/+1
* dm: video: support increased intensity (bold)Heinrich Schuchardt2018-03-061-1/+4
* dm: video: use constants to refer to colorsHeinrich Schuchardt2018-03-061-6/+13
* dm: video: correctly clean background in 16bit modeHeinrich Schuchardt2018-03-061-2/+14
* dm: video: Add basic ANSI escape sequence supportRob Clark2017-09-291-3/+1
* video: add config option to skip framebuffer clearRob Clark2017-09-121-1/+3
* video: Use cache-alignment in video_sync()Simon Glass2016-11-251-1/+2
* dm: video: Don't do anything in alloc_fb() when plat->size is zeroBin Meng2016-10-121-0/+3
* video: Allow selection of the driver and font sizeSimon Glass2016-01-301-4/+16
* video: Add a console driver that uses TrueType fontsSimon Glass2016-01-301-2/+9
* video: Add a function to control cache flushingSimon Glass2016-01-211-0/+7
* dm: video: Add a uclass for the text consoleSimon Glass2016-01-201-0/+21
* dm: video: Add a video uclassSimon Glass2016-01-201-0/+228