Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Enable the display engine devices. Note...



details:   https://anonhg.NetBSD.org/src/rev/f6474b6a4f39
branches:  trunk
changeset: 831601:f6474b6a4f39
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sat Apr 07 18:12:51 2018 +0000

description:
Enable the display engine devices. Note that even if they attaches,
they will be active only if a proper display engine pipeline entry
is present in the device tree.

diffstat:

 sys/arch/evbarm/conf/SUNXI |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r 18994b3a2472 -r f6474b6a4f39 sys/arch/evbarm/conf/SUNXI
--- a/sys/arch/evbarm/conf/SUNXI        Sat Apr 07 18:09:33 2018 +0000
+++ b/sys/arch/evbarm/conf/SUNXI        Sat Apr 07 18:12:51 2018 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: SUNXI,v 1.61 2018/04/03 12:56:21 bouyer Exp $
+#      $NetBSD: SUNXI,v 1.62 2018/04/07 18:12:51 bouyer Exp $
 #
 #      Allwinner sunxi family
 #
@@ -284,13 +284,13 @@
 genfb*         at fdt?
 wsdisplay*     at genfb?
 
-#sunxidebe*    at fdt? pass 4  # Display Backend
-#genfb*                at sunxidebe?
-#sunxitcon*    at fdt? pass 4  # LCD LVDS/RGB controller
-#sunxihdmi*    at fdt? pass 4  # HDMI controller
-#connector*    at fdt? pass 4
-#panel*                at fdt? pass 4
-#sunxidep*     at fdt?         # Display Engine Pipeline
+sunxidebe*     at fdt? pass 4  # Display Backend
+genfb*         at sunxidebe?
+sunxitcon*     at fdt? pass 4  # LCD LVDS/RGB controller
+sunxihdmi*     at fdt? pass 4  # HDMI controller
+connector*     at fdt? pass 4
+panel*         at fdt? pass 4
+sunxidep*      at fdt?         # Display Engine Pipeline
 options        VCONS_DRAW_INTR
 options        WSEMUL_VT100
 options        WS_DEFAULT_FG=WSCOL_WHITE



Home | Main Index | Thread Index | Old Index