aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)Author
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-09-22x86: coreboot: Enable VIDEO_COPYSimon Glass
2023-09-19video: Move the BMP optionsSimon Glass
2023-09-19video: Move bmp code to drivers/videoSimon Glass
2023-09-13video: rockchip: dw_mipi_dsi: Use generic_phy_valid() helperJonas Karlman
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini
2023-08-14Merge tag 'u-boot-rockchip-20230814' of https://source.denx.de/u-boot/custodi...Tom Rini
2023-08-13bcm2835: Add simiple-framebuffer for use with fkmsJason Wessel
2023-08-13video: kconfig: Fix a typo in SPL_VIDEO_REMOVEBin Meng
2023-08-13video: vidconsole: Fix null dereference of ops->measureBin Meng
2023-08-12video: avoid build failure on veyron boardAlvaro Fernando GarcĂ­a
2023-08-09video: Add a Kconfig option for SPL video handoffSimon Glass
2023-08-09Kconfigs: Correct default of "0" on hex type entriesTom Rini
2023-08-01Merge tag 'x86-pull-20230801' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2023-08-01drivers: video: tidss: tidss_drv: Use kconfig VIDEO_REMOVE to remove videoNikhil M Jain
2023-08-01drivers: video: tidss: tidss_drv: Change remove methodNikhil M Jain
2023-08-01video: bochs: Set the frame buffer size per configurationBin Meng
2023-08-01video: kconfig: Set default FB size for BochsBin Meng
2023-08-01video: kconfig: Drop the superfluous dependencyBin Meng
2023-08-01video: kconfig: Fix wrong text for the PCI default FB sizeBin Meng
2023-08-01video: bochs: Remove the x86 dependencyBin Meng
2023-08-01video: bochs: Avoid using IO instructions to access VGA IO portBin Meng
2023-08-01video: bochs: Drop the useless argument of bochs_vga_write()Bin Meng
2023-08-01video: bochs: Drop inclusion of <asm/mtrr.h>Bin Meng
2023-08-01dm: video: Cosmetic style fixBin Meng
2023-08-01video: vesa: Use mtrr_set_next_var() for graphics memoryBin Meng
2023-08-01video: ivybridge: Use mtrr_set_next_var() for graphics memoryBin Meng
2023-08-01video: broadwell: Use mtrr_set_next_var() for graphics memoryBin Meng
2023-07-28video: rockchip: Add support for RK3399 to dw-mipi-dsi bridgeOndrej Jirman
2023-07-21drivers: video: Kconfig: Add config remove videoNikhil M Jain
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-17Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini
2023-07-17x86: video: Add a driver for QEMU bochs emulationSimon Glass
2023-07-16Merge tag 'video-20230714' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini
2023-07-14video: Update stb_truetypeSimon Glass
2023-07-14video: Use enum with video_index_to_colour()Simon Glass
2023-07-14console: Allow measuring the bounding box of textSimon Glass
2023-07-14video: Allow temporary colour changesSimon Glass
2023-07-14console: Correct truetype spacing errorSimon Glass
2023-07-14video: Provide a way to clear part of the consoleSimon Glass
2023-07-14video: Drop #ifdefs from console_truetypeSimon Glass
2023-07-14video: rockchip: dw_mipi_dsi: Fix GRF accessOndrej Jirman
2023-07-14video: rockchip: dw_mipi_dsi: Correct check for lacking phy phandleOndrej Jirman
2023-07-14video: rockchip: dw_mipi_dsi: Fix best_rate calculationOndrej Jirman
2023-07-14video: rockchip: dw_mipi_dsi: Return 0 from dsi_phy_init on successOndrej Jirman
2023-07-14video: rockchip: dw_mipi_dsi: Fix error path checks in probe functionOndrej Jirman
2023-07-14video: rockchip: dw_mipi_dsi: Fix external phy existence checkOndrej Jirman
2023-07-14video: dw_mipi_dsi: Fix hsync/vsync settingsOndrej Jirman
2023-07-14video: rockchip: vop: Fix whitespaceOndrej Jirman