summaryrefslogtreecommitdiff
path: root/mali_kbase/build.bp
diff options
context:
space:
mode:
authorJörg Wagner <jorwag@google.com>2023-12-14 09:44:26 +0000
committerJörg Wagner <jorwag@google.com>2023-12-14 09:44:26 +0000
commit049a542207ed694271316782397b78b2e202086a (patch)
tree105e9378d4d5062dc72109fdd4a77c915bd9425d /mali_kbase/build.bp
parente61eb93296e9f940b32d4ad4b0c3a5557cbeaf17 (diff)
downloadgpu-049a542207ed694271316782397b78b2e202086a.tar.gz
Update KMD to r47p0
Provenance: ipdelivery@ad01e50d640910a99224382bb227e6d4de627657 Change-Id: I19ac9bce34a5c5a319c1b4a388e8b037b3dfe6e7
Diffstat (limited to 'mali_kbase/build.bp')
-rw-r--r--mali_kbase/build.bp30
1 files changed, 8 insertions, 22 deletions
diff --git a/mali_kbase/build.bp b/mali_kbase/build.bp
index f6cc643..77e193a 100644
--- a/mali_kbase/build.bp
+++ b/mali_kbase/build.bp
@@ -35,9 +35,6 @@ bob_defaults {
"CONFIG_GPU_HWVER={{.hwver}}",
],
},
- mali_platform_dt_pin_rst: {
- kbuild_options: ["CONFIG_MALI_PLATFORM_DT_PIN_RST=y"],
- },
gpu_has_csf: {
kbuild_options: ["CONFIG_MALI_CSF_SUPPORT=y"],
},
@@ -62,17 +59,11 @@ bob_defaults {
mali_dma_buf_legacy_compat: {
kbuild_options: ["CONFIG_MALI_DMA_BUF_LEGACY_COMPAT=y"],
},
- large_page_alloc_override: {
- kbuild_options: ["CONFIG_LARGE_PAGE_ALLOC_OVERRIDE=y"],
- },
- large_page_alloc: {
- kbuild_options: ["CONFIG_LARGE_PAGE_ALLOC=y"],
- },
page_migration_support: {
kbuild_options: ["CONFIG_PAGE_MIGRATION_SUPPORT=y"],
},
- mali_memory_fully_backed: {
- kbuild_options: ["CONFIG_MALI_MEMORY_FULLY_BACKED=y"],
+ large_page_support: {
+ kbuild_options: ["CONFIG_LARGE_PAGE_SUPPORT=y"],
},
mali_corestack: {
kbuild_options: ["CONFIG_MALI_CORESTACK=y"],
@@ -104,9 +95,6 @@ bob_defaults {
mali_system_trace: {
kbuild_options: ["CONFIG_MALI_SYSTEM_TRACE=y"],
},
- buslog: {
- kbuild_options: ["CONFIG_MALI_BUSLOG=y"],
- },
cinstr_vector_dump: {
kbuild_options: ["CONFIG_MALI_VECTOR_DUMP=y"],
},
@@ -152,9 +140,6 @@ bob_defaults {
mali_fw_trace_mode_auto_discard: {
kbuild_options: ["CONFIG_MALI_FW_TRACE_MODE_AUTO_DISCARD=y"],
},
- mali_trace_power_gpu_work_period: {
- kbuild_options: ["CONFIG_MALI_TRACE_POWER_GPU_WORK_PERIOD=y"],
- },
kbuild_options: [
"CONFIG_MALI_PLATFORM_NAME={{.mali_platform_name}}",
"MALI_CUSTOMER_RELEASE={{.release}}",
@@ -216,6 +201,7 @@ bob_kernel_module {
"platform/*/*/*/*.h",
"platform/*/*/*/Kbuild",
"thirdparty/*.c",
+ "thirdparty/*.h",
"thirdparty/Kbuild",
"debug/*.c",
"debug/*.h",
@@ -226,6 +212,11 @@ bob_kernel_module {
"gpu/*.c",
"gpu/*.h",
"gpu/Kbuild",
+ "hw_access/*.c",
+ "hw_access/*.h",
+ "hw_access/*/*.c",
+ "hw_access/*/*.h",
+ "hw_access/Kbuild",
"tl/*.c",
"tl/*.h",
"tl/Kbuild",
@@ -287,9 +278,4 @@ bob_kernel_module {
"CONFIG_MALI_MIDGARD=m",
"CONFIG_MALI_KUTF=n",
],
- buslog: {
- extra_symbols: [
- "bus_logger",
- ],
- },
}