From dacf004cc8a4b35f5a0fb5fb67246f9cc8fdaafb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Wagner?= Date: Tue, 1 Aug 2023 13:38:22 +0000 Subject: Update KMD to 'mini release: update r44p1-01bet1 to r44p1-00dev2' Provenance: ipdelivery@d10c137c7691a470b8b33786aec4965315db4561 Change-Id: I4fbcc669d3b8e36c8288c91fdddd8b79258b6635 --- mali_kbase/Kconfig | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) (limited to 'mali_kbase/Kconfig') diff --git a/mali_kbase/Kconfig b/mali_kbase/Kconfig index 3d5a14a..07dd7c4 100644 --- a/mali_kbase/Kconfig +++ b/mali_kbase/Kconfig @@ -65,11 +65,18 @@ config MALI_NO_MALI All calls to the simulated hardware will complete immediately as if the hardware completed the task. +config MALI_NO_MALI_DEFAULT_GPU + string "Default GPU for No Mali" + depends on MALI_NO_MALI + default "tMIx" + help + This option sets the default GPU to identify as for No Mali builds. + endchoice menu "Platform specific options" -source "drivers/gpu/arm/midgard/platform/Kconfig" +source "$(MALI_KCONFIG_EXT_PREFIX)drivers/gpu/arm/midgard/platform/Kconfig" endmenu config MALI_CSF_SUPPORT @@ -193,6 +200,22 @@ config LARGE_PAGE_ALLOC If in doubt, say N +config PAGE_MIGRATION_SUPPORT + bool "Enable support for page migration" + depends on MALI_MIDGARD && MALI_EXPERT + default y + default n if ANDROID + help + Compile in support for page migration. + If set to disabled ('n') then page migration cannot + be enabled at all, and related symbols are not compiled in. + If not set, page migration is compiled in by default, and + if not explicitly enabled or disabled with the insmod parameter, + page migration becomes automatically enabled with large pages. + + If in doubt, say Y. To strip out page migration symbols and support, + say N. + config MALI_MEMORY_FULLY_BACKED bool "Enable memory fully physically-backed" depends on MALI_MIDGARD && MALI_EXPERT @@ -386,7 +409,16 @@ config MALI_ARBITRATION virtualization setup for Mali If unsure, say N. +config MALI_TRACE_POWER_GPU_WORK_PERIOD + bool "Enable per-application GPU metrics tracepoints" + depends on MALI_MIDGARD + default y + help + This option enables per-application GPU metrics tracepoints. + + If unsure, say N. + -source "drivers/gpu/arm/midgard/tests/Kconfig" +source "$(MALI_KCONFIG_EXT_PREFIX)drivers/gpu/arm/midgard/tests/Kconfig" endif -- cgit v1.2.3