aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2022-06-28video: Migrate exynos display options to KconfigTom Rini2-0/+22
2022-06-28arm: exynos: Remove old pwm backlight driverTom Rini1-44/+0
2022-06-28arm: samsung: Remove dead LCD codeTom Rini2-266/+0
2022-06-13arm: 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-18sandbox: 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
2022-01-20Merge https://source.denx.de/u-boot/custodians/u-boot-marvellWIP/20Jan2022Tom Rini2-10/+6
2022-01-20fdt_support: Add fdt_for_each_node_by_compatible() helper macroMarek Behún2-10/+6
2022-01-19doc: replace @return by Return:Heinrich Schuchardt15-28/+28
2022-01-09Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodia...WIP/09Jan2022-nextTom Rini1-2/+2
2021-12-27video: mxsfb: fix clk_get_by_name() return value checkGiulio Benetti1-2/+2
2021-12-26video: Show the U-Boot logo by defaultSimon Glass1-0/+1
2021-12-26video: Support showing the U-Boot logoSimon Glass5-0/+32
2021-12-26video: Drop VIDEO_LOGO from cfb_consoleSimon Glass1-324/+1
2021-12-26video: Convert CONFIG_VIDEO_LOGO to KconfigSimon Glass1-0/+9
2021-12-26video: Drop #ifdefs from video_bmpSimon Glass1-48/+49
2021-12-26video: theadorable: Use RGB565 for BMP blittingSimon Glass1-3/+3
2021-12-26video: Tidy up 24/32 BMP blittingSimon Glass1-8/+8
2021-12-26video: Drop the uclass colour mapSimon Glass2-45/+0
2021-12-26video: bmp: Update RLE8 support to use the write functionSimon Glass1-22/+27
2021-12-26video: Move BMP pixel-writing into a functionSimon Glass1-23/+52
2021-12-26video: Drop fb_put_byte() el atSimon Glass1-17/+5
2021-12-26video: Expand video debugging buffer sizeSimon Glass1-2/+2
2021-12-26sandbox: video: Add BMP tests for 32bpp and 8bpp modesSimon Glass2-1/+39
2021-12-26sandbox: video: Correct the address of the copy baseSimon Glass1-1/+1
2021-12-26video: sandbox: Set a maximum frame-buffer sizeSimon Glass1-1/+17