aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-07video: tegra20: add DSI controller driverSvyatoslav Ryhel5-0/+1056
2023-04-07video: tegra-dc: pass DC regmap to internal devicesSvyatoslav Ryhel1-0/+8
2023-04-07video: tegra-dc: add panel_set_backlight callSvyatoslav Ryhel1-0/+7
2023-04-07video: tegra-dc: add 180 degree panel rotationSvyatoslav Ryhel1-4/+19
2023-04-07video: tegra-dc: assign regmap directlySvyatoslav Ryhel1-11/+8
2023-04-07video: tegra-dc: request timings from panel driver firstSvyatoslav Ryhel1-12/+17
2023-04-07video: tegra-dc: get clocks from device treeSvyatoslav Ryhel1-8/+23
2023-04-07video: move tegra dc driver into own folderSvyatoslav Ryhel5-10/+14
2023-04-07tegra: lcd: video: integrate display driver for t30Marcel Ziswiler1-2/+8
2023-03-16Revert 9f62a472dfb2 ("video: Remove duplicate cursor-positioning function")Tom Rini1-10/+34
2023-03-13video: Clear the vidconsole rather than the videoSimon Glass1-0/+12
2023-03-13video: Remove duplicate cursor-positioning functionSimon Glass1-34/+10
2023-03-13video: Allow a copy framebuffer with pre-allocated fbSimon Glass1-8/+24
2023-03-13efi: Support copy framebufferSimon Glass1-1/+25
2023-03-13efi: Support a 64-bit frame buffer addressSimon Glass2-13/+23
2023-03-13efi: video: Return mode info for app alsoSimon Glass1-2/+5
2023-03-13efi: video: Move payload code into a functionSimon Glass1-26/+57
2023-03-07video console: add 16x32 Terminus font from linuxDzmitry Sankouski1-0/+7
2023-03-07video console: add 12x22 Sun font from linuxDzmitry Sankouski1-0/+7
2023-03-07video console: allow font size configuration at runtimeDzmitry Sankouski5-0/+61
2023-03-07video console: move vidconsole_get_font_size() logic to driver opsDzmitry Sankouski2-1/+13
2023-03-07video console: implement multiple fonts configurationDzmitry Sankouski5-75/+145
2023-03-07video console: add support for fonts wider than 1 byteDzmitry Sankouski4-34/+59
2023-03-07video console: refactoring and optimizationDzmitry Sankouski5-376/+324
2023-02-14dm: treewide: Complete migration to new driver model schemaSimon Glass1-2/+2
2023-02-10Correct SPL use of PANELSimon Glass1-1/+1
2023-02-10Correct SPL use of VIDEO_BPP32Simon Glass1-1/+1
2023-02-10Correct SPL use of VIDEO_BPP16Simon Glass1-1/+1
2023-02-07mtd: Drop unused scf0403_lcd driverSimon Glass2-298/+0
2023-02-07video: Drop unused lg4573 driverSimon Glass2-332/+0
2023-02-07samsung: Drop CONFIG_EXYNOS_PWM_BLSimon Glass1-1/+0
2023-02-04drivers: video: tidss: TIDSS video driver support for AM62xNikhil M Jain7-0/+1405
2023-02-04drivers: video: simple_panel: make simple panel independent of backlightNikhil M Jain1-2/+5
2023-02-04video: ti: am335x: restore driver-model codeDario Binacchi8-0/+666
2023-01-23video: sunxi: dw-hdmi: Read address from DT nodeJernej Skrabec1-15/+24
2023-01-23video: sunxi: dw-hdmi: Probe driver by compatibleJernej Skrabec1-8/+10
2023-01-20global: Remove unused CONFIG definesTom Rini3-11/+1
2023-01-16video: Add font functions to the vidconsole APISimon Glass2-8/+52
2023-01-16video: truetype: Rename the metrics functionSimon Glass1-5/+5