From f230edc89ad6569290ce8e8e19f9f5476c87f328 Mon Sep 17 00:00:00 2001 From: Cyber Knight Date: Wed, 1 Mar 2023 03:14:04 +0800 Subject: [PATCH] NetErnels: Update sunny to r17a1 release - This is a bleeding edge release. Signed-off-by: Cyber Knight --- sunny/NetErnels-r.json | 8 ++++---- sunny/changelog_r.md | 25 ++++++++++++++++++++++++- 2 files changed, 28 insertions(+), 5 deletions(-) diff --git a/sunny/NetErnels-r.json b/sunny/NetErnels-r.json index e41fab5..892af9d 100644 --- a/sunny/NetErnels-r.json +++ b/sunny/NetErnels-r.json @@ -2,11 +2,11 @@ { "kernel": { "name": "NetErnels", - "version": "r16b15", - "link": "https://github.com/NetErnels/devices/releases/download/r16b15/NetErnels-sunny-r16b15.zip", + "version": "r17a1", + "link": "https://github.com/NetErnels/devices/releases/download/r17a1/NetErnels-sunny-r17a1.zip", "changelog_url": "https://raw.githubusercontent.com/NetErnels/devices/master/sunny/changelog_r.md", - "date": "2022-12-06", - "sha1": "68a2cdcb3a08360e9c094254c348ccc486fb0159" + "date": "2023-02-28", + "sha1": "a7e895ee6ee2465c02b5484cd94eceb5b1abfa6e" }, "support": { "link": "https://t.me/neternels_chat" diff --git a/sunny/changelog_r.md b/sunny/changelog_r.md index b086049..fc29307 100644 --- a/sunny/changelog_r.md +++ b/sunny/changelog_r.md @@ -5,9 +5,32 @@ Type: Bleeding Edge Device: Redmi Note 10 Compiler: Eva GCC 12.2.1 Branch: staging -Build Number: r16b15 +Build Number: r17a1 ``` ## Changelog +**-r17a1** +* KProfiles 5.0.2. +* TP driver cleanup(kudos to fiqri). +* Minor DRM cleanup(kudos to fiqri). +* Implement simple double tap attribute for modernized dt2w sensor. +* Enable TouchGestures for double tap attribute to work. +* Fix touch suspend workqueue. +* Drop legacy double tap to wake handling. +* Simplify event key reporting. +* Rename gesture macros for sanity. +* Don't read gestures if TS has not suspended. +* Report SCHED_CAPACITY_SCALE to the problematic userspace for unity games. +* Add per-cpu threads for decompression in EROFS for better app launches and boot time. +* Set scheduler to use SCHED RR at high priority for lower latency. +* Drop TEO governor. +* Drop recent lpm-levels optimizations. +* Fully switch to WFI for cpuidle(should improve drains). +* Upgrade ZSTD to latest upstream v1.5.4. +* Fix HBM parameters to make HBM finally work. +* Restore brightness value when hbm is turned off. +* Implement exposure adjustment to have proper DC Dimming working. +* Adapt exposure adjustment values for sunny to have low flickering and minimal backlight intensity. + **-r16b15** * Don't optimize wlan and audio drivers for size. * Add support for /sys/touchpanel/double_tap node.