summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
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-17video: Add font functions to the vidconsole APISimon Glass2-8/+52
2023-01-17video: truetype: Rename the metrics functionSimon Glass1-5/+5
2023-01-17video: Enable VIDEO_ANSI by default only with EFISimon Glass1-2/+5
2022-12-23global: Migrate CONFIG_FB_ADDR to CFGTom Rini1-1/+1
2022-12-06sandbox: Rework how SDL is enabled / disabledTom Rini1-1/+1
2022-12-06Convert CONFIG_IMX_VIDEO_SKIP et al to KconfigTom Rini1-0/+7
2022-12-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-3/+3
2022-12-06global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-2/+2
2022-10-30video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass8-11/+11
2022-10-30video: Make all video options depend on DM_VIDEOSimon Glass1-31/+9
2022-10-30video: Drop SPLASHIMAGE_CALLBACKSimon Glass1-13/+0
2022-10-30video: Drop CONFIG_LCDSimon Glass1-12/+4
2022-10-30video: Drop CONFIG_VIDEOSimon Glass1-9/+0
2022-10-30tegra: Drop old LCD codeSimon Glass1-1/+0
2022-10-30nexell: Drop old LCD codeSimon Glass1-51/+0
2022-10-30video: samsung: Drop old LCD codeSimon Glass1-1/+0
2022-10-30video: Drop atmel LCD codeSimon Glass2-2/+0
2022-10-30video: Drop ld9040 driverSimon Glass2-113/+0
2022-10-30video: atmel: Drop pre-DM parts of video driverSimon Glass3-289/+2
2022-10-30video: Drop CONFIG_AM335X_LCDSimon Glass10-1060/+0
2022-10-30video: Drop VCXK video controllerSimon Glass3-433/+0
2022-10-30Drop CONFIG_LCD_LOGOSimon Glass3-43/+0
2022-10-30video: Drop CONFIG_LCD_INFOSimon Glass1-4/+0
2022-10-30video: Drop CONFIG_LCD_INFO_BELOW_LOGOSimon Glass1-4/+0
2022-10-30Convert CONFIG_VIDEO_LOGO_MAX_SIZE to KconfigSimon Glass1-1/+6
2022-10-30video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZESimon Glass1-0/+3
2022-10-30Convert CONFIG_HIDE_LOGO_VERSION to KconfigSimon Glass1-0/+9
2022-10-30video: Split SPLASH_SCREEN_ALIGN from bmp commandSimon Glass1-3/+4
2022-10-30video: Add a way to get the default font heightSimon Glass1-0/+11
2022-10-30video: Add a function to get the dimensions of a BMP imageSimon Glass1-4/+12
2022-10-30video: Add commands to list and change fontsSimon Glass1-0/+10
2022-10-30video: Add a way to change the font name and sizeSimon Glass1-0/+75
2022-10-30video: Add a function to select the truetype metricsSimon Glass1-7/+17
2022-10-30video: Record the truetype font nameSimon Glass1-10/+13
2022-10-30video: Refactor to allow more than one font sizeSimon Glass2-42/+113
2022-10-30video: Tidy up the check for valid fontsSimon Glass1-4/+13
2022-10-30video: Add function to obtain the U-Boot logoSimon Glass1-0/+5