aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2023-12-15board: stm32f469-disco: add support to displayDario Binacchi1-0/+31
2023-11-16treewide: use linux/time.h for time conversion definesIgor Prusov3-7/+3
2023-11-07video: Don't require the font commandSimon Glass1-1/+0
2023-10-23Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini4-1/+3
2023-10-22pinctrl: sunxi: remove GPIO_EXTRA_HEADERAndre Przywara4-1/+3
2023-10-22video: tegra20: dsi: use regulator_set_enable_if_allowedSvyatoslav Ryhel1-5/+3
2023-10-22video: simple_panel: use regulator_set_enable_if_allowedSvyatoslav Ryhel1-5/+5
2023-10-22video: pwm_backlight: use regulator_set_enable_if_allowedSvyatoslav Ryhel1-7/+6
2023-10-11video: Mark truetype_measure() staticSimon Glass1-2/+2
2023-10-11video: Support showing a cursorSimon Glass5-0/+202
2023-10-11video: Export vidconsole_entry_start()Simon Glass1-1/+1
2023-10-11video: Allow saving and restoring text-entry stateSimon Glass2-0/+85
2023-10-11video: Allow obtaining the nominal size of a string sizeSimon Glass2-0/+53
2023-09-24common: Drop linux/printk.h from common headerSimon Glass5-0/+5
2023-09-22x86: coreboot: Enable VIDEO_COPYSimon Glass1-0/+12
2023-09-19video: Move the BMP optionsSimon Glass1-0/+16
2023-09-19video: Move bmp code to drivers/videoSimon Glass2-0/+143
2023-09-13video: rockchip: dw_mipi_dsi: Use generic_phy_valid() helperJonas Karlman1-3/+3
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini5-5/+21
2023-08-14Merge tag 'u-boot-rockchip-20230814' of https://source.denx.de/u-boot/custodi...WIP/14Aug2023Tom Rini1-2/+5
2023-08-13bcm2835: Add simiple-framebuffer for use with fkmsJason Wessel1-0/+3
2023-08-13video: kconfig: Fix a typo in SPL_VIDEO_REMOVEBin Meng1-1/+1
2023-08-13video: vidconsole: Fix null dereference of ops->measureBin Meng1-1/+1
2023-08-12video: avoid build failure on veyron boardAlvaro Fernando GarcĂ­a1-2/+5
2023-08-09video: Add a Kconfig option for SPL video handoffSimon Glass2-1/+11
2023-08-09Kconfigs: Correct default of "0" on hex type entriesTom Rini1-2/+2
2023-08-01Merge tag 'x86-pull-20230801' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini3-11/+5
2023-08-01drivers: video: tidss: tidss_drv: Use kconfig VIDEO_REMOVE to remove videoNikhil M Jain1-2/+8
2023-08-01drivers: video: tidss: tidss_drv: Change remove methodNikhil M Jain1-11/+1
2023-08-01video: bochs: Set the frame buffer size per configurationBin Meng1-2/+2
2023-08-01video: kconfig: Set default FB size for BochsBin Meng1-2/+4
2023-08-01video: kconfig: Drop the superfluous dependencyBin Meng1-4/+4
2023-08-01video: kconfig: Fix wrong text for the PCI default FB sizeBin Meng1-2/+2
2023-08-01video: bochs: Remove the x86 dependencyBin Meng1-1/+0
2023-08-01video: bochs: Avoid using IO instructions to access VGA IO portBin Meng2-6/+4
2023-08-01video: bochs: Drop the useless argument of bochs_vga_write()Bin Meng2-4/+8
2023-08-01video: bochs: Drop inclusion of <asm/mtrr.h>Bin Meng1-1/+0
2023-08-01dm: video: Cosmetic style fixBin Meng1-2/+4
2023-08-01video: vesa: Use mtrr_set_next_var() for graphics memoryBin Meng1-2/+1
2023-08-01video: ivybridge: Use mtrr_set_next_var() for graphics memoryBin Meng1-2/+1
2023-08-01video: broadwell: Use mtrr_set_next_var() for graphics memoryBin Meng1-7/+3
2023-07-28video: rockchip: Add support for RK3399 to dw-mipi-dsi bridgeOndrej Jirman1-0/+99
2023-07-21drivers: video: Kconfig: Add config remove videoNikhil M Jain1-0/+12
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-17Merge https://source.denx.de/u-boot/custodians/u-boot-x86WIP/17Jul2023Tom Rini4-0/+190
2023-07-17x86: video: Add a driver for QEMU bochs emulationSimon Glass4-0/+190
2023-07-16Merge tag 'video-20230714' of https://source.denx.de/u-boot/custodians/u-boot...WIP/16Jul2023Tom Rini8-20/+278
2023-07-14video: Update stb_truetypeSimon Glass2-216/+2074
2023-07-14video: Use enum with video_index_to_colour()Simon Glass1-1/+1