mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
gpu: nvgpu: gsp: move msg info logs to debug logs
Changes - moved the message logs from info to gsp debug which can be enabled on requirement. Bug 4227016 Bug 4197632 Bug 4199856 Change-Id: I6067a9b37664d325d971ccc8e1a6c13c2d1b3bb7 Signed-off-by: vivekku <vivekku@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2967169 GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com> Reviewed-by: Mahantesh Kumbar <mkumbar@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
91ac1541a5
commit
b426d710a2
@@ -54,7 +54,7 @@ void nvgpu_gsp_sched_suspend(struct gk20a *g, struct nvgpu_gsp_sched *gsp_sched)
|
||||
nvgpu_gsp_dbg(g, " ");
|
||||
|
||||
if (gsp == NULL) {
|
||||
nvgpu_info(g, "GSP not initialized");
|
||||
nvgpu_err(g, "GSP not initialized");
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -222,7 +222,7 @@ int nvgpu_gsp_sched_bootstrap_hs(struct gk20a *g)
|
||||
goto de_init;
|
||||
}
|
||||
|
||||
nvgpu_info(g, "gsp scheduler bootstrapped.\n");
|
||||
nvgpu_gsp_dbg(g, "gsp scheduler bootstrapped.\n");
|
||||
return status;
|
||||
de_init:
|
||||
nvgpu_gsp_sched_sw_deinit(g);
|
||||
|
||||
Reference in New Issue
Block a user