mbox series

[v2,0/3] video: sunxi: Convert DM_VIDEO

Message ID 20200617202437.301108-1-jagan@amarulasolutions.com
Headers show
Series video: sunxi: Convert DM_VIDEO | expand

Message

Jagan Teki June 17, 2020, 8:24 p.m. UTC
These series supports DM_VIDEO conversation for missing 
sunxi platforms. Separate splash screen support is required 
since the video log support in legacy drivers are not 
supporting with driver mode video.

Dependencies:
http://patchwork.ozlabs.org/project/uboot/list/?series=182476
http://patchwork.ozlabs.org/project/uboot/list/?series=182477
http://patchwork.ozlabs.org/project/uboot/list/?series=182478

Changes for v2:
- new splash screen support patches

Any inputs?
Jagan.

Jagan Teki (3):
  logos: Add sunxi logo
  sunxi: Enable splash screen support
  video: sunxi_display: Convert to DM_VIDEO

 arch/arm/mach-sunxi/Kconfig         |   4 +-
 drivers/video/sunxi/sunxi_display.c | 264 ++++++++++++++++------------
 include/configs/sunxi-common.h      |  26 ++-
 scripts/config_whitelist.txt        |   1 -
 tools/logos/sunxi.bmp               | Bin 0 -> 11018 bytes
 5 files changed, 167 insertions(+), 128 deletions(-)
 create mode 100644 tools/logos/sunxi.bmp