From 228451ed83f4840e863beff27b33ca9a460f820b Mon Sep 17 00:00:00 2001 From: Sidath Senanayake Date: Thu, 27 Jun 2019 14:37:54 +0200 Subject: Mali Valhall DDK r19p0 KMD Provenance: 95928c7e8 (collaborate/EAC/v_r19p0) VX504X08X-BU-00000-r19p0-01rel0 - Android DDK NOTE: This is identical to the Bifrost r19p0 KMD as the only differences between b_r19p0 and v_r19p0 are outside of the KMD. So as far as the KMD goes, 95928c7e8 and d441d721a in Collaborate are identical. Signed-off-by: Sidath Senanayake Change-Id: I261cba9d04daaf8c5ca55e4cb319cf47402dc5f4 --- mali_kbase/Mconfig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'mali_kbase/Mconfig') diff --git a/mali_kbase/Mconfig b/mali_kbase/Mconfig index d0e78a2..60cb2a3 100644 --- a/mali_kbase/Mconfig +++ b/mali_kbase/Mconfig @@ -227,13 +227,18 @@ 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 maintenance where MALI_DMA_BUF_MAP_ON_DEMAND would do the mapping, including a cache flush. +config MALI_REAL_HW + bool + default y + default n if NO_MALI + # Instrumentation options. # config MALI_JOB_DUMP exists in the Kernel Kconfig but is configured using CINSTR_JOB_DUMP in Mconfig. -- cgit v1.2.3