From 748e4f3d702def1a4bff191e0cf93b6a05340f01 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:41:34 +0000 Subject: [PATCH] add gpio led uart --- 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