summaryrefslogtreecommitdiff
path: root/drivers/video/video-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* video: Avoid using #ifdef in video-uclass.cSimon Glass2020-01-021-28/+26
* video: add guards around 16bpp/32bbp codeAnatolij Gustschin2019-12-061-0/+4
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* fdt: Allow indicating a node is for U-Boot proper onlyPatrick Delaunay2019-07-101-1/+3
* CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner2019-05-181-1/+1
* video/console: Implement reverse video ANSI sequence for DM_VIDEOAndre Przywara2019-04-141-0/+1
* video: Allow driver to specify the line lengthSimon Glass2018-12-031-1/+3
* video: Update video_set_default_colors() to support invertSimon Glass2018-11-201-8/+19
* video: Adjust video_clear() to return an errorSimon Glass2018-10-091-1/+3
* sandbox: video: Speed up video outputSimon Glass2018-10-091-3/+3
* 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