aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/video-uclass.c
AgeCommit message (Expand)AuthorFilesLines
4 daysvideo: Use cyclic to handle video syncSimon Glass1-4/+42
4 daysvideo: Move last_sync to private dataSimon Glass1-7/+3
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-07video: Remove <common.h> and add needed includesTom Rini1-1/+0
2024-04-21video: Assume video to be active if SPL is passing video hand-offDevarsh Thakkar1-0/+4
2024-01-29video: Fill video handoff in video post probeDevarsh Thakkar1-10/+20
2024-01-29video: Skip framebuffer reservation if already reservedDevarsh Thakkar1-2/+8
2023-08-09video: Add a Kconfig option for SPL video handoffSimon Glass1-1/+1
2023-08-01dm: video: Cosmetic style fixBin Meng1-2/+4
2023-07-21common: board_f: Pass frame buffer info from SPL to u-bootNikhil M Jain1-0/+12
2023-07-21include: video: Reserve video using blobNikhil M Jain1-0/+11
2023-07-14video: Use enum with video_index_to_colour()Simon Glass1-1/+1
2023-07-14video: Provide a way to clear part of the consoleSimon Glass1-0/+52
2023-06-12video: Add support for RGBA8888 formatMichal Simek1-2/+8
2023-04-24drivers: video: Enable necessary video functions at SPLNikhil M Jain1-7/+7
2023-03-13video: Allow a copy framebuffer with pre-allocated fbSimon Glass1-8/+24
2023-02-14dm: treewide: Complete migration to new driver model schemaSimon Glass1-2/+2
2023-02-10Correct SPL use of VIDEO_BPP32Simon Glass1-1/+1
2023-02-10Correct SPL use of VIDEO_BPP16Simon Glass1-1/+1
2022-10-30video: Add a way to get the default font heightSimon Glass1-0/+11
2022-10-30video: Add function to obtain the U-Boot logoSimon Glass1-0/+5
2022-10-30video: Allow filling the display with a colourSimon Glass1-4/+16
2022-10-30video: Move console colours to the video uclassSimon Glass1-2/+64
2022-04-04Merge branch 'next'Tom Rini1-1/+1
2022-03-31video: Do not show splash and U-Boot logo simultaneouslyFabio Estevam1-1/+2
2022-03-28Merge tag 'v2022.04-rc5' into nextTom Rini1-1/+6
2022-03-18sandbox: Slow down the LCD sync rateSimon Glass1-1/+1
2022-03-09video: Allow drivers to allocate the frame buffer themselvesPali Rohár1-1/+6
2021-12-26video: Support showing the U-Boot logoSimon Glass1-0/+26
2021-12-26video: Drop the uclass colour mapSimon Glass1-23/+0
2021-12-26video: Expand video debugging buffer sizeSimon Glass1-2/+2
2021-11-30video: Add video_is_active functionPatrick Delaunay1-0/+14
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-27video: Allow syncing the entire framebuffer to the copySimon Glass1-0/+10
2021-01-06Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...WIP/06Jan2021-nextTom Rini1-4/+19
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-1/+1
2021-01-05video: Call video_sync in video_clear()Michal Simek1-1/+1
2021-01-05video: Introduce video_sync operationMichal Simek1-0/+9
2021-01-05video: Let video_sync to return error valueMichal Simek1-3/+9
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-4/+4
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-3/+3
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-3/+3
2020-07-09x86: video: Support copy framebuffer with probed devicesSimon Glass1-0/+5
2020-07-09video: Correctly handle multiple framebuffersSimon Glass1-2/+25
2020-07-09video: Clear the copy framebuffer when clearing the screenSimon Glass1-0/+4
2020-07-09video: Set up the copy framebuffer when enabledSimon Glass1-0/+3
2020-07-09video: Add support for copying to a hardware framebufferSimon Glass1-0/+54
2020-06-25bdinfo: dm: Update fb_base when using driver modelSimon Glass1-0/+1