summaryrefslogtreecommitdiff
path: root/drivers/video/vidconsole-uclass.c
AgeCommit message (Expand)Author
2025-05-02vidconsole: Avoid kerning against an unrelated characterSimon Glass
2025-05-02video: Allow console output to be silencedSimon Glass
2025-05-02video: Add a way to write a partial string to the consoleSimon Glass
2025-05-02video: truetype: Support a limit on the width of a lineSimon Glass
2025-05-02video: Begin support for measuring multiple lines of textSimon Glass
2025-05-01video: Use VIDEO_DAMAGE for VIDEO_COPYAlexander Graf
2024-10-18video: Avoid starting a new line to close to the bottomSimon Glass
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07video: Remove <common.h> and add needed includesTom Rini
2024-04-10Merge patch series "Resolve issues with booting distros on x86"Tom Rini
2024-04-10video: Correct setting of cursor positionSimon Glass
2024-03-21video: console: Parse UTF-8 character sequencesJanne Grunau
2023-10-11video: Support showing a cursorSimon Glass
2023-10-11video: Export vidconsole_entry_start()Simon Glass
2023-10-11video: Allow saving and restoring text-entry stateSimon Glass
2023-10-11video: Allow obtaining the nominal size of a string sizeSimon Glass
2023-08-13video: vidconsole: Fix null dereference of ops->measureBin Meng
2023-07-14console: Allow measuring the bounding box of textSimon Glass
2023-07-14video: Allow temporary colour changesSimon Glass
2023-04-24drivers: video: Enable necessary video functions at SPLNikhil M Jain
2023-03-16Revert 9f62a472dfb2 ("video: Remove duplicate cursor-positioning function")Tom Rini
2023-03-13video: Clear the vidconsole rather than the videoSimon Glass
2023-03-13video: Remove duplicate cursor-positioning functionSimon Glass
2023-03-07video console: move vidconsole_get_font_size() logic to driver opsDzmitry Sankouski
2023-01-20global: Remove unused CONFIG definesTom Rini
2023-01-16video: Add font functions to the vidconsole APISimon Glass
2022-10-30video: Move the console commands to cmd/Simon Glass
2022-10-30video: Use vidconsole_put_string() to write a stringSimon Glass
2022-10-30video: Provide a function to set the cursor positionSimon Glass
2022-10-30video: Move console colours to the video uclassSimon Glass
2021-10-09video: Add 30bpp supportMark Kettenis
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay
2021-01-06Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2021-01-05video: Let video_sync to return error valueMichal Simek
2020-12-18dm: Avoid accessing seq directlySimon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-07-09video: Add helpers for vidconsole for the copy framebufferSimon Glass
2020-07-09video: Show an error when a vidconsole function failsSimon Glass
2020-06-30Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini
2020-06-28video: vidconsole: avoid multiple lines overwrite logoYe Li
2020-06-18video: make vidconsole commands optionalAnatolij Gustschin
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-02-04video: fix Coverity missing break issueAnatolij Gustschin
2020-01-02video: Avoid using #ifdef in vidconsole-uclass.cSimon Glass
2019-12-06video: add guards around 16bpp/32bbp codeAnatolij Gustschin
2019-05-20video: Factor out vidconsole_put_string()Marek Vasut
2019-04-14video/console: Factor out actual character outputAndre Przywara