video: rockchip: rga3: Change pr_debug to pr_info

Signed-off-by: Yu Qiaowei <cerf.yu@rock-chips.com>
Change-Id: I90ce679ff4b43bc4c3252ab44d14be16826ad16c
This commit is contained in:
Yu Qiaowei
2022-03-17 18:56:29 +08:00
committed by Tao Huang
parent b63852bfde
commit 549f921cdf
2 changed files with 2 additions and 2 deletions

View File

@@ -506,7 +506,7 @@ int rga_iommu_map_virt_addr(struct rga_memory_parm *memory_parm,
}
if (DEBUGGER_EN(MSG))
pr_debug("iova_align size = %ld", size);
pr_info("iova_align size = %ld", size);
iova = rga_iommu_dma_alloc_iova(domain, size, rga_dev->coherent_dma_mask, rga_dev);
if (!iova) {

View File

@@ -197,7 +197,7 @@ int rga_job_assign(struct rga_job *job)
if (scheduler->core == RGA2_SCHEDULER_CORE0 &&
job->flags & RGA_JOB_UNSUPPORT_RGA2) {
if (DEBUGGER_EN(MSG))
pr_debug("RGA2 only support under 4G memory!\n");
pr_info("RGA2 only support under 4G memory!\n");
continue;
}