summaryrefslogtreecommitdiff
path: root/drivers/video/video-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-28video: Allow syncing the entire framebuffer to the copySimon Glass1-0/+10
2021-01-06Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-4/+19
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-1/+1
2021-01-05video: Call video_sync in video_clear()Michal Simek1-1/+1
2021-01-05video: Introduce video_sync operationMichal Simek1-0/+9
2021-01-05video: Let video_sync to return error valueMichal Simek1-3/+9
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-4/+4
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-3/+3
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-3/+3
2020-07-09x86: video: Support copy framebuffer with probed devicesSimon Glass1-0/+5
2020-07-09video: Correctly handle multiple framebuffersSimon Glass1-2/+25
2020-07-09video: Clear the copy framebuffer when clearing the screenSimon Glass1-0/+4
2020-07-09video: Set up the copy framebuffer when enabledSimon Glass1-0/+3
2020-07-09video: Add support for copying to a hardware framebufferSimon Glass1-0/+54
2020-06-25bdinfo: dm: Update fb_base when using driver modelSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
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-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-07-11fdt: 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-21video: 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-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