-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* '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
- Loading branch information
Showing
4 changed files
with
128 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,5 @@ | |
*/ | ||
|
||
#ifndef KPROFILES_VERSION | ||
#define KPROFILES_VERSION "4.0.1" | ||
#define KPROFILES_VERSION "5.0.0" | ||
#endif |