summaryrefslogtreecommitdiff
path: root/drivers/video/video_bmp.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-10video: Fix line padding calculation for 16 and 24 BPP bitmapsSylwester Nawrocki1-2/+2
2021-01-05video: Let video_sync to return error valueMichal Simek1-4/+1
2020-07-09video: Update the copy framebuffer when writing bitmapsSimon Glass1-3/+13
2020-06-28video: bmp: support 8bits BMP drawing on 24/32 bpp framebufferYe Li1-6/+21
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2019-12-06video: bmp: Fix video_display_rle8_bitmap()Patrice Chotard1-5/+3
2019-12-06video: bmp: Fix video_splash_align_axis()Patrice Chotard1-2/+2
2019-02-15video: bmp: Add support for 24bpp BMP files on 16bpp displaysStefan Roese1-6/+17
2018-12-04video: use BMP_ALIGN_CENTER define from splash.hAnatolij Gustschin1-2/+1
2018-10-09sandbox: video: Speed up video outputSimon Glass1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-05-15video: bmp: rename CONFIG_BMP_24BMP to CONFIG_BMP_24BPPPhilipp Tomsich1-2/+2
2016-11-13video: bmp: Fix compilation errors with CONFIG_BMP_xxBPP enabledStefan Roese1-3/+3
2016-02-06video: Use 'int' for loop variables instead of shortSimon Glass1-1/+1
2016-01-21dm: video: Implement the bmp command for driver modelSimon Glass1-0/+353