You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 'main' of https://github.com/dakkshesh07/kprofiles:
kp: version: Bump to 5.0.0
kp: kp_set_mode: Avoid unnecessary checks for arguments
kp: kp_set_mode(): Handle invalid mode arguments
kp: reformat with clang-format
kp: Make (kp_mode > 3) statement as unlikely
kp: Make kp_mode an unsigned int type variable
README: Document about Mi DRM notifier support
kp: Add auto kprofiles support for MI DRM Notifier
kp: Simplify notifier callback for MSM_DRM and FB notifiers
Kprofiles: Cleanup and consolidate
kp: version: bump to 4.0.2
kp: make auto_kprofiles __read_mostly
README: Add a missing slash
kp: make default mode number configurable via defconfig
kp: Kconfig: Re-indent and rephrase some bits
README: small typo fix-up
Copy file name to clipboardExpand all lines: drivers/misc/kprofiles/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Kprofiles is a simple Linux kernel module that can be used to regulate in-kernel
21
21
| Balanced | 2 |
22
22
| Performance | 3 |
23
23
24
-
Furthermore, Kprofiles provides automatic profile changer (auto Kprofiles), which uses `FB notifier`or `MSM DRM notifier` to enforce battery profile mode when the device's screen goes off and switches back to previously active mode when the device wakes up. Users can disable or enable this feature at runtime without recompiling the kernel by changing the bool value in `/sys/module/kprofiles/parameters/auto_kprofiles`
24
+
Furthermore, Kprofiles provides automatic profile changer (auto Kprofiles), which uses `FB notifier`, `MSM DRM notifier`or `MI DRM notifier` to enforce battery profile mode when the device's screen goes off and switches back to previously active mode when the device wakes up. Users can disable or enable this feature at runtime without recompiling the kernel by changing the bool value in `/sys/module/kprofiles/parameters/auto_kprofiles`
25
25
26
26
Kprofiles additionally has API functions for switching profiles in response to any in-kernel event. For further information, please see the table of [Available APIs](#available-apis)
0 commit comments