summaryrefslogtreecommitdiff
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* video: Drop unused lg4573 driverSimon Glass2023-02-072-332/+0
* samsung: Drop CONFIG_EXYNOS_PWM_BLSimon Glass2023-02-071-1/+0
* drivers: video: tidss: TIDSS video driver support for AM62xNikhil M Jain2023-02-047-0/+1405
* drivers: video: simple_panel: make simple panel independent of backlightNikhil M Jain2023-02-041-2/+5
* video: ti: am335x: restore driver-model codeDario Binacchi2023-02-048-0/+666
* video: sunxi: dw-hdmi: Read address from DT nodeJernej Skrabec2023-01-231-15/+24
* video: sunxi: dw-hdmi: Probe driver by compatibleJernej Skrabec2023-01-231-8/+10
* global: Remove unused CONFIG definesTom Rini2023-01-203-11/+1
* video: Add font functions to the vidconsole APISimon Glass2023-01-162-8/+52
* video: truetype: Rename the metrics functionSimon Glass2023-01-161-5/+5
* video: Enable VIDEO_ANSI by default only with EFISimon Glass2023-01-161-2/+5
* global: Migrate CONFIG_FB_ADDR to CFGTom Rini2022-12-231-1/+1
* sandbox: Rework how SDL is enabled / disabledTom Rini2022-12-051-1/+1
* Convert CONFIG_IMX_VIDEO_SKIP et al to KconfigTom Rini2022-12-051-0/+7
* global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-051-3/+3
* global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini2022-12-051-2/+2
* video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEOSimon Glass2022-10-308-11/+11
* video: Make all video options depend on DM_VIDEOSimon Glass2022-10-301-31/+9
* video: Drop SPLASHIMAGE_CALLBACKSimon Glass2022-10-301-13/+0
* video: Drop CONFIG_LCDSimon Glass2022-10-301-12/+4
* video: Drop CONFIG_VIDEOSimon Glass2022-10-301-9/+0
* tegra: Drop old LCD codeSimon Glass2022-10-301-1/+0
* nexell: Drop old LCD codeSimon Glass2022-10-301-51/+0
* video: samsung: Drop old LCD codeSimon Glass2022-10-301-1/+0
* video: Drop atmel LCD codeSimon Glass2022-10-302-2/+0
* video: Drop ld9040 driverSimon Glass2022-10-302-113/+0
* video: atmel: Drop pre-DM parts of video driverSimon Glass2022-10-303-289/+2
* video: Drop CONFIG_AM335X_LCDSimon Glass2022-10-3010-1060/+0
* video: Drop VCXK video controllerSimon Glass2022-10-303-433/+0
* Drop CONFIG_LCD_LOGOSimon Glass2022-10-303-43/+0
* video: Drop CONFIG_LCD_INFOSimon Glass2022-10-301-4/+0
* video: Drop CONFIG_LCD_INFO_BELOW_LOGOSimon Glass2022-10-301-4/+0
* Convert CONFIG_VIDEO_LOGO_MAX_SIZE to KconfigSimon Glass2022-10-301-1/+6
* video: Rename CONFIG_SYS_VIDEO_LOGO_MAX_SIZESimon Glass2022-10-301-0/+3
* Convert CONFIG_HIDE_LOGO_VERSION to KconfigSimon Glass2022-10-301-0/+9
* video: Split SPLASH_SCREEN_ALIGN from bmp commandSimon Glass2022-10-301-3/+4
* video: Add a way to get the default font heightSimon Glass2022-10-301-0/+11
* video: Add a function to get the dimensions of a BMP imageSimon Glass2022-10-301-4/+12
* video: Add commands to list and change fontsSimon Glass2022-10-301-0/+10
* video: Add a way to change the font name and sizeSimon Glass2022-10-301-0/+75
* video: Add a function to select the truetype metricsSimon Glass2022-10-301-7/+17
* video: Record the truetype font nameSimon Glass2022-10-301-10/+13
* video: Refactor to allow more than one font sizeSimon Glass2022-10-302-42/+113
* video: Tidy up the check for valid fontsSimon Glass2022-10-301-4/+13
* video: Add function to obtain the U-Boot logoSimon Glass2022-10-301-0/+5
* video: Allow filling the display with a colourSimon Glass2022-10-301-4/+16
* video: Move and rename DM_HX8238D optionSimon Glass2022-10-302-11/+11
* video: Move the console commands to cmd/Simon Glass2022-10-302-58/+0
* video: Use vidconsole_put_string() to write a stringSimon Glass2022-10-301-4/+5
* video: Provide a function to set the cursor positionSimon Glass2022-10-301-5/+13