summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2023-08-14Merge tag 'u-boot-rockchip-20230814' of https://source.denx.de/u-boot/custodi...Tom Rini1-2/+5
2023-08-14bcm2835: Add simiple-framebuffer for use with fkmsJason Wessel1-0/+3
2023-08-14video: kconfig: Fix a typo in SPL_VIDEO_REMOVEBin Meng1-1/+1
2023-08-14video: 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-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-x86Tom 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...Tom 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
2023-07-14console: Allow measuring the bounding box of textSimon Glass2-2/+84
2023-07-14video: Allow temporary colour changesSimon Glass1-0/+20
2023-07-14console: Correct truetype spacing errorSimon Glass1-1/+1
2023-07-14video: Provide a way to clear part of the consoleSimon Glass2-69/+55
2023-07-14video: Drop #ifdefs from console_truetypeSimon Glass1-56/+56
2023-07-14video: rockchip: dw_mipi_dsi: Fix GRF accessOndrej Jirman1-6/+10
2023-07-14video: rockchip: dw_mipi_dsi: Correct check for lacking phy phandleOndrej Jirman1-2/+2
2023-07-14video: rockchip: dw_mipi_dsi: Fix best_rate calculationOndrej Jirman1-2/+1
2023-07-14video: rockchip: dw_mipi_dsi: Return 0 from dsi_phy_init on successOndrej Jirman1-1/+1
2023-07-14video: rockchip: dw_mipi_dsi: Fix error path checks in probe functionOndrej Jirman1-2/+5
2023-07-14video: rockchip: dw_mipi_dsi: Fix external phy existence checkOndrej Jirman1-3/+3
2023-07-14video: dw_mipi_dsi: Fix hsync/vsync settingsOndrej Jirman1-2/+2
2023-07-14video: rockchip: vop: Fix whitespaceOndrej Jirman1-1/+1
2023-07-14video: backlight: pwm: avoid integer overflow in duty cycle calculationMatthias Schiffer1-1/+1
2023-07-14video: hx8394: Add panel driver for hannstar,hsd060bhw4Ondrej Jirman3-0/+246
2023-07-14video: console: Fix default font selectionOndrej Jirman1-0/+6
2023-06-12video: zynqmp: Enable 1024x768 resolutionMichal Simek2-4/+8
2023-06-12video: zynqmp: Driver for Xilinx ZynqMP DisplayPort SubsystemVenkatesh Yadav Abbarapu2-19/+2854
2023-06-12video: move zynqmp files to subdirectoryVenkatesh Yadav Abbarapu5-9/+15
2023-06-12video: bmp: Support rgba8888 pixel formatMichal Simek1-0/+36