From cde9070d9970eef1f7ec2360586c802a16230ad8 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 10 May 2024 07:43:50 +0000
Subject: [PATCH] rtl88x2CE_WiFi_linux driver

---
 kernel/Documentation/ABI/testing/sysfs-device-mali |   33 +++++++++++++++++++++++++++++++--
 1 files changed, 31 insertions(+), 2 deletions(-)

diff --git a/kernel/Documentation/ABI/testing/sysfs-device-mali b/kernel/Documentation/ABI/testing/sysfs-device-mali
index 99f8ae5..9a36528 100644
--- a/kernel/Documentation/ABI/testing/sysfs-device-mali
+++ b/kernel/Documentation/ABI/testing/sysfs-device-mali
@@ -62,8 +62,11 @@
 Description:
 		This attribute is available only with mali platform
 		device-driver that supports a CSF GPU. This attribute is
-		used to set the duration value in milliseconds for the
-		configuring hysteresis field for determining GPU idle detection.
+		used to configure the timeout value in microseconds for the
+		GPU idle handling. If GPU has been idle for this timeout
+		period, then it is put to sleep for GPUs where sleep feature
+		is supported or is powered down after suspending command
+		stream groups.
 
 What:		/sys/class/misc/mali%u/device/js_ctx_scheduling_mode
 Description:
@@ -211,6 +214,32 @@
 		without forward progress to allow to elapse before terminating a
 		GPU command queue group.
 
+What:           /sys/class/misc/mali%u/device/mcu_shader_pwroff_timeout
+Description:
+		This attribute is available only with mali platform
+		device-driver that supports a CSF GPU. The duration value unit
+		is in micro-seconds and is used for configuring MCU shader Core power-off
+		timer. The configured MCU shader Core power-off timer will only have
+		effect when the host driver has delegated the shader cores
+		power management to MCU. The supplied value will be
+		recorded internally without any change. But the actual field
+		value will be subject to core power-off timer source frequency
+		scaling and maximum value limiting. The default source will be
+		SYSTEM_TIMESTAMP counter. But in case the platform is not able
+		to supply it, the GPU CYCLE_COUNTER source will be used as an
+		alternative.
+
+		If we set the value to zero then MCU-controlled shader/tiler
+		power management will be disabled.
+
+
+What:           /sys/class/misc/mali%u/device/csg_scheduling_period
+Description:
+		This attribute is available only with mali platform
+		device-driver that supports a CSF GPU. The duration value unit
+		is in milliseconds and is used for configuring csf scheduling
+		tick duration.
+
 What:		/sys/class/misc/mali%u/device/reset_timeout
 Description:
 		This attribute is used to set the number of milliseconds to

--
Gitblit v1.6.2