Эх сурвалжийг харах

Merge "video: driver: removed delayed unmap attribute"

qctecmdr 2 жил өмнө
parent
commit
02a249c941

+ 0 - 5
driver/vidc/src/msm_vidc_memory_ext.c

@@ -68,11 +68,6 @@ static struct dma_buf_attachment *msm_vidc_dma_buf_attach_ext(struct msm_vidc_co
 	 * on the whole buffer size and hence pass skip sync flag.
 	 */
 	attach->dma_map_attrs |= DMA_ATTR_SKIP_CPU_SYNC;
-	/*
-	 * Get the scatterlist for the given attachment
-	 * Mapping of sg is taken care by map attachment
-	 */
-	attach->dma_map_attrs |= DMA_ATTR_DELAYED_UNMAP;
 	if (is_sys_cache_present(core))
 		attach->dma_map_attrs |= DMA_ATTR_IOMMU_USE_UPSTREAM_HINT;