aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
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
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
2023-06-12video: Add support for RGBA8888 formatMichal Simek1-2/+8
2023-05-15video: tweak CONFIG_SPL_VIDEO descriptionJohn Keeping1-1/+1
2023-05-06drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker7-13/+13
2023-04-26video: panel: add generic endeavoru panelSvyatoslav Ryhel3-0/+264
2023-04-26video: tegra: add DC based PWM backlight driverSvyatoslav Ryhel3-0/+164
2023-04-26video: panel: add Renesas R69328 MIPI DSI panel driverSvyatoslav Ryhel3-0/+248
2023-04-26video: panel: add Renesas R61307 MIPI DSI panel driverSvyatoslav Ryhel3-0/+312
2023-04-26video: bridge: add Solomon SSD2825 DSI/LVDS driverSvyatoslav Ryhel3-0/+528
2023-04-26video: add lm3533 backlight driverSvyatoslav Ryhel3-0/+144
2023-04-24drivers: video: Enable necessary video functions at SPLNikhil M Jain4-15/+15
2023-04-24drivers: video: tidss: Makefile: Add condition to compile TIDSS at SPLNikhil M Jain2-2/+2
2023-04-24drivers: video: Makefile: Rule to compile necessary video driver filesNikhil M Jain1-7/+7
2023-04-24drivers: video: tidss: Kconfig: Configs to enable TIDSS at SPLNikhil M Jain1-0/+6
2023-04-24drivers: video: Kconfig: Add configs for enabling video at SPLNikhil M Jain1-1/+222
2023-04-21rockchip: video: Add support for RK3568 DSI HostChris Morgan4-0/+916
2023-04-21video: rockchip: rk_vop: add rk3288-dp compare stringJohan Jonker1-1/+2
2023-04-12video: sunxi: dw-hdmi: Use DM for HVCC regulatorSamuel Holland1-0/+9
2023-04-12video: sunxi: dw-hdmi: Use DM for clock gates and resetsSamuel Holland1-6/+21
2023-04-08Merge branch 'master_regulator/fixes' of https://source.denx.de/u-boot/custod...WIP/08Apr2023Tom Rini4-8/+8
2023-04-08video: tl070wsh30: Fix use of CONFIG_IS_ENABLED on DM_REGULATORMarek Vasut1-2/+2
2023-04-08video: simple-panel: Fix use of CONFIG_IS_ENABLED on DM_REGULATORMarek Vasut1-2/+2
2023-04-08video: rm68200: Fix use of CONFIG_IS_ENABLED on DM_REGULATORMarek Vasut1-2/+2
2023-04-08video: otm8009a: Fix use of CONFIG_IS_ENABLED on DM_REGULATORMarek Vasut1-2/+2
2023-04-07simple_panel: support simple MIPI DSI panelsSvyatoslav Ryhel1-4/+33
2023-04-07simple_panel: add support for get_display_timingSvyatoslav Ryhel1-0/+10