summaryrefslogtreecommitdiff
path: root/mali_kbase/build.bp
diff options
context:
space:
mode:
authorSidath Senanayake <sidaths@google.com>2020-06-18 09:26:13 +0200
committerSidath Senanayake <sidaths@google.com>2020-06-18 09:26:13 +0200
commitbc3c01e61c8ce9783a8ab091053905effcae12de (patch)
tree43f9f48736f7259d8cc996b11eed003dc80d5bef /mali_kbase/build.bp
parentb64f568f943e567534694cc993270adca96dcd06 (diff)
downloadgpu-bc3c01e61c8ce9783a8ab091053905effcae12de.tar.gz
Mali Valhall DDK r25p0 KMD
Provenance: 395644cb0 (collaborate/EAC/v_r25p0) VX504X08X-BU-00000-r25p0-01eac0 - Android DDK VX504X08X-BU-60000-r25p0-01eac0 - Android Document Bundle Signed-off-by: Sidath Senanayake <sidaths@google.com> Change-Id: I2cffddb42a554696d45b7f65c7bae8827a71341f
Diffstat (limited to 'mali_kbase/build.bp')
-rw-r--r--mali_kbase/build.bp25
1 files changed, 22 insertions, 3 deletions
diff --git a/mali_kbase/build.bp b/mali_kbase/build.bp
index 94189b1..51aeecd 100644
--- a/mali_kbase/build.bp
+++ b/mali_kbase/build.bp
@@ -37,9 +37,6 @@ bob_defaults {
buslog: {
kbuild_options: ["CONFIG_MALI_BUSLOG=y"],
},
- cinstr_job_dump: {
- kbuild_options: ["CONFIG_MALI_JOB_DUMP=y"],
- },
cinstr_vector_dump: {
kbuild_options: ["CONFIG_MALI_VECTOR_DUMP=y"],
},
@@ -49,6 +46,9 @@ bob_defaults {
mali_gator_support: {
kbuild_options: ["CONFIG_MALI_GATOR_SUPPORT=y"],
},
+ mali_midgard_enable_trace: {
+ kbuild_options: ["CONFIG_MALI_MIDGARD_ENABLE_TRACE=y"],
+ },
mali_system_trace: {
kbuild_options: ["CONFIG_MALI_SYSTEM_TRACE=y"],
},
@@ -64,6 +64,12 @@ bob_defaults {
mali_dma_buf_legacy_compat: {
kbuild_options: ["CONFIG_MALI_DMA_BUF_LEGACY_COMPAT=y"],
},
+ mali_arbiter_support: {
+ kbuild_options: ["CONFIG_MALI_ARBITER_SUPPORT=y"],
+ },
+ mali_gem5_build: {
+ kbuild_options: ["CONFIG_MALI_GEM5_BUILD=y"],
+ },
kbuild_options: [
"MALI_UNIT_TEST={{.unit_test_code}}",
"MALI_CUSTOMER_RELEASE={{.release}}",
@@ -92,6 +98,8 @@ bob_kernel_module {
"platform/*/*.h",
"platform/*/Kbuild",
"thirdparty/*.c",
+ "debug/*.c",
+ "debug/*.h",
"device/*.c",
"device/*.h",
"gpu/*.c",
@@ -139,6 +147,8 @@ bob_kernel_module {
gpu_has_job_manager: {
srcs: [
"context/backend/*_jm.c",
+ "debug/backend/*_jm.c",
+ "debug/backend/*_jm.h",
"device/backend/*_jm.c",
"gpu/backend/*_jm.c",
"gpu/backend/*_jm.h",
@@ -153,6 +163,8 @@ bob_kernel_module {
"csf/*.c",
"csf/*.h",
"csf/Kbuild",
+ "debug/backend/*_csf.c",
+ "debug/backend/*_csf.h",
"device/backend/*_csf.c",
"gpu/backend/*_csf.c",
"gpu/backend/*_csf.h",
@@ -160,5 +172,12 @@ bob_kernel_module {
"mmu/backend/*_csf.c",
],
},
+ mali_arbiter_support: {
+ srcs: [
+ "arbiter/*.c",
+ "arbiter/*.h",
+ "arbiter/Kbuild",
+ ],
+ },
defaults: ["mali_kbase_shared_config_defaults"],
}