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 revert this...
details: https://anonhg.NetBSD.org/src/rev/afaa0e55bfd3
branches: trunk
changeset: 447346:afaa0e55bfd3
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Jan 08 05:57:34 2019 +0000
description:
revert this commit:
>date: 2018-08-27 07:19:47 -0700; author: riastradh; state: Exp; lines: +2 -0; commitid: 9o7sY7hwNGx6zLPA;
>For now, unconditionally set nouveau verbosity to debug.
nouveau works mostly again now, and the debug output is very verbose.
diffstat:
sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/nouveau_nvkm_core_option.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r cf08247227bb -r afaa0e55bfd3 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 Tue Jan 08 05:44:58 2019 +0000
+++ b/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/nouveau_nvkm_core_option.c Tue Jan 08 05:57:34 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nouveau_nvkm_core_option.c,v 1.3 2018/08/27 14:19:47 riastradh Exp $ */
+/* $NetBSD: nouveau_nvkm_core_option.c,v 1.4 2019/01/08 05:57:34 mrg 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.3 2018/08/27 14:19:47 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nouveau_nvkm_core_option.c,v 1.4 2019/01/08 05:57:34 mrg Exp $");
#include <core/option.h>
#include <core/debug.h>
@@ -101,8 +101,6 @@
{
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