Searched hist:ecc3b257c4d5c7bd0020638a07818f0324ac97cd (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_display.c | ecc3b257c4d5c7bd0020638a07818f0324ac97cd Wed Aug 28 02:29:59 UTC 2024 Damon Ding <damon.ding@rock-chips.com> video/drm: display: add logo bmp size check
Given considerations such as memory usage and the default configuration of the parameter partition table, it is not recommended to use excessively large BMP logo images. Therefore, the MAX_IMAGE_BYTES limit is set to 8 MB. For images exceeding this size, it is recommended to use BMP images in BI_RLE4/BI_RLE8 formats.
The log may be like:
...... bmp[logo.bmp] data size[23MB] is over the limitation MAX_IMAGE_BYTES[8MB] failed to display uboot logo CLK: (uboot. arm: enter 1008000 KHz, init 1008000 KHz, kernel 0N/A) bpll 816000 KHz lpll 816000 KHz ......
Change-Id: If9b804b29f4a477b5b29050231944a39c0342a84 Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
|