summaryrefslogtreecommitdiff
path: root/drivers/video/video-uclass.c
AgeCommit message (Expand)Author
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner
2019-04-14video/console: Implement reverse video ANSI sequence for DM_VIDEOAndre Przywara
2018-12-03video: Allow driver to specify the line lengthSimon Glass
2018-11-20video: Update video_set_default_colors() to support invertSimon Glass
2018-10-09video: Adjust video_clear() to return an errorSimon Glass
2018-10-09sandbox: video: Speed up video outputSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-24video-uclass: Fix logical-not-parentheses warningTom Rini
2018-03-06dm: video: support increased intensity (bold)Heinrich Schuchardt
2018-03-06dm: video: use constants to refer to colorsHeinrich Schuchardt
2018-03-06dm: video: correctly clean background in 16bit modeHeinrich Schuchardt
2017-09-29dm: video: Add basic ANSI escape sequence supportRob Clark
2017-09-12video: add config option to skip framebuffer clearRob Clark
2016-11-25video: Use cache-alignment in video_sync()Simon Glass
2016-10-12dm: video: Don't do anything in alloc_fb() when plat->size is zeroBin Meng
2016-01-30video: Allow selection of the driver and font sizeSimon Glass
2016-01-30video: Add a console driver that uses TrueType fontsSimon Glass
2016-01-21video: Add a function to control cache flushingSimon Glass
2016-01-20dm: video: Add a uclass for the text consoleSimon Glass
2016-01-20dm: video: Add a video uclassSimon Glass