mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 02:01:36 +03:00
tegra: host: nvdla: reduce debug level for fw prints
Firmware can span kernel log for large networks, reduce print level for firmare prints. Bug 2045645 Change-Id: I1a4cf18dc8350ca4a0ef06a47161c35c9198055e Signed-off-by: Prashant Gaikwad <pgaikwad@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1642273 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Laxman Dewangan
parent
20a3db1511
commit
cfdba15b5a
@@ -60,7 +60,7 @@ int nvhost_nvdla_flcn_isr(struct platform_device *pdev)
|
||||
message = mailbox0 & DLA_RESPONSE_MSG_MASK;
|
||||
|
||||
if (message == DLA_MSG_DEBUG_PRINT)
|
||||
dev_err(&pdev->dev, "falcon: %s",
|
||||
dev_dbg(&pdev->dev, "falcon: %s",
|
||||
(char *)nvdla_dev->debug_dump_va);
|
||||
|
||||
if ((message == DLA_MSG_CMD_COMPLETE ||
|
||||
|
||||
Reference in New Issue
Block a user