aboutsummaryrefslogtreecommitdiffstats
path: root/include/video.h
Commit message (Expand)AuthorAgeFilesLines
* efi: Correct handling of frame bufferSimon Glass2023-11-141-3/+6
* Merge tag 'v2023.10-rc4' into nextTom Rini2023-09-041-1/+1
|\
| * video: fix typo in video_sync_all documentationHeinrich Schuchardt2023-09-021-1/+1
* | video: Add parentheses around VNBYTES() macroDan Carpenter2023-08-081-1/+1
|/
* include: video: Reserve video using blobNikhil M Jain2023-07-211-0/+9
* x86: Pass video settings from SPL to U-Boot properSimon Glass2023-07-171-0/+24
* video: Use enum with video_index_to_colour()Simon Glass2023-07-141-2/+2
* video: Correct docs for video_index_to_colour()Simon Glass2023-07-141-1/+1
* video: Provide a way to clear part of the consoleSimon Glass2023-07-141-0/+16
* video: Add support for RGBA8888 formatMichal Simek2023-06-121-0/+1
* cmd: bmp: Split bmp commands and functionsNikhil M Jain2023-04-241-0/+8
* video: Allow a copy framebuffer with pre-allocated fbSimon Glass2023-03-131-0/+2
* video: Fix unchnaged typoSimon Glass2023-01-161-1/+1
* video: Move bmp_display() prototype to video.hSimon Glass2022-10-301-0/+9
* video: Add a way to get the default font heightSimon Glass2022-10-301-0/+9
* video: Add a function to get the dimensions of a BMP imageSimon Glass2022-10-301-0/+11
* video: Add function to obtain the U-Boot logoSimon Glass2022-10-301-0/+7
* video: Allow filling the display with a colourSimon Glass2022-10-301-2/+11
* video: Move console colours to the video uclassSimon Glass2022-10-301-0/+35
* video: Clean up the uclass headerSimon Glass2022-03-281-83/+1
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-12/+12
* video: Support showing the U-Boot logoSimon Glass2021-12-261-0/+2
* video: Drop the uclass colour mapSimon Glass2021-12-261-2/+0
* video: Add video_is_active functionPatrick Delaunay2021-11-301-0/+7
* video: Add 30bpp supportMark Kettenis2021-10-091-0/+9
* video: Allow syncing the entire framebuffer to the copySimon Glass2021-01-271-0/+14
* Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-01-061-6/+16
|\
| * video: Introduce video_sync operationMichal Simek2021-01-051-2/+10
| * video: Let video_sync to return error valueMichal Simek2021-01-051-1/+3
| * video: Fix video sync kernel-doc formatMichal Simek2021-01-051-4/+4
* | dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-3/+3
* | dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-2/+2
|/
* x86: video: Show information about each video deviceSimon Glass2020-09-251-4/+2
* video: Add support for copying to a hardware framebufferSimon Glass2020-07-091-0/+29
* video: Add a comment for struct video_uc_platdataSimon Glass2020-07-091-0/+12
* video: meson: Drop unnecessary header includesSimon Glass2020-01-071-0/+2
* video/console: Implement reverse video ANSI sequence for DM_VIDEOAndre Przywara2019-04-141-0/+2
* 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-2/+3
* video: Tidy up a few comments in video.oSimon Glass2018-10-091-2/+2
* video: Adjust video_clear() to return an errorSimon Glass2018-10-091-1/+2
* sandbox: video: Speed up video outputSimon Glass2018-10-091-1/+3
* include/video.h: Remove declaration of functions that don't exist.Liviu Dudau2018-09-281-6/+0
* dm: video: support increased intensity (bold)Heinrich Schuchardt2018-03-061-0/+2
* dm: video: use constants to refer to colorsHeinrich Schuchardt2018-03-061-2/+9
* dm: video: Add basic ANSI escape sequence supportRob Clark2017-09-291-0/+7
* video: Move video_get_info_str() prototype to a header fileSimon Glass2016-10-231-0/+11
* video: Add an enum for active low/highSimon Glass2016-05-251-0/+5
* video: Correct 'tor' typo in commentSimon Glass2016-01-301-1/+1
* video: Allow selection of the driver and font sizeSimon Glass2016-01-301-0/+5