summaryrefslogtreecommitdiff
path: root/mali_kbase/context
diff options
context:
space:
mode:
authorJonglin Lee <jonglin@google.com>2021-07-21 19:45:57 +0000
committerJonglin Lee <jonglin@google.com>2021-07-21 19:45:57 +0000
commit7bdbdbf497a4745d24b857e9bd066845682885a0 (patch)
tree3b49dd6030f597037dc22282845f0c9a0a63daa5 /mali_kbase/context
parent9e6d1d7e88bae9f4be2ffbb20c9ac4655296c5d6 (diff)
downloadgpu-7bdbdbf497a4745d24b857e9bd066845682885a0.tar.gz
Revert "mali_kbase: platform: Add per-process and global account..."
Revert submission 1960415-dma-buf-sysfs Reason for revert: causing kbase KPs Reverted Changes: Ib1400afdb:mali_kbase: platform: Add sysfs nodes for imported... Id47feadaf:mali_kbase: platform: Add per-process and global s... I29da69e46:mali_kbase: platform: Add per-process and global a... Bug: 194313269 Change-Id: I285e1ed7266d8e0e7ae89518ffac04b0dd2d9c9d Signed-off-by: Jonglin Lee <jonglin@google.com>
Diffstat (limited to 'mali_kbase/context')
-rw-r--r--mali_kbase/context/mali_kbase_context.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mali_kbase/context/mali_kbase_context.c b/mali_kbase/context/mali_kbase_context.c
index 914f43e..20142af 100644
--- a/mali_kbase/context/mali_kbase_context.c
+++ b/mali_kbase/context/mali_kbase_context.c
@@ -99,7 +99,6 @@ static int kbase_insert_kctx_to_process(struct kbase_context *kctx)
INIT_LIST_HEAD(&kprcs->kctx_list);
kprcs->dma_buf_root = RB_ROOT;
kprcs->total_gpu_pages = 0;
- kprcs->dma_buf_pages = 0;
while (*new) {
struct kbase_process *prcs_node;