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/a2324196abbf
branches: trunk
changeset: 360945:a2324196abbf
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 7591ae863a6a -r a2324196abbf 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