소스 검색

Merge "video: driver: removed delayed unmap attribute"

qctecmdr 2 년 전
부모
커밋
02a249c941
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      driver/vidc/src/msm_vidc_memory_ext.c

+ 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;