summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-30video: Allow filling the display with a colourSimon Glass1-4/+16
2022-10-30video: Move and rename DM_HX8238D optionSimon Glass2-11/+11
2022-10-30video: Move the console commands to cmd/Simon Glass2-58/+0
2022-10-30video: Use vidconsole_put_string() to write a stringSimon Glass1-4/+5
2022-10-30video: Provide a function to set the cursor positionSimon Glass1-5/+13
2022-10-30video: Move console colours to the video uclassSimon Glass2-71/+69
2022-10-30video: simplefb: add rotation supportTakumi Sueda1-1/+5
2022-10-30video: dw_mipi_dsi: fix [hv]sync active vs back porchJohn Keeping1-4/+4
2022-10-18dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek4-15/+7
2022-10-18video: ipuv3: Fix error handling when getting the displayMichal Suchanek1-5/+4
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-2/+2
2022-08-12video: Rename structs and functions to avoid VBESimon Glass5-5/+5
2022-08-12video: Renname vbe.h to vesa.hSimon Glass5-5/+5
2022-07-11Merge branch 'next'Tom Rini6-860/+22
2022-07-07arm: Remove PXA architecture supportTom Rini2-550/+0
2022-06-29video: Migrate exynos display options to KconfigTom Rini2-0/+22
2022-06-29arm: exynos: Remove old pwm backlight driverTom Rini1-44/+0
2022-06-29arm: samsung: Remove dead LCD codeTom Rini2-266/+0
2022-06-25video: stm32: remove test on CONFIG_DM_REGULATORPatrick Delaunay1-14/+11
2022-06-25driver: video: Check allocated pointersBin Meng1-4/+14