summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-14arm: tegra: Update some DT compatiblesPeter Robinson1-0/+1
2022-05-10video: stm32: stm32_ltdc: support several hardware versionsYannick Fertre1-29/+216
2022-05-10video: stm32: stm32_ltdc: fix data enable polarityYannick FERTRE1-1/+1
2022-04-18rockchip: video: mipi: add more compatible strings for rk3288/rk3399Johan Jonker2-0/+2
2022-04-18rockchip: video: rk_edp: add more rk3288 edp node optionsJohan Jonker1-2/+6
2022-04-04Merge branch 'next'Tom Rini15-4768/+108
2022-03-31video: Do not show splash and U-Boot logo simultaneouslyFabio Estevam1-1/+2
2022-03-28video: Drop formike driverSimon Glass2-514/+0
2022-03-28video: Convert CONFIG_VIDEO_BCM2835 to KconfigSimon Glass1-0/+8
2022-03-28video: mxs: Drop old video codeSimon Glass1-89/+0
2022-03-28video: Drop FSL DIU driverSimon Glass2-416/+0
2022-03-28video: fsl: colibri_vf: Drop FSL DCU driverSimon Glass3-564/+0
2022-03-28video: Drop da8xx-fbSimon Glass3-1163/+0
2022-03-28video: Drop references to CONFIG_VIDEO et alSimon Glass2-61/+3
2022-03-28video: Drop video_fb headerSimon Glass8-8/+0
2022-03-28video: nexell: Drop unused and invalid codeSimon Glass1-11/+3
2022-03-28video: Drop cfg_consoleSimon Glass4-1944/+0
2022-03-28Merge tag 'v2022.04-rc5' into nextTom Rini3-20/+68
2022-03-25Convert CONFIG_LCD_INFO et al to KconfigTom Rini1-0/+12
2022-03-25Convert CONFIG_ATMEL_LCD et al to KconfigTom Rini1-0/+9
2022-03-19sandbox: Slow down the LCD sync rateSimon Glass1-1/+1
2022-03-15Merge tag 'u-boot-stm32-20220315' of https://source.denx.de/u-boot/custodians...Tom Rini1-5/+6
2022-03-15video: stm32: stm32_ltdc: fix the check of return value of clk_set_rate()Gabriel Fernandez1-5/+6
2022-03-09video: Allow drivers to allocate the frame buffer themselvesPali Rohár1-1/+6
2022-03-09video: bmp: Support x2r10g10b10 pixel formatJanne Grunau1-14/+56
2022-03-09video: Add skeleton driver for ZynqMP Display port driverMichal Simek3-0/+75
2022-02-15video: Add missing dependency for DM_GPIOMichal Simek1-1/+1