summaryrefslogtreecommitdiff
path: root/mali_kbase/mali_kbase_dummy_job_wa.c
diff options
context:
space:
mode:
authorSidath Senanayake <sidaths@google.com>2021-07-21 21:44:43 +0100
committerSidath Senanayake <sidaths@google.com>2021-07-21 21:45:39 +0100
commit17749634b3f1e8e7c2fa4e04e65b778259e1ba86 (patch)
tree486e85e32a45ac8cabe7a06dcbea12c504d0aa9f /mali_kbase/mali_kbase_dummy_job_wa.c
parent7bdbdbf497a4745d24b857e9bd066845682885a0 (diff)
parent52c5bf56aa5f18f0e0158998b8ac23bfc4cccad6 (diff)
downloadgpu-17749634b3f1e8e7c2fa4e04e65b778259e1ba86.tar.gz
Merge r32p1-beta2 from upstream into android-gs-pixel-5.10
This commit updates the Mali KMD to version r32p1-beta2 from commit 52c5bf56aa5f18f0e0158998b8ac23bfc4cccad6 Bug: 186092835 Signed-off-by: Sidath Senanayake <sidaths@google.com> Change-Id: Ie68303c73624067234aeb8756ad0835115380968
Diffstat (limited to 'mali_kbase/mali_kbase_dummy_job_wa.c')
-rw-r--r--mali_kbase/mali_kbase_dummy_job_wa.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/mali_kbase/mali_kbase_dummy_job_wa.c b/mali_kbase/mali_kbase_dummy_job_wa.c
index 0450acd..4d6bb5c 100644
--- a/mali_kbase/mali_kbase_dummy_job_wa.c
+++ b/mali_kbase/mali_kbase_dummy_job_wa.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
/*
*
* (C) COPYRIGHT 2019-2021 ARM Limited. All rights reserved.
@@ -261,11 +261,6 @@ static bool wa_blob_load_needed(struct kbase_device *kbdev)
if (of_machine_is_compatible("arm,juno"))
return false;
- /* TODO: b/162413384 Bypassing check for now
- if (kbase_hw_has_issue(kbdev, BASE_HW_ISSUE_TTRX_3485))
- return true;
- */
-
return false;
}