]> 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)
committerMatthew Pedro <mapedro@nvidia.com>
Fri, 28 Feb 2014 16:32:00 +0000 (08:32 -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
Cherry-picked from aa568f47dd80a5a922e5d768951e0bb734d14a87
Reviewed-on: http://git-master/r/375474
Reviewed-by: Jeetesh Burman <jburman@nvidia.com>
Tested-by: Jeetesh Burman <jburman@nvidia.com>
Reviewed-by: Eric Brower <ebrower@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Matthew Pedro <mapedro@nvidia.com>
drivers/video/tegra/host/gk20a/gr_ctx_gk20a.c

index 707b5454b0612510e0ea1d7d90fa32ce1da8adfe..c2dc7a8243ca2de026322d16fbbf74e9eb7ccbc1 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);