summaryrefslogtreecommitdiff
path: root/drivers/video/video-uclass.c
AgeCommit message (Expand)Author
2025-05-02video: Add a function to draw a rectangleSimon Glass
2025-05-02video: Make white-on-black a video-device propertySimon Glass
2025-05-01video: Always compile cache flushing codeAlexander Graf
2025-05-01video: Use VIDEO_DAMAGE for VIDEO_COPYAlexander Graf
2025-05-01video: Only dcache flush damaged linesAlexander Graf
2025-05-01dm: video: Add damage notification on display fillsAlexander Graf
2025-05-01dm: video: Add damage tracking APIAlexander Graf
2025-04-08video: annotate switch/case fall-throughAndre Przywara
2025-01-22pci: video: Set up the pixel-format fieldSimon Glass
2024-10-18video: Add a dark-grey console colourSimon Glass
2024-10-11xpl: Rename spl_phase() to xpl_phase()Simon Glass
2024-08-26video: Avoid setting global_data fb_base in video setupSimon Glass
2024-08-26video: Avoid setting global_data fb_base from SPL handoffSimon Glass
2024-08-26video: Add a function to obtain the framebuffer addressSimon Glass
2024-07-31video: Use cyclic to handle video syncSimon Glass
2024-07-31video: Move last_sync to private dataSimon 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-21video: Assume video to be active if SPL is passing video hand-offDevarsh Thakkar
2024-01-29video: Fill video handoff in video post probeDevarsh Thakkar
2024-01-29video: Skip framebuffer reservation if already reservedDevarsh Thakkar
2023-08-09video: Add a Kconfig option for SPL video handoffSimon Glass
2023-08-01dm: video: Cosmetic style fixBin Meng
2023-07-21common: board_f: Pass frame buffer info from SPL to u-bootNikhil M Jain
2023-07-21include: video: Reserve video using blobNikhil M Jain
2023-07-14video: Use enum with video_index_to_colour()Simon Glass
2023-07-14video: Provide a way to clear part of the consoleSimon Glass
2023-06-12video: Add support for RGBA8888 formatMichal Simek
2023-04-24drivers: video: Enable necessary video functions at SPLNikhil M Jain
2023-03-13video: Allow a copy framebuffer with pre-allocated fbSimon Glass
2023-02-14dm: treewide: Complete migration to new driver model schemaSimon Glass
2023-02-10Correct SPL use of VIDEO_BPP32Simon Glass
2023-02-10Correct SPL use of VIDEO_BPP16Simon Glass
2022-10-30video: Add a way to get the default font heightSimon 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-04-04Merge branch 'next'Tom Rini
2022-03-31video: Do not show splash and U-Boot logo simultaneouslyFabio Estevam
2022-03-28Merge tag 'v2022.04-rc5' into nextTom Rini
2022-03-18sandbox: Slow down the LCD sync rateSimon Glass
2022-03-09video: Allow drivers to allocate the frame buffer themselvesPali Rohár
2021-12-26video: Support showing the U-Boot logoSimon Glass
2021-12-26video: Drop the uclass colour mapSimon Glass
2021-12-26video: Expand video debugging buffer sizeSimon Glass
2021-11-30video: Add video_is_active functionPatrick Delaunay
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-27video: Allow syncing the entire framebuffer to the copySimon Glass