aboutsummaryrefslogtreecommitdiff
path: root/include/video.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-14efi: Correct handling of frame bufferSimon Glass1-3/+6
2023-09-04Merge tag 'v2023.10-rc4' into nextTom Rini1-1/+1
2023-09-02video: fix typo in video_sync_all documentationHeinrich Schuchardt1-1/+1
2023-08-08video: Add parentheses around VNBYTES() macroDan Carpenter1-1/+1
2023-07-21include: video: Reserve video using blobNikhil M Jain1-0/+9
2023-07-17x86: Pass video settings from SPL to U-Boot properSimon Glass1-0/+24
2023-07-14video: Use enum with video_index_to_colour()Simon Glass1-2/+2
2023-07-14video: Correct docs for video_index_to_colour()Simon Glass1-1/+1
2023-07-14video: Provide a way to clear part of the consoleSimon Glass1-0/+16
2023-06-12video: Add support for RGBA8888 formatMichal Simek1-0/+1
2023-04-24cmd: bmp: Split bmp commands and functionsNikhil M Jain1-0/+8
2023-03-13video: Allow a copy framebuffer with pre-allocated fbSimon Glass1-0/+2
2023-01-16video: Fix unchnaged typoSimon Glass1-1/+1
2022-10-30video: Move bmp_display() prototype to video.hSimon Glass1-0/+9
2022-10-30video: Add a way to get the default font heightSimon Glass1-0/+9
2022-10-30video: Add a function to get the dimensions of a BMP imageSimon Glass1-0/+11
2022-10-30video: Add function to obtain the U-Boot logoSimon Glass1-0/+7
2022-10-30video: Allow filling the display with a colourSimon Glass1-2/+11
2022-10-30video: Move console colours to the video uclassSimon Glass1-0/+35
2022-03-28video: Clean up the uclass headerSimon Glass1-83/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-12/+12
2021-12-26video: Support showing the U-Boot logoSimon Glass1-0/+2
2021-12-26video: Drop the uclass colour mapSimon Glass1-2/+0
2021-11-30video: Add video_is_active functionPatrick Delaunay1-0/+7
2021-10-09video: Add 30bpp supportMark Kettenis1-0/+9
2021-01-27video: 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...WIP/06Jan2021-nextTom 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-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-3/+3
2020-12-13dm: 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-20video: 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-23video: 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