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>
这个提交包含在:
@@ -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))
|
||||
|
在新工单中引用
屏蔽一个用户