From 9e9c3fa71b1f7c7e3ea2393b38adf668a100bef7 Mon Sep 17 00:00:00 2001 From: Shridhar Rasal Date: Fri, 25 Nov 2016 17:28:44 +0530 Subject: [PATCH] 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 Reviewed-on: http://git-master/r/1260021 GVS: Gerrit_Virtual_Submit Reviewed-by: Prashant Gaikwad Reviewed-by: Amit Sharma (SW-TEGRA) --- drivers/video/tegra/host/nvdla/nvdla.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/video/tegra/host/nvdla/nvdla.c b/drivers/video/tegra/host/nvdla/nvdla.c index fc6a3ed3..fcd289d0 100644 --- a/drivers/video/tegra/host/nvdla/nvdla.c +++ b/drivers/video/tegra/host/nvdla/nvdla.c @@ -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) &&