summaryrefslogtreecommitdiff
path: root/include/video.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-28video: Allow syncing the entire framebuffer to the copySimon Glass1-0/+14
2021-01-06Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-6/+16
2021-01-05video: Introduce video_sync operationMichal Simek1-2/+10
2021-01-05video: Let video_sync to return error valueMichal Simek1-1/+3
2021-01-05video: Fix video sync kernel-doc formatMichal Simek1-4/+4
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-3/+3
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-2/+2
2020-09-25x86: video: Show information about each video deviceSimon Glass1-4/+2
2020-07-09video: Add support for copying to a hardware framebufferSimon Glass1-0/+29
2020-07-09video: Add a comment for struct video_uc_platdataSimon Glass1-0/+12
2020-01-07video: meson: Drop unnecessary header includesSimon Glass1-0/+2
2019-04-14video/console: Implement reverse video ANSI sequence for DM_VIDEOAndre Przywara1-0/+2
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-2/+3
2018-10-09video: Tidy up a few comments in video.oSimon Glass1-2/+2
2018-10-09video: Adjust video_clear() to return an errorSimon Glass1-1/+2
2018-10-09sandbox: video: Speed up video outputSimon Glass1-1/+3
2018-09-28include/video.h: Remove declaration of functions that don't exist.Liviu Dudau1-6/+0
2018-03-06dm: video: support increased intensity (bold)Heinrich Schuchardt1-0/+2
2018-03-06dm: video: use constants to refer to colorsHeinrich Schuchardt1-2/+9
2017-09-29dm: video: Add basic ANSI escape sequence supportRob Clark1-0/+7
2016-10-24video: Move video_get_info_str() prototype to a header fileSimon Glass1-0/+11
2016-05-25video: Add an enum for active low/highSimon Glass1-0/+5
2016-01-30video: Correct 'tor' typo in commentSimon Glass1-1/+1
2016-01-30video: Allow selection of the driver and font sizeSimon Glass1-0/+5
2016-01-22video: Add a function to control cache flushingSimon Glass1-0/+8
2016-01-21dm: video: Add a video uclassSimon Glass1-6/+162
2015-04-20video, lg4573: add support for the lg4573 displayHeiko Schocher1-0/+4
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass1-3/+5
2013-08-28video: add formike lcd panel initHeiko Schocher1-0/+4
2012-11-07video: Provide an API to access video parametersStefan Reinauer1-0/+48
2012-05-25include/video.h: drop unused video_printf()Anatolij Gustschin1-1/+0
2001-11-04Initial revisionwdenk1-0/+19