mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +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
@@ -162,7 +162,7 @@ int nvgpu_gsp_wait_for_mailbox_update(struct nvgpu_gsp *gsp,
|
||||
mail_box_data = flcn->g->ops.falcon.mailbox_read(
|
||||
flcn, mailbox_index);
|
||||
if (mail_box_data == exp_value) {
|
||||
nvgpu_info(flcn->g,
|
||||
nvgpu_gsp_dbg(flcn->g,
|
||||
"gsp mailbox-0 updated successful with 0x%x",
|
||||
mail_box_data);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user