index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
/
video_bmp.c
Age
Commit message (
Expand
)
Author
2025-05-01
video: Use VIDEO_DAMAGE for VIDEO_COPY
Alexander Graf
2025-05-01
video: Add damage notification on bmp display
Alexander Graf
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
video: Remove <common.h> and add needed includes
Tom Rini
2023-06-12
video: bmp: Support rgba8888 pixel format
Michal Simek
2023-04-24
drivers: video: Enable necessary video functions at SPL
Nikhil M Jain
2022-10-30
video: Add a function to get the dimensions of a BMP image
Simon Glass
2022-09-18
cyclic: Use schedule() instead of WATCHDOG_RESET()
Stefan Roese
2022-03-09
video: bmp: Support x2r10g10b10 pixel format
Janne Grunau
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-12-26
video: Drop #ifdefs from video_bmp
Simon Glass
2021-12-26
video: theadorable: Use RGB565 for BMP blitting
Simon Glass
2021-12-26
video: Tidy up 24/32 BMP blitting
Simon Glass
2021-12-26
video: Drop the uclass colour map
Simon Glass
2021-12-26
video: bmp: Update RLE8 support to use the write function
Simon Glass
2021-12-26
video: Move BMP pixel-writing into a function
Simon Glass
2021-12-26
video: Drop fb_put_byte() el at
Simon Glass
2021-04-10
video: Fix line padding calculation for 16 and 24 BPP bitmaps
Sylwester Nawrocki
2021-01-05
video: Let video_sync to return error value
Michal Simek
2020-07-09
video: Update the copy framebuffer when writing bitmaps
Simon Glass
2020-06-28
video: bmp: support 8bits BMP drawing on 24/32 bpp framebuffer
Ye Li
2020-05-18
common: Drop log.h from common header
Simon Glass
2019-12-06
video: bmp: Fix video_display_rle8_bitmap()
Patrice Chotard
2019-12-06
video: bmp: Fix video_splash_align_axis()
Patrice Chotard
2019-02-15
video: bmp: Add support for 24bpp BMP files on 16bpp displays
Stefan Roese
2018-12-04
video: use BMP_ALIGN_CENTER define from splash.h
Anatolij Gustschin
2018-10-09
sandbox: video: Speed up video output
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-05-15
video: bmp: rename CONFIG_BMP_24BMP to CONFIG_BMP_24BPP
Philipp Tomsich
2016-11-13
video: bmp: Fix compilation errors with CONFIG_BMP_xxBPP enabled
Stefan Roese
2016-02-06
video: Use 'int' for loop variables instead of short
Simon Glass
2016-01-20
dm: video: Implement the bmp command for driver model
Simon Glass