Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 440c2f1a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Revert "gpu: ion: system_heap: remove superfluous cache flush""

parents 5920704a a7b3b7ec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ static void *ion_page_pool_alloc_pages(struct ion_page_pool *pool)
	sg_init_table(&sg, 1);
	sg_set_page(&sg, page, PAGE_SIZE << pool->order, 0);
	sg_dma_address(&sg) = sg_phys(&sg);
	dma_sync_sg_for_device(NULL, &sg, 1, DMA_BIDIRECTIONAL);

	return page;
error_free_pages: