summaryrefslogtreecommitdiff
path: root/mali_kbase/mmu
diff options
context:
space:
mode:
authorSiddharth Kapoor <ksiddharth@google.com>2022-09-14 00:28:28 -0700
committerLucas Wei <lucaswei@google.com>2022-10-12 21:38:16 +0800
commit0ba2568460e6fecfa6397497062ba2cad01bf0d6 (patch)
tree2135f8619ae03812df646decbeb2fbfd4e796481 /mali_kbase/mmu
parent3e113417ce636b5d978d80d93df44ab1389ef7d3 (diff)
downloadgpu-0ba2568460e6fecfa6397497062ba2cad01bf0d6.tar.gz
mali_kbase: Merge gs101 and gs201 builds
Refactor driver builds to support common codes for gs101 and gs201. - Check SoC specific CONFIG flag in Kbuild - Convert CONFIG_MALI_PIXEL_GPU_SSCD and CONFIG_MALI_HOST_CONTROLS_SC_RAILS to ccflags Bug: 245742922 Test: Not fully tested. DO NOT MERGE Change-Id: I1cf7c19e2a2e63de17153c70ede806dc773398d3 Signed-off-by: Siddharth Kapoor <ksiddharth@google.com> Signed-off-by: Lucas Wei <lucaswei@google.com>
Diffstat (limited to 'mali_kbase/mmu')
-rw-r--r--mali_kbase/mmu/mali_kbase_mmu_hw_direct.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mali_kbase/mmu/mali_kbase_mmu_hw_direct.c b/mali_kbase/mmu/mali_kbase_mmu_hw_direct.c
index d0f44be..cf89c0e 100644
--- a/mali_kbase/mmu/mali_kbase_mmu_hw_direct.c
+++ b/mali_kbase/mmu/mali_kbase_mmu_hw_direct.c
@@ -141,7 +141,9 @@ static int wait_ready(struct kbase_device *kbdev,
dev_err(kbdev->dev,
"AS_ACTIVE bit stuck for as %u, might be caused by slow/unstable GPU clock or possible faulty FPGA connector",
as_nr);
+#if MALI_USE_CSF
queue_work(system_highpri_wq, &kbdev->csf.coredump_work);
+#endif
return -1;
}