Files
u-boot/drivers
Sylwester Nawrocki 38e18d6392 video: Fix line padding calculation for 16 and 24 BPP bitmaps
Each row in the pixel array in the bitmap file is padded
if necessary so the row size is always a multiple of 4 bytes.
In current code the complement of row size to a multiple of
4 bytes is further unnecessarily multiplied by the pixel size.
This results in incorrect displaying of bitmaps having row size
that is not a multiple of 4 bytes. Fix this by removing
the unnecessary multiplication.

Tested with 24BPP bitmap and XRGB32 display.

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Tested-by: Jaehoon Chung <jh80.chung@samsung.com>
2021-04-10 17:09:59 +02:00
..
2021-03-08 10:32:34 +01:00
2021-04-08 09:18:29 +02:00
2021-03-29 18:00:21 -04:00
2021-04-08 08:44:51 +02:00
2021-03-27 13:59:36 +13:00
2021-03-13 13:14:52 -05:00
2021-01-23 11:30:31 +01:00
2021-04-08 15:37:27 +08:00
2020-11-06 10:18:20 +08:00