Re: [PATCH v7 10/14] media: mtk-jpegdec: Remove the setting for dma_mask

From: AngeloGioacchino Del Regno
Date: Tue Apr 11 2023 - 06:12:58 EST


Il 11/04/23 11:31, Yong Wu ha scritto:
In order to simplify the masters to set their respective dma masks, MTK
IOMMU helps to centralize the processing. Because all the dma ranges is
set in IOMMU, IOMMU knows well the dma mask requirements of masters. After
this patch, the masters code does not need care
dma-ranges/dma_mask related information.

Cc: Bin Liu <bin.liu@xxxxxxxxxxxx>
Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx>
Cc: kyrie wu <kyrie.wu@xxxxxxxxxxxx>
Signed-off-by: Yong Wu <yong.wu@xxxxxxxxxxxx>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>