mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -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) {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user