From 0ff80aac07b4b54addfb20e2c190346257e34336 Mon Sep 17 00:00:00 2001 From: Yoojin Park Date: Sat, 19 Oct 2019 16:26:10 +0900 Subject: [PATCH] [RAMEN9610-20778][9610] drivers: enable LEGACY_COMPAT after applying ion flushing patch Change-Id: I1cfb9953f4b99c2d56e585cc6fe9d9c6ce91e639 Signed-off-by: Yoojin Park --- drivers/gpu/arm/b_r19p0/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/arm/b_r19p0/Kconfig b/drivers/gpu/arm/b_r19p0/Kconfig index 4fa927d0e3e8..185073ec7614 100644 --- a/drivers/gpu/arm/b_r19p0/Kconfig +++ b/drivers/gpu/arm/b_r19p0/Kconfig @@ -228,7 +228,7 @@ config MALI_DMA_BUF_MAP_ON_DEMAND config MALI_DMA_BUF_LEGACY_COMPAT bool "Enable legacy compatibility cache flush on dma-buf map" depends on MALI_MIDGARD && !MALI_DMA_BUF_MAP_ON_DEMAND - default n + default y help This option enables compatibility with legacy dma-buf mapping behavior, then the dma-buf is mapped on import, by adding cache -- 2.20.1