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/dist/drm/nouveau/nvkm/core For now, un...



details:   https://anonhg.NetBSD.org/src/rev/36c6ff8864e9
branches:  trunk
changeset: 835353:36c6ff8864e9
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Aug 27 14:19:47 2018 +0000

description:
For now, unconditionally set nouveau verbosity to debug.

diffstat:

 sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/nouveau_nvkm_core_option.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 8fff17f6972c -r 36c6ff8864e9 sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/nouveau_nvkm_core_option.c
--- a/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/nouveau_nvkm_core_option.c       Mon Aug 27 14:19:25 2018 +0000
+++ b/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/nouveau_nvkm_core_option.c       Mon Aug 27 14:19:47 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nouveau_nvkm_core_option.c,v 1.2 2018/08/27 04:58:30 riastradh Exp $   */
+/*     $NetBSD: nouveau_nvkm_core_option.c,v 1.3 2018/08/27 14:19:47 riastradh Exp $   */
 
 /*
  * Copyright 2012 Red Hat Inc.
@@ -24,7 +24,7 @@
  * Authors: Ben Skeggs
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nouveau_nvkm_core_option.c,v 1.2 2018/08/27 04:58:30 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nouveau_nvkm_core_option.c,v 1.3 2018/08/27 14:19:47 riastradh Exp $");
 
 #include <core/option.h>
 #include <core/debug.h>
@@ -101,6 +101,8 @@
 {
        int mode = 1, level = CONFIG_NOUVEAU_DEBUG_DEFAULT;
 
+       return NV_DBG_DEBUG;
+
        while (optstr) {
                int len = strcspn(optstr, ",=");
                switch (optstr[len]) {



Home | Main Index | Thread Index | Old Index