All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/2] Fix BMP decode when BMP size is bigger than framebuffer
@ 2019-11-20 13:11 Patrice Chotard
  2019-11-20 13:11 ` [U-Boot] [PATCH v2 1/2] video: bmp: Fix video_splash_align_axis() Patrice Chotard
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Patrice Chotard @ 2019-11-20 13:11 UTC (permalink / raw)
  To: u-boot


This series is fixing 2 issues found when trying to decode BMP
bigger than the framebuffer:
 - Convert panel_picture_delta from unsigned long to long to insure
   to store correctly the difference between panel_size and picture_size
   in case the panel_size is smaller than picture_size.
 - Don't rely on BMP's width and height but in width and height
   value computed by video_bmp_display().


Changes in v2:
     - Convert panel_picture_delta from unsigned long to long

Patrice Chotard (2):
  video: bmp: Fix video_splash_align_axis()
  video: bmp: Fix video_display_rle8_bitmap()

 drivers/video/video_bmp.c | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-12-10 10:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-20 13:11 [U-Boot] [PATCH v2 0/2] Fix BMP decode when BMP size is bigger than framebuffer Patrice Chotard
2019-11-20 13:11 ` [U-Boot] [PATCH v2 1/2] video: bmp: Fix video_splash_align_axis() Patrice Chotard
2019-12-10 10:21   ` Anatolij Gustschin
2019-11-20 13:11 ` [U-Boot] [PATCH v2 2/2] video: bmp: Fix video_display_rle8_bitmap() Patrice Chotard
2019-12-10 10:22   ` Anatolij Gustschin
2019-12-02  8:23 ` [U-Boot] [PATCH v2 0/2] Fix BMP decode when BMP size is bigger than framebuffer Patrice CHOTARD

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.