From 958e46acc8e900e8569dd467c1af9b8d2d019394 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 09 Dec 2023 08:38:54 +0000 Subject: [PATCH] disable cpu isolcpus --- kernel/drivers/gpu/arm/bifrost/ipa/backend/mali_kbase_ipa_counter_common_csf.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/drivers/gpu/arm/bifrost/ipa/backend/mali_kbase_ipa_counter_common_csf.c b/kernel/drivers/gpu/arm/bifrost/ipa/backend/mali_kbase_ipa_counter_common_csf.c index 81dc56b..60b061e 100644 --- a/kernel/drivers/gpu/arm/bifrost/ipa/backend/mali_kbase_ipa_counter_common_csf.c +++ b/kernel/drivers/gpu/arm/bifrost/ipa/backend/mali_kbase_ipa_counter_common_csf.c @@ -281,7 +281,7 @@ if (WARN_ON(ret)) return ret; - now = ktime_get(); + now = ktime_get_raw(); diff = ktime_sub(now, kbdev->ipa.last_sample_time); diff_ms = ktime_to_ms(diff); -- Gitblit v1.6.2