aboutsummaryrefslogtreecommitdiff
path: root/include/video.h
AgeCommit message (Expand)Author
2023-01-16video: Fix unchnaged typoSimon Glass
2022-10-30video: Move bmp_display() prototype to video.hSimon Glass
2022-10-30video: Add a way to get the default font heightSimon Glass
2022-10-30video: Add a function to get the dimensions of a BMP imageSimon Glass
2022-10-30video: Add function to obtain the U-Boot logoSimon Glass
2022-10-30video: Allow filling the display with a colourSimon Glass
2022-10-30video: Move console colours to the video uclassSimon Glass
2022-03-28video: Clean up the uclass headerSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-12-26video: Support showing the U-Boot logoSimon Glass
2021-12-26video: Drop the uclass colour mapSimon Glass
2021-11-30video: Add video_is_active functionPatrick Delaunay
2021-10-09video: Add 30bpp supportMark Kettenis
2021-01-27video: Allow syncing the entire framebuffer to the copySimon Glass
2021-01-06Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2021-01-05video: Introduce video_sync operationMichal Simek
2021-01-05video: Let video_sync to return error valueMichal Simek
2021-01-05video: Fix video sync kernel-doc formatMichal Simek
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-09-25x86: video: Show information about each video deviceSimon Glass
2020-07-09video: Add support for copying to a hardware framebufferSimon Glass
2020-07-09video: Add a comment for struct video_uc_platdataSimon Glass
2020-01-07video: meson: Drop unnecessary header includesSimon Glass
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: Tidy up a few comments in video.oSimon Glass
2018-10-09video: Adjust video_clear() to return an errorSimon Glass
2018-10-09sandbox: video: Speed up video outputSimon Glass
2018-09-28include/video.h: Remove declaration of functions that don't exist.Liviu Dudau
2018-03-06dm: video: support increased intensity (bold)Heinrich Schuchardt
2018-03-06dm: video: use constants to refer to colorsHeinrich Schuchardt
2017-09-29dm: video: Add basic ANSI escape sequence supportRob Clark
2016-10-23video: Move video_get_info_str() prototype to a header fileSimon Glass
2016-05-25video: Add an enum for active low/highSimon Glass
2016-01-30video: Correct 'tor' typo in commentSimon Glass
2016-01-30video: Allow selection of the driver and font sizeSimon Glass
2016-01-21video: Add a function to control cache flushingSimon Glass
2016-01-20dm: video: Add a video uclassSimon Glass
2015-04-20video, lg4573: add support for the lg4573 displayHeiko Schocher
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass
2013-08-28video: add formike lcd panel initHeiko Schocher
2012-11-06video: Provide an API to access video parametersStefan Reinauer
2012-05-25include/video.h: drop unused video_printf()Anatolij Gustschin
2001-11-03Initial revisionwdenk