Typo in awin_reg.h?

-#define AWIN_DEBE_MODCTL_OUT_SEL_LCD   0
+#define AWIN_DEBE_MODCTL_OUT_SEL_LCD0  0
+#define AWIN_DEBE_MODCTL_OUT_SEL_LCD1  0



On Tue, 3 Nov 2015, Manuel Bouyer wrote:

Module Name:    src
Committed By:   bouyer
Date:           Tue Nov  3 18:38:03 UTC 2015

Modified Files:
        src/sys/arch/arm/allwinner: awin_debe.c awin_reg.h awin_tcon.c
        src/sys/arch/evbarm/awin: awin_machdep.c

Log Message:
A debe can't feed both tcon at the same time.
AWIN_DEBE_MODCTL_OUT_SEL will select which tcon instance will get data
(0 for tcon0, 1 for tcon1).
In tcon, AWIN_TCON_CTL_SRC_SEL_DE0 selects the default debe for this
tcon instance: debe0 for tcon0, debe1 for tcon1.
So always connect tcon0 to debe0 and tcon1 to debe1.
now display modes 0, 1 and 2 works; display modes 3 and 4 needs more work.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/allwinner/awin_debe.c
cvs rdiff -u -r1.81 -r1.82 src/sys/arch/arm/allwinner/awin_reg.h
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/allwinner/awin_tcon.c
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/evbarm/awin/awin_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.


Reply via email to