summaryrefslogtreecommitdiffstats
path: root/drivers/video/video_bmp.c
Commit message (Expand)AuthorAgeFilesLines
* video: bmp: Fix video_display_rle8_bitmap()Patrice Chotard2019-12-061-5/+3
* video: bmp: Fix video_splash_align_axis()Patrice Chotard2019-12-061-2/+2
* video: bmp: Add support for 24bpp BMP files on 16bpp displaysStefan Roese2019-02-151-6/+17
* video: use BMP_ALIGN_CENTER define from splash.hAnatolij Gustschin2018-12-041-2/+1
* sandbox: video: Speed up video outputSimon Glass2018-10-091-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* video: bmp: rename CONFIG_BMP_24BMP to CONFIG_BMP_24BPPPhilipp Tomsich2017-05-151-2/+2
* video: bmp: Fix compilation errors with CONFIG_BMP_xxBPP enabledStefan Roese2016-11-131-3/+3
* video: Use 'int' for loop variables instead of shortSimon Glass2016-02-061-1/+1
* dm: video: Implement the bmp command for driver modelSimon Glass2016-01-201-0/+353