aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)Author
2023-05-15video: tweak CONFIG_SPL_VIDEO descriptionJohn Keeping
2023-05-06drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker
2023-04-26video: panel: add generic endeavoru panelSvyatoslav Ryhel
2023-04-26video: tegra: add DC based PWM backlight driverSvyatoslav Ryhel
2023-04-26video: panel: add Renesas R69328 MIPI DSI panel driverSvyatoslav Ryhel
2023-04-26video: panel: add Renesas R61307 MIPI DSI panel driverSvyatoslav Ryhel
2023-04-26video: bridge: add Solomon SSD2825 DSI/LVDS driverSvyatoslav Ryhel
2023-04-26video: add lm3533 backlight driverSvyatoslav Ryhel
2023-04-24drivers: video: Enable necessary video functions at SPLNikhil M Jain
2023-04-24drivers: video: tidss: Makefile: Add condition to compile TIDSS at SPLNikhil M Jain
2023-04-24drivers: video: Makefile: Rule to compile necessary video driver filesNikhil M Jain
2023-04-24drivers: video: tidss: Kconfig: Configs to enable TIDSS at SPLNikhil M Jain
2023-04-24drivers: video: Kconfig: Add configs for enabling video at SPLNikhil M Jain
2023-04-21rockchip: video: Add support for RK3568 DSI HostChris Morgan
2023-04-21video: rockchip: rk_vop: add rk3288-dp compare stringJohan Jonker
2023-04-12video: sunxi: dw-hdmi: Use DM for HVCC regulatorSamuel Holland
2023-04-12video: sunxi: dw-hdmi: Use DM for clock gates and resetsSamuel Holland
2023-04-08Merge branch 'master_regulator/fixes' of https://source.denx.de/u-boot/custod...Tom Rini
2023-04-08video: tl070wsh30: Fix use of CONFIG_IS_ENABLED on DM_REGULATORMarek Vasut
2023-04-08video: simple-panel: Fix use of CONFIG_IS_ENABLED on DM_REGULATORMarek Vasut
2023-04-08video: rm68200: Fix use of CONFIG_IS_ENABLED on DM_REGULATORMarek Vasut
2023-04-08video: otm8009a: Fix use of CONFIG_IS_ENABLED on DM_REGULATORMarek Vasut
2023-04-07simple_panel: support simple MIPI DSI panelsSvyatoslav Ryhel
2023-04-07simple_panel: add support for get_display_timingSvyatoslav Ryhel
2023-04-07video: tegra20: add DSI controller driverSvyatoslav Ryhel
2023-04-07video: tegra-dc: pass DC regmap to internal devicesSvyatoslav Ryhel
2023-04-07video: tegra-dc: add panel_set_backlight callSvyatoslav Ryhel
2023-04-07video: tegra-dc: add 180 degree panel rotationSvyatoslav Ryhel
2023-04-07video: tegra-dc: assign regmap directlySvyatoslav Ryhel
2023-04-07video: tegra-dc: request timings from panel driver firstSvyatoslav Ryhel
2023-04-07video: tegra-dc: get clocks from device treeSvyatoslav Ryhel
2023-04-07video: move tegra dc driver into own folderSvyatoslav Ryhel
2023-04-07tegra: lcd: video: integrate display driver for t30Marcel Ziswiler
2023-03-16Revert 9f62a472dfb2 ("video: Remove duplicate cursor-positioning function")Tom Rini
2023-03-13video: Clear the vidconsole rather than the videoSimon Glass
2023-03-13video: Remove duplicate cursor-positioning functionSimon Glass
2023-03-13video: Allow a copy framebuffer with pre-allocated fbSimon Glass
2023-03-13efi: Support copy framebufferSimon Glass
2023-03-13efi: Support a 64-bit frame buffer addressSimon Glass
2023-03-13efi: video: Return mode info for app alsoSimon Glass
2023-03-13efi: video: Move payload code into a functionSimon Glass
2023-03-07video console: add 16x32 Terminus font from linuxDzmitry Sankouski
2023-03-07video console: add 12x22 Sun font from linuxDzmitry Sankouski
2023-03-07video console: allow font size configuration at runtimeDzmitry Sankouski
2023-03-07video console: move vidconsole_get_font_size() logic to driver opsDzmitry Sankouski
2023-03-07video console: implement multiple fonts configurationDzmitry Sankouski
2023-03-07video console: add support for fonts wider than 1 byteDzmitry Sankouski
2023-03-07video console: refactoring and optimizationDzmitry Sankouski
2023-02-14dm: treewide: Complete migration to new driver model schemaSimon Glass
2023-02-10Correct SPL use of PANELSimon Glass