On 8 March 2017 at 16:34, Jernej Skrabec <[email protected]> wrote: > This commit adds support for HDMI output. > > Signed-off-by: Jernej Skrabec <[email protected]> > --- > > arch/arm/include/asm/arch-sunxi/cpu_sun4i.h | 8 + > arch/arm/include/asm/arch-sunxi/display2.h | 124 +++++++++ > board/sunxi/Kconfig | 10 + > drivers/video/sunxi/Makefile | 1 + > drivers/video/sunxi/sunxi_de2.c | 258 ++++++++++++++++++ > drivers/video/sunxi/sunxi_dw_hdmi.c | 389 > ++++++++++++++++++++++++++++ > include/configs/sunxi-common.h | 5 + > 7 files changed, 795 insertions(+) > create mode 100644 arch/arm/include/asm/arch-sunxi/display2.h > create mode 100644 drivers/video/sunxi/sunxi_de2.c > create mode 100644 drivers/video/sunxi/sunxi_dw_hdmi.c
Reviewed-by: Simon Glass <[email protected]> -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
