summaryrefslogtreecommitdiff
path: root/drivers/video/video-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-29dm: video: Add basic ANSI escape sequence supportRob Clark1-3/+1
2017-09-12video: add config option to skip framebuffer clearRob Clark1-1/+3
2016-11-26video: Use cache-alignment in video_sync()Simon Glass1-1/+2
2016-10-12dm: video: Don't do anything in alloc_fb() when plat->size is zeroBin Meng1-0/+3
2016-01-30video: Allow selection of the driver and font sizeSimon Glass1-4/+16
2016-01-30video: Add a console driver that uses TrueType fontsSimon Glass1-2/+9
2016-01-22video: Add a function to control cache flushingSimon Glass1-0/+7
2016-01-21dm: video: Add a uclass for the text consoleSimon Glass1-0/+21
2016-01-21dm: video: Add a video uclassSimon Glass1-0/+228