summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_ctx_gk20a.c
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2014-06-09 08:58:29 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:10:06 -0400
commit131bcbcea9da30247dc84bbdc653a7f2a0d482ad (patch)
tree2265d182407735f862bfae2455e76cfa5f487f74 /drivers/gpu/nvgpu/gk20a/gr_ctx_gk20a.c
parentf551891483f40dff09015d68cc2be9144b1b886c (diff)
gpu: nvgpu: Do not warn about unknown ctxsw region
Do not warn about unknown regions in ctxsw firmware blob. Bug 1435870 Change-Id: I343d85a09a3cd1d7c1c881836af6868296409f07 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/420670
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_ctx_gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_ctx_gk20a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_ctx_gk20a.c b/drivers/gpu/nvgpu/gk20a/gr_ctx_gk20a.c
index 478bc073..eaccdbc7 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_ctx_gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gr_ctx_gk20a.c
@@ -284,7 +284,7 @@ static int gr_gk20a_init_ctx_vars_fw(struct gk20a *g, struct gr_gk20a *gr)
284 gk20a_dbg_info("NETLIST_REGIONID_CTXREG_PMPPC skipped"); 284 gk20a_dbg_info("NETLIST_REGIONID_CTXREG_PMPPC skipped");
285 break; 285 break;
286 default: 286 default:
287 gk20a_warn(d, "unrecognized region %d skipped", i); 287 gk20a_dbg_info("unrecognized region %d skipped", i);
288 break; 288 break;
289 } 289 }
290 } 290 }