public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/3] Allwinner DE2 HDMI SimpleFB support
@ 2017-09-13  2:17 Icenowy Zheng
  2017-09-13  2:17 ` [U-Boot] [PATCH v3 1/3] video: sunxi: extract simplefb match code to a new file Icenowy Zheng
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Icenowy Zheng @ 2017-09-13  2:17 UTC (permalink / raw)
  To: u-boot

This patchset is for Allwinner DE2 HDMI SimpleFB support.

The framebuffer initialized by the Allwinner DE2 driver can be
passed by to the kernel as simplefb, and this can enable the
kernel to display graphics without having full DE2 driver.

Add the suppot of simplefb in DE2 code.

The code to find a simplefb with sunxi extension and a suitable
pipeline is extracted to a new source file in video/sunxi/.

An option is added for device tree simplefb, and furtherly
the DE1 simplefb support should also be converted to it.

Icenowy Zheng (3):
  video: sunxi: extract simplefb match code to a new file
  video: add an option for video simplefb via DT
  sunxi: setup simplefb for Allwinner DE2

 drivers/video/Kconfig                 | 10 +++++
 drivers/video/sunxi/Makefile          |  4 +-
 drivers/video/sunxi/simplefb_common.c | 29 ++++++++++++++
 drivers/video/sunxi/simplefb_common.h | 22 +++++++++++
 drivers/video/sunxi/sunxi_de2.c       | 72 +++++++++++++++++++++++++++++++++++
 drivers/video/sunxi/sunxi_display.c   | 13 +------
 6 files changed, 137 insertions(+), 13 deletions(-)
 create mode 100644 drivers/video/sunxi/simplefb_common.c
 create mode 100644 drivers/video/sunxi/simplefb_common.h

-- 
2.13.5

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

end of thread, other threads:[~2017-09-13 17:42 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-13  2:17 [U-Boot] [PATCH v3 0/3] Allwinner DE2 HDMI SimpleFB support Icenowy Zheng
2017-09-13  2:17 ` [U-Boot] [PATCH v3 1/3] video: sunxi: extract simplefb match code to a new file Icenowy Zheng
2017-09-13 11:51   ` Maxime Ripard
2017-09-13 13:46   ` [U-Boot] [linux-sunxi] " Siarhei Siamashka
2017-09-13  2:17 ` [U-Boot] [PATCH v3 2/3] video: add an option for video simplefb via DT Icenowy Zheng
2017-09-13 12:04   ` Maxime Ripard
2017-09-13 13:17     ` [U-Boot] [linux-sunxi] " icenowy at aosc.io
2017-09-13 17:42       ` Maxime Ripard
2017-09-13 15:50     ` Vincent Legoll
2017-09-13 15:55       ` Andre Przywara
2017-09-13  2:17 ` [U-Boot] [PATCH v3 3/3] sunxi: setup simplefb for Allwinner DE2 Icenowy Zheng
2017-09-13 12:05   ` Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox