Skip to content
Snippets Groups Projects
  1. Oct 08, 2024
  2. Sep 30, 2024
  3. Sep 25, 2024
  4. Sep 24, 2024
  5. Sep 23, 2024
  6. Sep 19, 2024
  7. Sep 18, 2024
  8. Sep 14, 2024
  9. Sep 13, 2024
  10. Sep 09, 2024
  11. Sep 06, 2024
  12. Sep 05, 2024
    • Damon Ding's avatar
      video/drm: display: add logo bmp size check · ecc3b257
      Damon Ding authored
      
      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: default avatarDamon Ding <damon.ding@rock-chips.com>
      ecc3b257
    • Damon Ding's avatar
      video/drm: display: remove the resolution check for partially decoded images · 3dbe25b4
      Damon Ding authored
      The limitation is from decode_bmp.c in libnsbmp-0.1.7.
      Some RLE8 bmp images will be regarded as error becasuse
      of the check, without which these images can be showed
      successfully, so we remove the unexpected limitation.
      
      The libnsbmp-0.1.7 can be got from:
      https://git.netsurf-browser.org/libnsbmp.git
      
      
      
      Change-Id: I4a418b3484db1904d8c47b6e8ee7410c2964145f
      Signed-off-by: default avatarDamon Ding <damon.ding@rock-chips.com>
      3dbe25b4
Loading