mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
video: tegra: host: use dla debug prints for falcon
- nvdla dla debug has built-in support for tracing - debug prints dumped to trace if en_trace flag is set - to capture falcon debug prints when kernel tracing enabled and to avoid override debug dump coming from falcon use kernel setting for dumping data Change-Id: I7803e1fa588b8bc068c506cb1ce7b370cb8c322f Signed-off-by: Shridhar Rasal <srasal@nvidia.com> Reviewed-on: http://git-master/r/1260021 GVS: Gerrit_Virtual_Submit Reviewed-by: Prashant Gaikwad <pgaikwad@nvidia.com> Reviewed-by: Amit Sharma (SW-TEGRA) <amisharma@nvidia.com>
This commit is contained in:
committed by
Laxman Dewangan
parent
3f12a94e06
commit
9e9c3fa71b
@@ -73,8 +73,7 @@ int nvhost_nvdla_flcn_isr(struct platform_device *pdev)
|
||||
message = mailbox0 & DLA_RESPONSE_MSG_MASK;
|
||||
|
||||
if (message == DLA_DEBUG_PRINT)
|
||||
dev_info(&pdev->dev, "falcon: %s",
|
||||
(char *)m->debug_dump_va);
|
||||
nvdla_dbg_info(pdev, "falcon: %s", (char *)m->debug_dump_va);
|
||||
|
||||
if ((message == DLA_CMD_COMPLETE ||
|
||||
message == DLA_CMD_ERROR) &&
|
||||
|
||||
Reference in New Issue
Block a user