]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
video: tegra: host: Reduce debug leve of ctx load
authorTerje Bergstrom <tbergstrom@nvidia.com>
Wed, 26 Feb 2014 05:41:38 +0000 (07:41 +0200)
committerTerje Bergstrom <tbergstrom@nvidia.com>
Thu, 27 Feb 2014 06:39:43 +0000 (22:39 -0800)
A ctxsw firmware load debug message was with log level warning. That
is the expected behavior, so change the message to debug level.

Bug 1461370

Change-Id: Ibaaa2c18d04751dafe7a1e7fa280b8ecb23a4a70
Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-on: http://git-master/r/374649

drivers/video/tegra/host/gk20a/gr_ctx_gk20a.c

index 4a3d05b0e24c76c427cc1b72f4478db6b2c1a43c..00d25bfb57a18028183beab5a4a8206c67901a5b 100644 (file)
@@ -3,7 +3,7 @@
  *
  * GK20A Graphics Context
  *
- * Copyright (c) 2011-2013, NVIDIA CORPORATION.  All rights reserved.
+ * Copyright (c) 2011-2014, NVIDIA CORPORATION.  All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms and conditions of the GNU General Public License,
@@ -275,7 +275,7 @@ static int gr_gk20a_init_ctx_vars_fw(struct gk20a *g, struct gr_gk20a *gr)
                                        netlist_num);
                                break;
                        case NETLIST_REGIONID_CTXREG_PMPPC:
-                               nvhost_warn(d, "NETLIST_REGIONID_CTXREG_PMPPC skipped");
+                               nvhost_dbg_info("NETLIST_REGIONID_CTXREG_PMPPC skipped");
                                break;
                        default:
                                nvhost_warn(d, "unrecognized region %d skipped", i);