summaryrefslogtreecommitdiff
path: root/mali_kbase/context
diff options
context:
space:
mode:
authorRobin Peng <robinpeng@google.com>2021-12-20 18:58:27 +0800
committerSiddharth Kapoor <ksiddharth@google.com>2021-12-22 09:39:10 +0800
commitec991891fdf9e3b9b0925749e179d1a9d86fd032 (patch)
tree29713745839569be62418daf65df73c81f528cd9 /mali_kbase/context
parent22bddbd92d0d31cd91b63c6d6f65438907cb7d8b (diff)
parent15ef09a50229e10d8836b75b59c0a69e6459692d (diff)
downloadgpu-ec991891fdf9e3b9b0925749e179d1a9d86fd032.tar.gz
Merge android13-gs-pixel-5.10-gs101 into android13-gs-pixel-5.10
Bug: 199698959 Signed-off-by: Robin Peng <robinpeng@google.com> Change-Id: I2d8f6a5a104b297ae3f53653640138f670ff9adc Signed-off-by: Siddharth Kapoor <ksiddharth@google.com>
Diffstat (limited to 'mali_kbase/context')
-rw-r--r--mali_kbase/context/mali_kbase_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mali_kbase/context/mali_kbase_context.c b/mali_kbase/context/mali_kbase_context.c
index 124f0f5..1b03cfc 100644
--- a/mali_kbase/context/mali_kbase_context.c
+++ b/mali_kbase/context/mali_kbase_context.c
@@ -332,7 +332,7 @@ int kbase_context_mmu_init(struct kbase_context *kctx)
{
return kbase_mmu_init(
kctx->kbdev, &kctx->mmu, kctx,
- base_context_mmu_group_id_get(kctx->create_flags));
+ kbase_context_mmu_group_id_get(kctx->create_flags));
}
void kbase_context_mmu_term(struct kbase_context *kctx)