aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/video-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-02video: Avoid using #ifdef in video-uclass.cSimon Glass1-28/+26
2019-12-06video: add guards around 16bpp/32bbp codeAnatolij Gustschin1-0/+4
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-07-10fdt: Allow indicating a node is for U-Boot proper onlyPatrick Delaunay1-1/+3
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner1-1/+1
2019-04-14video/console: Implement reverse video ANSI sequence for DM_VIDEOAndre Przywara1-0/+1
2018-12-03video: Allow driver to specify the line lengthSimon Glass1-1/+3
2018-11-20video: Update video_set_default_colors() to support invertSimon Glass1-8/+19
2018-10-09video: Adjust video_clear() to return an errorSimon Glass1-1/+3
2018-10-09sandbox: video: Speed up video outputSimon Glass1-3/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-24video-uclass: Fix logical-not-parentheses warningTom Rini1-1/+1
2018-03-06dm: video: support increased intensity (bold)Heinrich Schuchardt1-1/+4
2018-03-06dm: video: use constants to refer to colorsHeinrich Schuchardt1-6/+13
2018-03-06dm: video: correctly clean background in 16bit modeHeinrich Schuchardt1-2/+14
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-25video: 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-21video: Add a function to control cache flushingSimon Glass1-0/+7
2016-01-20dm: video: Add a uclass for the text consoleSimon Glass1-0/+21
2016-01-20dm: video: Add a video uclassSimon Glass1-0/+228