summaryrefslogtreecommitdiff
path: root/drivers/video/video_bmp.c
AgeCommit message (Expand)Author
2023-06-12drivers: video: Enable necessary video functions at SPLNikhil M Jain
2022-10-30video: Add a function to get the dimensions of a BMP imageSimon Glass
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
2022-03-09video: bmp: Support x2r10g10b10 pixel formatJanne Grunau
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-12-26video: Drop #ifdefs from video_bmpSimon Glass
2021-12-26video: theadorable: Use RGB565 for BMP blittingSimon Glass
2021-12-26video: Tidy up 24/32 BMP blittingSimon Glass
2021-12-26video: Drop the uclass colour mapSimon Glass
2021-12-26video: bmp: Update RLE8 support to use the write functionSimon Glass
2021-12-26video: Move BMP pixel-writing into a functionSimon Glass
2021-12-26video: Drop fb_put_byte() el atSimon Glass
2021-04-10video: Fix line padding calculation for 16 and 24 BPP bitmapsSylwester Nawrocki
2021-01-05video: Let video_sync to return error valueMichal Simek
2020-07-09video: Update the copy framebuffer when writing bitmapsSimon Glass
2020-06-28video: bmp: support 8bits BMP drawing on 24/32 bpp framebufferYe Li
2020-05-18common: Drop log.h from common headerSimon Glass
2019-12-06video: bmp: Fix video_display_rle8_bitmap()Patrice Chotard
2019-12-06video: bmp: Fix video_splash_align_axis()Patrice Chotard
2019-02-15video: bmp: Add support for 24bpp BMP files on 16bpp displaysStefan Roese
2018-12-04video: use BMP_ALIGN_CENTER define from splash.hAnatolij Gustschin
2018-10-09sandbox: video: Speed up video outputSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-05-15video: bmp: rename CONFIG_BMP_24BMP to CONFIG_BMP_24BPPPhilipp Tomsich
2016-11-13video: bmp: Fix compilation errors with CONFIG_BMP_xxBPP enabledStefan Roese
2016-02-06video: Use 'int' for loop variables instead of shortSimon Glass
2016-01-20dm: video: Implement the bmp command for driver modelSimon Glass