disp: msm: sde: add verbose evtlogs for debug purpose

Add changes to extend the current evtlogs for ease
of debug purposes.

Change-Id: Ibe136afbf25b8b8decfc06ef3868e3f628df4dcb
Signed-off-by: Jayaprakash <jmadiset@codeaurora.org>
这个提交包含在:
Jayaprakash
2020-10-07 14:44:33 +05:30
父节点 59571e81dc
当前提交 d1b2e0be42
修改 6 个文件,包含 20 行新增14 行删除

查看文件

@@ -258,7 +258,7 @@ static int msm_smmu_map_dma_buf(struct msm_mmu *mmu, struct sg_table *sgt,
&sgt->sgl->dma_address, sgt->sgl->dma_length,
dir, attrs);
SDE_EVT32(sgt->sgl->dma_address, sgt->sgl->dma_length,
dir, attrs, client->secure);
dir, attrs, client->secure, flags);
}
return 0;
@@ -281,7 +281,7 @@ static void msm_smmu_unmap_dma_buf(struct msm_mmu *mmu, struct sg_table *sgt,
&sgt->sgl->dma_address, sgt->sgl->dma_length,
dir);
SDE_EVT32(sgt->sgl->dma_address, sgt->sgl->dma_length,
dir, client->secure);
dir, client->secure, flags);
}
if (!(flags & MSM_BO_EXTBUF))