summaryrefslogtreecommitdiff
path: root/drivers/video/video-uclass.c
AgeCommit message (Expand)Author
2024-03-21video: Assume video to be active if SPL is passing video hand-offDevarsh Thakkar
2024-03-21video: Fill video handoff in video post probeDevarsh Thakkar
2023-06-12common: board_f: Pass frame buffer info from SPL to u-bootNikhil M Jain
2023-06-12include: video: Reserve video using blobNikhil M Jain
2023-06-12drivers: video: Enable necessary video functions at SPLNikhil M Jain
2023-04-12dm: 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
2021-01-06Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass
2021-01-05video: Call video_sync in video_clear()Michal Simek
2021-01-05video: Introduce video_sync operationMichal Simek
2021-01-05video: Let video_sync to return error valueMichal 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-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-07-09x86: video: Support copy framebuffer with probed devicesSimon Glass
2020-07-09video: Correctly handle multiple framebuffersSimon Glass
2020-07-09video: Clear the copy framebuffer when clearing the screenSimon Glass
2020-07-09video: Set up the copy framebuffer when enabledSimon Glass
2020-07-09video: Add support for copying to a hardware framebufferSimon Glass
2020-06-25bdinfo: dm: Update fb_base when using driver modelSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-01-02video: Avoid using #ifdef in video-uclass.cSimon Glass
2019-12-06video: add guards around 16bpp/32bbp codeAnatolij Gustschin
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-07-10fdt: Allow indicating a node is for U-Boot proper onlyPatrick Delaunay
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner
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: Adjust video_clear() to return an errorSimon Glass