summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2022-01-20Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom 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...Tom Rini1-2/+2
2021-12-27video: mxsfb: fix clk_get_by_name() return value checkGiulio Benetti1-2/+2
2021-12-27video: Show the U-Boot logo by defaultSimon Glass1-0/+1
2021-12-27video: Support showing the U-Boot logoSimon Glass5-0/+32
2021-12-27video: Drop VIDEO_LOGO from cfb_consoleSimon Glass1-324/+1
2021-12-27video: Convert CONFIG_VIDEO_LOGO to KconfigSimon Glass1-0/+9
2021-12-27video: Drop #ifdefs from video_bmpSimon Glass1-48/+49
2021-12-27video: theadorable: Use RGB565 for BMP blittingSimon Glass1-3/+3
2021-12-27video: Tidy up 24/32 BMP blittingSimon Glass1-8/+8
2021-12-27video: Drop the uclass colour mapSimon Glass2-45/+0
2021-12-27video: bmp: Update RLE8 support to use the write functionSimon Glass1-22/+27
2021-12-27video: Move BMP pixel-writing into a functionSimon Glass1-23/+52
2021-12-27video: Drop fb_put_byte() el atSimon Glass1-17/+5
2021-12-27video: Expand video debugging buffer sizeSimon Glass1-2/+2
2021-12-27sandbox: video: Add BMP tests for 32bpp and 8bpp modesSimon Glass2-1/+39
2021-12-27sandbox: video: Correct the address of the copy baseSimon Glass1-1/+1
2021-12-27video: sandbox: Set a maximum frame-buffer sizeSimon Glass1-1/+17
2021-12-27video: sandbox: Avoid duplicate display windowsSimon Glass1-0/+15
2021-12-27sandbox: video: Support 8bpp depthSimon Glass1-6/+17
2021-11-30video: stm32: stm32_ltdc: align framebuffer on 2MBPatrick Delaunay1-1/+4
2021-11-30video: Add video_is_active functionPatrick Delaunay1-0/+14
2021-11-10Merge tag 'u-boot-stm32-20211110' of https://source.denx.de/u-boot/custodians...Tom Rini3-3/+0
2021-11-10gpio: stm32: create include file for driver private dataPatrick Delaunay3-3/+0
2021-11-07efi: Add video support to the appSimon Glass2-9/+38
2021-10-12sunxi: video: Convert panel I2C to use DM_I2CSamuel Holland3-70/+93
2021-10-11sunxi: gpio: Remove name_to_gpio macroSamuel Holland3-13/+13
2021-10-11sunxi: Clean up inclusions of asm/arch/gpio.hSamuel Holland2-2/+0
2021-10-09video: move MXS to KconfigAnatolij Gustschin2-4/+6
2021-10-09video: remove not used mx3fb driverAnatolij Gustschin3-914/+0
2021-10-09video: simplefb: Add 30bpp supportMark Kettenis1-1/+11
2021-10-09video: Add 30bpp supportMark Kettenis1-3/+8
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk2-6/+6
2021-09-30WS cleanup: remove trailing white spaceWolfgang Denk2-6/+6
2021-09-30WS cleanup: remove excessive empty linesWolfgang Denk1-1/+0
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk1-1/+0
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass2-4/+4
2021-09-17version: Move version_string[] from version.h to version_string.hPali Rohár1-2/+1
2021-09-01Kconfig: Remove all default n/no optionsMichal Simek1-13/+0
2021-08-30video: Remove ati_radeon_fbTom Rini4-1255/+0
2021-08-30global: Remove dead code that starts with CONFIG_[0-9A]Tom Rini1-67/+1
2021-08-06Merge tag 'video-2021-08-05' of https://source.denx.de/u-boot/custodians/u-bo...Tom Rini3-1/+154
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-2/+2
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass3-3/+3
2021-08-01video: Hitachi panel: Drop bogus dependency on CONFIG_VIDEOAndre Przywara1-1/+0
2021-08-01video: Add simple driver for ST-Ericsson MCDE with pre-configured displayStephan Gerhold3-0/+154
2021-08-01video: buffer overrun in TrueType consoleHeinrich Schuchardt1-14/+12
2021-07-19Merge tag 'ti-v2021.10-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2-3/+3