mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
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
This commit is contained in:
committed by
Dan Willemsen
parent
f551891483
commit
131bcbcea9
@@ -284,7 +284,7 @@ static int gr_gk20a_init_ctx_vars_fw(struct gk20a *g, struct gr_gk20a *gr)
|
||||
gk20a_dbg_info("NETLIST_REGIONID_CTXREG_PMPPC skipped");
|
||||
break;
|
||||
default:
|
||||
gk20a_warn(d, "unrecognized region %d skipped", i);
|
||||
gk20a_dbg_info("unrecognized region %d skipped", i);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user