Source-Changes-HG archive

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

[src/trunk]: src/sys/external/bsd/drm2/nouveau Set nouveau to a more reasonab...



details:   https://anonhg.NetBSD.org/src/rev/e8dff3fe2d79
branches:  trunk
changeset: 343521:e8dff3fe2d79
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Thu Feb 11 04:43:32 2016 +0000

description:
Set nouveau to a more reasonable debug level.

Match the compile-time and default run-time settings in Linux.

diffstat:

 sys/external/bsd/drm2/nouveau/files.nouveau |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r d7eb81cf180a -r e8dff3fe2d79 sys/external/bsd/drm2/nouveau/files.nouveau
--- a/sys/external/bsd/drm2/nouveau/files.nouveau       Thu Feb 11 02:23:44 2016 +0000
+++ b/sys/external/bsd/drm2/nouveau/files.nouveau       Thu Feb 11 04:43:32 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.nouveau,v 1.13 2016/01/29 22:49:06 joerg Exp $
+#      $NetBSD: files.nouveau,v 1.14 2016/02/11 04:43:32 riastradh Exp $
 
 define nouveaufbbus    { }
 device nouveau: drmkms, drmkms_ttm, nouveaufbbus
@@ -19,9 +19,8 @@
 makeoptions    nouveau CPPFLAGS+="-I$S/external/bsd/drm2/dist/drm/nouveau/core/include"
 makeoptions    nouveau CPPFLAGS+="-I$S/external/bsd/drm2/nouveau"
 
-# XXX DEBUG ALL THE BUGS!
-makeoptions    nouveau CPPFLAGS+="-DCONFIG_NOUVEAU_DEBUG=1000"
-makeoptions    nouveau CPPFLAGS+="-DCONFIG_NOUVEAU_DEBUG_DEFAULT=6"
+makeoptions    nouveau CPPFLAGS+="-DCONFIG_NOUVEAU_DEBUG=5"
+makeoptions    nouveau CPPFLAGS+="-DCONFIG_NOUVEAU_DEBUG_DEFAULT=3"
 
 # XXX If you find a way to apply the warning flags to all Nouveau
 # sources, please apply it here and remove this stupidly gigantic list!



Home | Main Index | Thread Index | Old Index