Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (C) 2012 The Android Open Source Project |
| 3 | * Copyright (C) 2014 The CyanogenMod Project |
| 4 | * Copyright (C) 2014-2015 Andreas Schneider <asn@cryptomilk.org> |
Christopher N. Hesse | f05f902 | 2017-01-16 22:49:06 +0100 | [diff] [blame] | 5 | * Copyright (C) 2014-2017 Christopher N. Hesse <raymanfx@gmail.com> |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 6 | * |
| 7 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | * you may not use this file except in compliance with the License. |
| 9 | * You may obtain a copy of the License at |
| 10 | * |
| 11 | * http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | * |
| 13 | * Unless required by applicable law or agreed to in writing, software |
| 14 | * distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | * See the License for the specific language governing permissions and |
| 17 | * limitations under the License. |
| 18 | */ |
| 19 | |
Christopher N. Hesse | 3360b09 | 2016-07-11 15:48:35 +0200 | [diff] [blame] | 20 | #include <ctype.h> |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 21 | #include <dirent.h> |
| 22 | #include <errno.h> |
| 23 | #include <fcntl.h> |
| 24 | #include <malloc.h> |
| 25 | #include <stdbool.h> |
Christopher N. Hesse | e143419 | 2016-11-18 18:56:17 +0100 | [diff] [blame] | 26 | #include <stdlib.h> |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 27 | #include <string.h> |
| 28 | #include <unistd.h> |
| 29 | |
| 30 | #include <sys/types.h> |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 31 | |
| 32 | #define LOG_TAG "SamsungPowerHAL" |
| 33 | /* #define LOG_NDEBUG 0 */ |
| 34 | #include <utils/Log.h> |
| 35 | |
| 36 | #include <hardware/hardware.h> |
| 37 | #include <hardware/power.h> |
Jan Altensen | 39e9962 | 2019-11-26 20:34:28 +0100 | [diff] [blame] | 38 | #include "samsung_lights.h" |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 39 | |
Christopher N. Hesse | 4139d85 | 2016-12-07 12:21:44 +0100 | [diff] [blame] | 40 | #include "samsung_power.h" |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 41 | |
Christopher N. Hesse | 7ad73bc | 2017-06-28 22:53:03 +0200 | [diff] [blame] | 42 | #define BOOST_PATH "/boost" |
| 43 | #define BOOSTPULSE_PATH "/boostpulse" |
Christopher N. Hesse | 81f714d | 2017-03-12 17:11:04 +0100 | [diff] [blame] | 44 | |
Christopher N. Hesse | 7ad73bc | 2017-06-28 22:53:03 +0200 | [diff] [blame] | 45 | #define IO_IS_BUSY_PATH "/io_is_busy" |
| 46 | #define HISPEED_FREQ_PATH "/hispeed_freq" |
Christopher N. Hesse | 81f714d | 2017-03-12 17:11:04 +0100 | [diff] [blame] | 47 | |
Christopher N. Hesse | 7ad73bc | 2017-06-28 22:53:03 +0200 | [diff] [blame] | 48 | #define MAX_FREQ_PATH "/cpufreq/scaling_max_freq" |
| 49 | |
| 50 | #define CLUSTER_COUNT ARRAY_SIZE(CPU_SYSFS_PATHS) |
| 51 | #define PARAM_MAXLEN 10 |
| 52 | |
| 53 | #define ARRAY_SIZE(a) sizeof(a) / sizeof(a[0]) |
Christopher N. Hesse | d9106e9 | 2017-03-04 01:05:14 +0100 | [diff] [blame] | 54 | |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 55 | struct samsung_power_module { |
| 56 | struct power_module base; |
| 57 | pthread_mutex_t lock; |
Christopher N. Hesse | fb5669e | 2017-07-08 12:44:39 +0200 | [diff] [blame] | 58 | int boost_fd; |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 59 | int boostpulse_fd; |
Christopher N. Hesse | 7ad73bc | 2017-06-28 22:53:03 +0200 | [diff] [blame] | 60 | char hispeed_freqs[CLUSTER_COUNT][PARAM_MAXLEN]; |
| 61 | char max_freqs[CLUSTER_COUNT][PARAM_MAXLEN]; |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 62 | char* touchscreen_power_path; |
| 63 | char* touchkey_power_path; |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 64 | }; |
| 65 | |
Andreas Schneider | f15d7f4 | 2016-02-03 10:43:47 +0100 | [diff] [blame] | 66 | enum power_profile_e { |
| 67 | PROFILE_POWER_SAVE = 0, |
| 68 | PROFILE_BALANCED, |
Christopher N. Hesse | 58f2ca0 | 2017-01-17 00:01:15 +0100 | [diff] [blame] | 69 | PROFILE_HIGH_PERFORMANCE, |
| 70 | PROFILE_MAX |
Andreas Schneider | f15d7f4 | 2016-02-03 10:43:47 +0100 | [diff] [blame] | 71 | }; |
Christopher N. Hesse | ccd970d | 2017-01-25 22:41:05 +0100 | [diff] [blame] | 72 | |
Andreas Schneider | f15d7f4 | 2016-02-03 10:43:47 +0100 | [diff] [blame] | 73 | static enum power_profile_e current_power_profile = PROFILE_BALANCED; |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 74 | |
Stricted | 404b41c | 2018-09-07 01:16:30 +0200 | [diff] [blame] | 75 | // Custom Lineage hints |
| 76 | const static power_hint_t POWER_HINT_CPU_BOOST = (power_hint_t)0x00000110; |
| 77 | const static power_hint_t POWER_HINT_SET_PROFILE = (power_hint_t)0x00000111; |
| 78 | |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 79 | /********************************************************** |
| 80 | *** HELPER FUNCTIONS |
| 81 | **********************************************************/ |
| 82 | |
| 83 | static int sysfs_read(char *path, char *s, int num_bytes) |
| 84 | { |
| 85 | char errno_str[64]; |
| 86 | int len; |
| 87 | int ret = 0; |
| 88 | int fd; |
| 89 | |
| 90 | fd = open(path, O_RDONLY); |
| 91 | if (fd < 0) { |
| 92 | strerror_r(errno, errno_str, sizeof(errno_str)); |
Christopher N. Hesse | 354f713 | 2017-03-04 01:06:22 +0100 | [diff] [blame] | 93 | ALOGE("Error opening %s: %s", path, errno_str); |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 94 | |
| 95 | return -1; |
| 96 | } |
| 97 | |
| 98 | len = read(fd, s, num_bytes - 1); |
| 99 | if (len < 0) { |
| 100 | strerror_r(errno, errno_str, sizeof(errno_str)); |
Christopher N. Hesse | 354f713 | 2017-03-04 01:06:22 +0100 | [diff] [blame] | 101 | ALOGE("Error reading from %s: %s", path, errno_str); |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 102 | |
| 103 | ret = -1; |
| 104 | } else { |
Christopher N. Hesse | 0da5fbf | 2017-07-08 13:56:25 +0200 | [diff] [blame] | 105 | // do not store newlines, but terminate the string instead |
| 106 | if (s[len-1] == '\n') { |
| 107 | s[len-1] = '\0'; |
| 108 | } else { |
| 109 | s[len] = '\0'; |
| 110 | } |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 111 | } |
| 112 | |
| 113 | close(fd); |
| 114 | |
| 115 | return ret; |
| 116 | } |
| 117 | |
| 118 | static void sysfs_write(const char *path, char *s) |
| 119 | { |
| 120 | char errno_str[64]; |
| 121 | int len; |
| 122 | int fd; |
| 123 | |
| 124 | fd = open(path, O_WRONLY); |
| 125 | if (fd < 0) { |
| 126 | strerror_r(errno, errno_str, sizeof(errno_str)); |
Christopher N. Hesse | 354f713 | 2017-03-04 01:06:22 +0100 | [diff] [blame] | 127 | ALOGE("Error opening %s: %s", path, errno_str); |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 128 | return; |
| 129 | } |
| 130 | |
| 131 | len = write(fd, s, strlen(s)); |
| 132 | if (len < 0) { |
| 133 | strerror_r(errno, errno_str, sizeof(errno_str)); |
Christopher N. Hesse | 354f713 | 2017-03-04 01:06:22 +0100 | [diff] [blame] | 134 | ALOGE("Error writing to %s: %s", path, errno_str); |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 135 | } |
| 136 | |
| 137 | close(fd); |
| 138 | } |
| 139 | |
Christopher N. Hesse | 7ad73bc | 2017-06-28 22:53:03 +0200 | [diff] [blame] | 140 | static void cpu_sysfs_read(const char *param, char s[CLUSTER_COUNT][PARAM_MAXLEN]) |
| 141 | { |
| 142 | char path[PATH_MAX]; |
| 143 | |
| 144 | for (unsigned int i = 0; i < ARRAY_SIZE(CPU_SYSFS_PATHS); i++) { |
| 145 | sprintf(path, "%s%s", CPU_SYSFS_PATHS[i], param); |
| 146 | sysfs_read(path, s[i], PARAM_MAXLEN); |
| 147 | } |
| 148 | } |
| 149 | |
| 150 | static void cpu_sysfs_write(const char *param, char s[CLUSTER_COUNT][PARAM_MAXLEN]) |
| 151 | { |
| 152 | char path[PATH_MAX]; |
| 153 | |
| 154 | for (unsigned int i = 0; i < ARRAY_SIZE(CPU_SYSFS_PATHS); i++) { |
| 155 | sprintf(path, "%s%s", CPU_SYSFS_PATHS[i], param); |
| 156 | sysfs_write(path, s[i]); |
| 157 | } |
| 158 | } |
| 159 | |
| 160 | static void cpu_interactive_read(const char *param, char s[CLUSTER_COUNT][PARAM_MAXLEN]) |
| 161 | { |
| 162 | char path[PATH_MAX]; |
| 163 | |
| 164 | for (unsigned int i = 0; i < ARRAY_SIZE(CPU_INTERACTIVE_PATHS); i++) { |
| 165 | sprintf(path, "%s%s", CPU_INTERACTIVE_PATHS[i], param); |
| 166 | sysfs_read(path, s[i], PARAM_MAXLEN); |
| 167 | } |
| 168 | } |
| 169 | |
| 170 | static void cpu_interactive_write(const char *param, char s[CLUSTER_COUNT][PARAM_MAXLEN]) |
| 171 | { |
| 172 | char path[PATH_MAX]; |
| 173 | |
| 174 | for (unsigned int i = 0; i < ARRAY_SIZE(CPU_INTERACTIVE_PATHS); i++) { |
| 175 | sprintf(path, "%s%s", CPU_INTERACTIVE_PATHS[i], param); |
| 176 | sysfs_write(path, s[i]); |
| 177 | } |
| 178 | } |
| 179 | |
Christopher N. Hesse | fb5669e | 2017-07-08 12:44:39 +0200 | [diff] [blame] | 180 | static void send_boost(int boost_fd, int32_t duration_us) |
Christopher N. Hesse | 5fada9b | 2017-01-16 23:39:48 +0100 | [diff] [blame] | 181 | { |
Christopher N. Hesse | fb5669e | 2017-07-08 12:44:39 +0200 | [diff] [blame] | 182 | int len; |
Christopher N. Hesse | 5fada9b | 2017-01-16 23:39:48 +0100 | [diff] [blame] | 183 | |
Christopher N. Hesse | fb5669e | 2017-07-08 12:44:39 +0200 | [diff] [blame] | 184 | if (boost_fd < 0) { |
Christopher N. Hesse | 5fada9b | 2017-01-16 23:39:48 +0100 | [diff] [blame] | 185 | return; |
| 186 | } |
| 187 | |
Christopher N. Hesse | fb5669e | 2017-07-08 12:44:39 +0200 | [diff] [blame] | 188 | len = write(boost_fd, "1", 1); |
| 189 | if (len < 0) { |
| 190 | ALOGE("Error writing to %s%s: %s", CPU_INTERACTIVE_PATHS[0], BOOST_PATH, strerror(errno)); |
| 191 | return; |
| 192 | } |
| 193 | |
Christopher N. Hesse | 5fada9b | 2017-01-16 23:39:48 +0100 | [diff] [blame] | 194 | usleep(duration_us); |
Christopher N. Hesse | fb5669e | 2017-07-08 12:44:39 +0200 | [diff] [blame] | 195 | len = write(boost_fd, "0", 1); |
Christopher N. Hesse | f21fbdb | 2017-03-04 01:41:58 +0100 | [diff] [blame] | 196 | } |
| 197 | |
| 198 | static void send_boostpulse(int boostpulse_fd) |
| 199 | { |
| 200 | int len; |
| 201 | |
| 202 | if (boostpulse_fd < 0) { |
| 203 | return; |
| 204 | } |
| 205 | |
| 206 | len = write(boostpulse_fd, "1", 1); |
| 207 | if (len < 0) { |
Christopher N. Hesse | 7ad73bc | 2017-06-28 22:53:03 +0200 | [diff] [blame] | 208 | ALOGE("Error writing to %s%s: %s", CPU_INTERACTIVE_PATHS[0], BOOSTPULSE_PATH, |
| 209 | strerror(errno)); |
Christopher N. Hesse | f21fbdb | 2017-03-04 01:41:58 +0100 | [diff] [blame] | 210 | } |
| 211 | } |
| 212 | |
Jan Altensen | 39e9962 | 2019-11-26 20:34:28 +0100 | [diff] [blame] | 213 | static int get_cur_panel_brightness() { |
| 214 | int ret = 0; |
| 215 | int read_status; |
| 216 | // brightness can range from 0 to 255, so max. 3 chars + '\0' |
| 217 | char panel_brightness[4]; |
| 218 | // for strtol |
| 219 | char *dummy; |
| 220 | const int base = 10; |
| 221 | |
| 222 | read_status = sysfs_read(PANEL_BRIGHTNESS_NODE, panel_brightness, sizeof(PANEL_BRIGHTNESS_NODE)); |
| 223 | if (read_status < 0) { |
| 224 | ALOGE("%s: Failed to read panel brightness from %s!\n", __func__, PANEL_BRIGHTNESS_NODE); |
| 225 | return -1; |
| 226 | } |
| 227 | |
| 228 | ret = strtol(panel_brightness, &dummy, base); |
| 229 | ALOGV("%s: Panel brightness is: %d", __func__, ret); |
| 230 | |
| 231 | return ret; |
| 232 | } |
| 233 | |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 234 | /********************************************************** |
| 235 | *** POWER FUNCTIONS |
| 236 | **********************************************************/ |
| 237 | |
Andreas Schneider | f15d7f4 | 2016-02-03 10:43:47 +0100 | [diff] [blame] | 238 | static void set_power_profile(struct samsung_power_module *samsung_pwr, |
Christopher N. Hesse | 58f2ca0 | 2017-01-17 00:01:15 +0100 | [diff] [blame] | 239 | int profile) |
Andreas Schneider | f15d7f4 | 2016-02-03 10:43:47 +0100 | [diff] [blame] | 240 | { |
Christopher N. Hesse | 58f2ca0 | 2017-01-17 00:01:15 +0100 | [diff] [blame] | 241 | if (profile < 0 || profile >= PROFILE_MAX) { |
| 242 | return; |
| 243 | } |
| 244 | |
Andreas Schneider | f15d7f4 | 2016-02-03 10:43:47 +0100 | [diff] [blame] | 245 | if (current_power_profile == profile) { |
| 246 | return; |
| 247 | } |
| 248 | |
| 249 | ALOGV("%s: profile=%d", __func__, profile); |
| 250 | |
| 251 | switch (profile) { |
| 252 | case PROFILE_POWER_SAVE: |
Martin Bouchet | 4bf8a79 | 2017-03-28 04:00:04 -0300 | [diff] [blame] | 253 | // Grab value set by init.*.rc |
Christopher N. Hesse | 7ad73bc | 2017-06-28 22:53:03 +0200 | [diff] [blame] | 254 | cpu_interactive_read(HISPEED_FREQ_PATH, samsung_pwr->hispeed_freqs); |
Andreas Schneider | f15d7f4 | 2016-02-03 10:43:47 +0100 | [diff] [blame] | 255 | // Limit to hispeed freq |
Christopher N. Hesse | 7ad73bc | 2017-06-28 22:53:03 +0200 | [diff] [blame] | 256 | cpu_sysfs_write(MAX_FREQ_PATH, samsung_pwr->hispeed_freqs); |
Christopher N. Hesse | f05f902 | 2017-01-16 22:49:06 +0100 | [diff] [blame] | 257 | ALOGV("%s: set powersave mode", __func__); |
Andreas Schneider | f15d7f4 | 2016-02-03 10:43:47 +0100 | [diff] [blame] | 258 | break; |
| 259 | case PROFILE_BALANCED: |
| 260 | // Restore normal max freq |
Christopher N. Hesse | 7ad73bc | 2017-06-28 22:53:03 +0200 | [diff] [blame] | 261 | cpu_sysfs_write(MAX_FREQ_PATH, samsung_pwr->max_freqs); |
Christopher N. Hesse | f05f902 | 2017-01-16 22:49:06 +0100 | [diff] [blame] | 262 | ALOGV("%s: set balanced mode", __func__); |
Andreas Schneider | f15d7f4 | 2016-02-03 10:43:47 +0100 | [diff] [blame] | 263 | break; |
| 264 | case PROFILE_HIGH_PERFORMANCE: |
| 265 | // Restore normal max freq |
Christopher N. Hesse | 7ad73bc | 2017-06-28 22:53:03 +0200 | [diff] [blame] | 266 | cpu_sysfs_write(MAX_FREQ_PATH, samsung_pwr->max_freqs); |
Christopher N. Hesse | f05f902 | 2017-01-16 22:49:06 +0100 | [diff] [blame] | 267 | ALOGV("%s: set performance mode", __func__); |
Andreas Schneider | f15d7f4 | 2016-02-03 10:43:47 +0100 | [diff] [blame] | 268 | break; |
Christopher N. Hesse | 2981f79 | 2017-03-12 17:08:47 +0100 | [diff] [blame] | 269 | default: |
| 270 | ALOGW("%s: Unknown power profile: %d", __func__, profile); |
| 271 | return; |
Andreas Schneider | f15d7f4 | 2016-02-03 10:43:47 +0100 | [diff] [blame] | 272 | } |
| 273 | |
| 274 | current_power_profile = profile; |
| 275 | } |
| 276 | |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 277 | static void find_input_nodes(struct samsung_power_module *samsung_pwr, char *dir) |
| 278 | { |
| 279 | const char filename[] = "name"; |
| 280 | char errno_str[64]; |
| 281 | struct dirent *de; |
| 282 | char file_content[20]; |
| 283 | char *path = NULL; |
| 284 | char *node_path = NULL; |
| 285 | size_t pathsize; |
| 286 | size_t node_pathsize; |
| 287 | DIR *d; |
| 288 | |
| 289 | d = opendir(dir); |
| 290 | if (d == NULL) { |
| 291 | return; |
| 292 | } |
| 293 | |
| 294 | while ((de = readdir(d)) != NULL) { |
| 295 | if (strncmp(filename, de->d_name, sizeof(filename)) == 0) { |
| 296 | pathsize = strlen(dir) + strlen(de->d_name) + 2; |
| 297 | node_pathsize = strlen(dir) + strlen("enabled") + 2; |
| 298 | |
| 299 | path = malloc(pathsize); |
| 300 | node_path = malloc(node_pathsize); |
| 301 | if (path == NULL || node_path == NULL) { |
| 302 | strerror_r(errno, errno_str, sizeof(errno_str)); |
Christopher N. Hesse | 354f713 | 2017-03-04 01:06:22 +0100 | [diff] [blame] | 303 | ALOGE("Out of memory: %s", errno_str); |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 304 | return; |
| 305 | } |
| 306 | |
| 307 | snprintf(path, pathsize, "%s/%s", dir, filename); |
| 308 | sysfs_read(path, file_content, sizeof(file_content)); |
| 309 | |
| 310 | snprintf(node_path, node_pathsize, "%s/%s", dir, "enabled"); |
| 311 | |
| 312 | if (strncmp(file_content, "sec_touchkey", 12) == 0) { |
Christopher N. Hesse | 354f713 | 2017-03-04 01:06:22 +0100 | [diff] [blame] | 313 | ALOGV("%s: found touchkey path: %s", __func__, node_path); |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 314 | samsung_pwr->touchkey_power_path = malloc(node_pathsize); |
| 315 | if (samsung_pwr->touchkey_power_path == NULL) { |
| 316 | strerror_r(errno, errno_str, sizeof(errno_str)); |
Christopher N. Hesse | 354f713 | 2017-03-04 01:06:22 +0100 | [diff] [blame] | 317 | ALOGE("Out of memory: %s", errno_str); |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 318 | return; |
| 319 | } |
Christopher N. Hesse | 22da313 | 2016-02-01 12:36:54 +0100 | [diff] [blame] | 320 | snprintf(samsung_pwr->touchkey_power_path, node_pathsize, |
| 321 | "%s", node_path); |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 322 | } |
| 323 | |
| 324 | if (strncmp(file_content, "sec_touchscreen", 15) == 0) { |
Christopher N. Hesse | 354f713 | 2017-03-04 01:06:22 +0100 | [diff] [blame] | 325 | ALOGV("%s: found touchscreen path: %s", __func__, node_path); |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 326 | samsung_pwr->touchscreen_power_path = malloc(node_pathsize); |
| 327 | if (samsung_pwr->touchscreen_power_path == NULL) { |
| 328 | strerror_r(errno, errno_str, sizeof(errno_str)); |
Christopher N. Hesse | 354f713 | 2017-03-04 01:06:22 +0100 | [diff] [blame] | 329 | ALOGE("Out of memory: %s", errno_str); |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 330 | return; |
| 331 | } |
Christopher N. Hesse | 22da313 | 2016-02-01 12:36:54 +0100 | [diff] [blame] | 332 | snprintf(samsung_pwr->touchscreen_power_path, node_pathsize, |
| 333 | "%s", node_path); |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 334 | } |
| 335 | } |
| 336 | } |
| 337 | |
| 338 | if (path) |
| 339 | free(path); |
| 340 | if (node_path) |
| 341 | free(node_path); |
| 342 | closedir(d); |
| 343 | } |
| 344 | |
| 345 | /********************************************************** |
| 346 | *** INIT FUNCTIONS |
| 347 | **********************************************************/ |
| 348 | |
| 349 | static void init_cpufreqs(struct samsung_power_module *samsung_pwr) |
| 350 | { |
Christopher N. Hesse | 7ad73bc | 2017-06-28 22:53:03 +0200 | [diff] [blame] | 351 | cpu_interactive_read(HISPEED_FREQ_PATH, samsung_pwr->hispeed_freqs); |
| 352 | cpu_sysfs_read(MAX_FREQ_PATH, samsung_pwr->max_freqs); |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 353 | } |
| 354 | |
| 355 | static void init_touch_input_power_path(struct samsung_power_module *samsung_pwr) |
| 356 | { |
| 357 | char dir[1024]; |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 358 | uint32_t i; |
| 359 | |
| 360 | for (i = 0; i < 20; i++) { |
| 361 | snprintf(dir, sizeof(dir), "/sys/class/input/input%d", i); |
| 362 | find_input_nodes(samsung_pwr, dir); |
| 363 | } |
| 364 | } |
| 365 | |
Christopher N. Hesse | fb5669e | 2017-07-08 12:44:39 +0200 | [diff] [blame] | 366 | static void boost_open(struct samsung_power_module *samsung_pwr) |
| 367 | { |
| 368 | char path[PATH_MAX]; |
| 369 | |
| 370 | // the boost node is only valid for the LITTLE cluster |
| 371 | sprintf(path, "%s%s", CPU_INTERACTIVE_PATHS[0], BOOST_PATH); |
| 372 | |
| 373 | samsung_pwr->boost_fd = open(path, O_WRONLY); |
| 374 | if (samsung_pwr->boost_fd < 0) { |
| 375 | ALOGE("Error opening %s: %s\n", path, strerror(errno)); |
| 376 | } |
| 377 | } |
| 378 | |
| 379 | static void boostpulse_open(struct samsung_power_module *samsung_pwr) |
| 380 | { |
| 381 | char path[PATH_MAX]; |
| 382 | |
| 383 | // the boostpulse node is only valid for the LITTLE cluster |
| 384 | sprintf(path, "%s%s", CPU_INTERACTIVE_PATHS[0], BOOSTPULSE_PATH); |
| 385 | |
| 386 | samsung_pwr->boostpulse_fd = open(path, O_WRONLY); |
| 387 | if (samsung_pwr->boostpulse_fd < 0) { |
| 388 | ALOGE("Error opening %s: %s\n", path, strerror(errno)); |
| 389 | } |
| 390 | } |
| 391 | |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 392 | static void samsung_power_init(struct power_module *module) |
| 393 | { |
| 394 | struct samsung_power_module *samsung_pwr = (struct samsung_power_module *) module; |
| 395 | |
| 396 | init_cpufreqs(samsung_pwr); |
Christopher N. Hesse | d9106e9 | 2017-03-04 01:05:14 +0100 | [diff] [blame] | 397 | |
Christopher N. Hesse | fb5669e | 2017-07-08 12:44:39 +0200 | [diff] [blame] | 398 | // keep interactive boost fds opened |
| 399 | boost_open(samsung_pwr); |
Christopher N. Hesse | d9106e9 | 2017-03-04 01:05:14 +0100 | [diff] [blame] | 400 | boostpulse_open(samsung_pwr); |
| 401 | |
Christopher N. Hesse | 65c65bd | 2017-03-07 23:01:12 +0100 | [diff] [blame] | 402 | samsung_pwr->touchscreen_power_path = NULL; |
| 403 | samsung_pwr->touchkey_power_path = NULL; |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 404 | init_touch_input_power_path(samsung_pwr); |
Christopher N. Hesse | 775bce8 | 2017-07-08 13:46:35 +0200 | [diff] [blame] | 405 | |
| 406 | ALOGI("Initialized settings:"); |
Christopher N. Hesse | 1146f1a | 2017-07-13 21:14:57 +0200 | [diff] [blame] | 407 | char max_freqs[PATH_MAX]; |
| 408 | sprintf(max_freqs, "max_freqs: cluster[0]: %s", samsung_pwr->max_freqs[0]); |
| 409 | for (unsigned int i = 1; i < CLUSTER_COUNT; i++) { |
| 410 | sprintf(max_freqs, "%s, %s[%d]: %s", max_freqs, "cluster", i, samsung_pwr->max_freqs[i]); |
| 411 | } |
| 412 | ALOGI("%s", max_freqs); |
| 413 | char hispeed_freqs[PATH_MAX]; |
| 414 | sprintf(hispeed_freqs, "hispeed_freqs: cluster[0]: %s", samsung_pwr->hispeed_freqs[0]); |
| 415 | for (unsigned int i = 1; i < CLUSTER_COUNT; i++) { |
| 416 | sprintf(hispeed_freqs, "%s, %s[%d]: %s", hispeed_freqs, "cluster", i, |
| 417 | samsung_pwr->hispeed_freqs[i]); |
| 418 | } |
| 419 | ALOGI("%s", hispeed_freqs); |
Christopher N. Hesse | ff86846 | 2017-07-09 23:07:09 +0200 | [diff] [blame] | 420 | ALOGI("boostpulse_fd: %d", samsung_pwr->boostpulse_fd); |
Christopher N. Hesse | 775bce8 | 2017-07-08 13:46:35 +0200 | [diff] [blame] | 421 | ALOGI("touchscreen_power_path: %s", |
| 422 | samsung_pwr->touchscreen_power_path ? samsung_pwr->touchscreen_power_path : "NULL"); |
| 423 | ALOGI("touchkey_power_path: %s", |
| 424 | samsung_pwr->touchkey_power_path ? samsung_pwr->touchkey_power_path : "NULL"); |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 425 | } |
| 426 | |
Christopher N. Hesse | f629672 | 2017-01-16 22:47:11 +0100 | [diff] [blame] | 427 | /********************************************************** |
| 428 | *** API FUNCTIONS |
| 429 | *** |
| 430 | *** Refer to power.h for documentation. |
| 431 | **********************************************************/ |
| 432 | |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 433 | static void samsung_power_set_interactive(struct power_module *module, int on) |
| 434 | { |
| 435 | struct samsung_power_module *samsung_pwr = (struct samsung_power_module *) module; |
Christopher N. Hesse | d9106e9 | 2017-03-04 01:05:14 +0100 | [diff] [blame] | 436 | int panel_brightness; |
| 437 | char button_state[2]; |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 438 | int rc; |
Christopher N. Hesse | d9106e9 | 2017-03-04 01:05:14 +0100 | [diff] [blame] | 439 | static bool touchkeys_blocked = false; |
Christopher N. Hesse | 7ad73bc | 2017-06-28 22:53:03 +0200 | [diff] [blame] | 440 | char ON[CLUSTER_COUNT][PARAM_MAXLEN] = {"1", "1"}; |
| 441 | char OFF[CLUSTER_COUNT][PARAM_MAXLEN] = {"0", "0"}; |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 442 | |
Christopher N. Hesse | 354f713 | 2017-03-04 01:06:22 +0100 | [diff] [blame] | 443 | ALOGV("power_set_interactive: %d", on); |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 444 | |
Christopher N. Hesse | d9106e9 | 2017-03-04 01:05:14 +0100 | [diff] [blame] | 445 | /* |
| 446 | * Do not disable any input devices if the screen is on but we are in a non-interactive |
| 447 | * state. |
| 448 | */ |
Christopher N. Hesse | 3360b09 | 2016-07-11 15:48:35 +0200 | [diff] [blame] | 449 | if (!on) { |
Christopher N. Hesse | d9106e9 | 2017-03-04 01:05:14 +0100 | [diff] [blame] | 450 | panel_brightness = get_cur_panel_brightness(); |
| 451 | if (panel_brightness < 0) { |
| 452 | ALOGE("%s: Failed to read panel brightness", __func__); |
| 453 | } else if (panel_brightness > 0) { |
Christopher N. Hesse | 3360b09 | 2016-07-11 15:48:35 +0200 | [diff] [blame] | 454 | ALOGV("%s: Moving to non-interactive state, but screen is still on," |
Christopher N. Hesse | 354f713 | 2017-03-04 01:06:22 +0100 | [diff] [blame] | 455 | " not disabling input devices", __func__); |
Christopher N. Hesse | 3360b09 | 2016-07-11 15:48:35 +0200 | [diff] [blame] | 456 | goto out; |
| 457 | } |
| 458 | } |
| 459 | |
Paul Keith | 5e4fbe0 | 2017-04-21 21:34:17 -0500 | [diff] [blame] | 460 | /* Sanity check the touchscreen path */ |
| 461 | if (samsung_pwr->touchscreen_power_path) { |
| 462 | sysfs_write(samsung_pwr->touchscreen_power_path, on ? "1" : "0"); |
| 463 | } |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 464 | |
Christopher N. Hesse | d9106e9 | 2017-03-04 01:05:14 +0100 | [diff] [blame] | 465 | /* Bail out if the device does not have touchkeys */ |
| 466 | if (samsung_pwr->touchkey_power_path == NULL) { |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 467 | goto out; |
| 468 | } |
| 469 | |
| 470 | if (!on) { |
Christopher N. Hesse | d9106e9 | 2017-03-04 01:05:14 +0100 | [diff] [blame] | 471 | rc = sysfs_read(samsung_pwr->touchkey_power_path, button_state, ARRAY_SIZE(button_state)); |
| 472 | if (rc < 0) { |
| 473 | ALOGE("%s: Failed to read touchkey state", __func__); |
| 474 | goto out; |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 475 | } |
Christopher N. Hesse | d9106e9 | 2017-03-04 01:05:14 +0100 | [diff] [blame] | 476 | /* |
| 477 | * If button_state is 0, the keys have been disabled by another component |
| 478 | * (for example cmhw), which means we don't want them to be enabled when resuming |
| 479 | * from suspend. |
| 480 | */ |
| 481 | if (button_state[0] == '0') { |
| 482 | touchkeys_blocked = true; |
| 483 | } else { |
| 484 | touchkeys_blocked = false; |
| 485 | } |
| 486 | } |
| 487 | |
| 488 | if (!touchkeys_blocked) { |
| 489 | sysfs_write(samsung_pwr->touchkey_power_path, on ? "1" : "0"); |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 490 | } |
| 491 | |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 492 | out: |
Christopher N. Hesse | 7ad73bc | 2017-06-28 22:53:03 +0200 | [diff] [blame] | 493 | cpu_interactive_write(IO_IS_BUSY_PATH, on ? ON : OFF); |
Christopher N. Hesse | 63b5bd7 | 2017-05-29 20:45:14 +0200 | [diff] [blame] | 494 | |
Christopher N. Hesse | 354f713 | 2017-03-04 01:06:22 +0100 | [diff] [blame] | 495 | ALOGV("power_set_interactive: %d done", on); |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 496 | } |
| 497 | |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 498 | static void samsung_power_hint(struct power_module *module, |
| 499 | power_hint_t hint, |
| 500 | void *data) |
| 501 | { |
| 502 | struct samsung_power_module *samsung_pwr = (struct samsung_power_module *) module; |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 503 | |
Christopher N. Hesse | 15b6309 | 2017-03-12 17:04:53 +0100 | [diff] [blame] | 504 | /* Bail out if low-power mode is active */ |
Christopher N. Hesse | 5eca5aa | 2017-04-26 21:42:10 +0200 | [diff] [blame] | 505 | if (current_power_profile == PROFILE_POWER_SAVE && hint != POWER_HINT_LOW_POWER |
Christopher N. Hesse | 62b70f8 | 2018-02-19 23:20:14 +0100 | [diff] [blame] | 506 | && hint != POWER_HINT_SET_PROFILE && hint != POWER_HINT_DISABLE_TOUCH) { |
Christopher N. Hesse | 4f7dc6f | 2018-02-19 23:17:09 +0100 | [diff] [blame] | 507 | ALOGV("%s: PROFILE_POWER_SAVE active, ignoring hint %d", __func__, hint); |
Christopher N. Hesse | 15b6309 | 2017-03-12 17:04:53 +0100 | [diff] [blame] | 508 | return; |
| 509 | } |
| 510 | |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 511 | switch (hint) { |
Christopher N. Hesse | 2981f79 | 2017-03-12 17:08:47 +0100 | [diff] [blame] | 512 | case POWER_HINT_VSYNC: |
| 513 | ALOGV("%s: POWER_HINT_VSYNC", __func__); |
| 514 | break; |
| 515 | case POWER_HINT_INTERACTION: |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 516 | ALOGV("%s: POWER_HINT_INTERACTION", __func__); |
Christopher N. Hesse | f21fbdb | 2017-03-04 01:41:58 +0100 | [diff] [blame] | 517 | send_boostpulse(samsung_pwr->boostpulse_fd); |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 518 | break; |
Christopher N. Hesse | 2981f79 | 2017-03-12 17:08:47 +0100 | [diff] [blame] | 519 | case POWER_HINT_LOW_POWER: |
| 520 | ALOGV("%s: POWER_HINT_LOW_POWER", __func__); |
Christopher N. Hesse | 3fa2b69 | 2017-04-05 18:52:48 +0200 | [diff] [blame] | 521 | set_power_profile(samsung_pwr, data ? PROFILE_POWER_SAVE : PROFILE_BALANCED); |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 522 | break; |
Christopher N. Hesse | 2981f79 | 2017-03-12 17:08:47 +0100 | [diff] [blame] | 523 | case POWER_HINT_LAUNCH: |
Christopher N. Hesse | 3fa2b69 | 2017-04-05 18:52:48 +0200 | [diff] [blame] | 524 | ALOGV("%s: POWER_HINT_LAUNCH", __func__); |
| 525 | send_boostpulse(samsung_pwr->boostpulse_fd); |
| 526 | break; |
Christopher N. Hesse | 5fada9b | 2017-01-16 23:39:48 +0100 | [diff] [blame] | 527 | case POWER_HINT_CPU_BOOST: |
Christopher N. Hesse | 3fa2b69 | 2017-04-05 18:52:48 +0200 | [diff] [blame] | 528 | ALOGV("%s: POWER_HINT_CPU_BOOST", __func__); |
Christopher N. Hesse | fb5669e | 2017-07-08 12:44:39 +0200 | [diff] [blame] | 529 | int32_t duration_us = *((int32_t *)data); |
| 530 | send_boost(samsung_pwr->boost_fd, duration_us); |
Christopher N. Hesse | 5fada9b | 2017-01-16 23:39:48 +0100 | [diff] [blame] | 531 | break; |
Christopher N. Hesse | 2981f79 | 2017-03-12 17:08:47 +0100 | [diff] [blame] | 532 | case POWER_HINT_SET_PROFILE: |
Andreas Schneider | f15d7f4 | 2016-02-03 10:43:47 +0100 | [diff] [blame] | 533 | ALOGV("%s: POWER_HINT_SET_PROFILE", __func__); |
Christopher N. Hesse | 2981f79 | 2017-03-12 17:08:47 +0100 | [diff] [blame] | 534 | int profile = *((intptr_t *)data); |
Andreas Schneider | f15d7f4 | 2016-02-03 10:43:47 +0100 | [diff] [blame] | 535 | set_power_profile(samsung_pwr, profile); |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 536 | break; |
Christopher N. Hesse | f9b8e83 | 2017-01-17 00:04:45 +0100 | [diff] [blame] | 537 | case POWER_HINT_DISABLE_TOUCH: |
| 538 | ALOGV("%s: POWER_HINT_DISABLE_TOUCH", __func__); |
Christopher N. Hesse | 3fa2b69 | 2017-04-05 18:52:48 +0200 | [diff] [blame] | 539 | sysfs_write(samsung_pwr->touchscreen_power_path, data ? "0" : "1"); |
Christopher N. Hesse | f9b8e83 | 2017-01-17 00:04:45 +0100 | [diff] [blame] | 540 | break; |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 541 | default: |
Christopher N. Hesse | 2981f79 | 2017-03-12 17:08:47 +0100 | [diff] [blame] | 542 | ALOGW("%s: Unknown power hint: %d", __func__, hint); |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 543 | break; |
| 544 | } |
| 545 | } |
| 546 | |
Stricted | 1a87175 | 2018-08-28 07:30:40 +0200 | [diff] [blame] | 547 | static void samsung_set_feature(struct power_module *module __unused, feature_t feature, int state __unused) |
Christopher N. Hesse | e480d89 | 2016-06-22 23:04:39 +0200 | [diff] [blame] | 548 | { |
Christopher N. Hesse | e480d89 | 2016-06-22 23:04:39 +0200 | [diff] [blame] | 549 | switch (feature) { |
ishantvivek | 987dcca | 2016-11-21 06:05:47 +0000 | [diff] [blame] | 550 | #ifdef TARGET_TAP_TO_WAKE_NODE |
Christopher N. Hesse | e480d89 | 2016-06-22 23:04:39 +0200 | [diff] [blame] | 551 | case POWER_FEATURE_DOUBLE_TAP_TO_WAKE: |
| 552 | ALOGV("%s: %s double tap to wake", __func__, state ? "enabling" : "disabling"); |
ishantvivek | 987dcca | 2016-11-21 06:05:47 +0000 | [diff] [blame] | 553 | sysfs_write(TARGET_TAP_TO_WAKE_NODE, state > 0 ? "1" : "0"); |
Christopher N. Hesse | e480d89 | 2016-06-22 23:04:39 +0200 | [diff] [blame] | 554 | break; |
| 555 | #endif |
| 556 | default: |
| 557 | break; |
| 558 | } |
| 559 | } |
| 560 | |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 561 | static struct hw_module_methods_t power_module_methods = { |
| 562 | .open = NULL, |
| 563 | }; |
| 564 | |
| 565 | struct samsung_power_module HAL_MODULE_INFO_SYM = { |
| 566 | .base = { |
| 567 | .common = { |
| 568 | .tag = HARDWARE_MODULE_TAG, |
| 569 | .module_api_version = POWER_MODULE_API_VERSION_0_2, |
| 570 | .hal_api_version = HARDWARE_HAL_API_VERSION, |
| 571 | .id = POWER_HARDWARE_MODULE_ID, |
| 572 | .name = "Samsung Power HAL", |
Christopher N. Hesse | aa75be4 | 2017-01-16 22:47:59 +0100 | [diff] [blame] | 573 | .author = "The LineageOS Project", |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 574 | .methods = &power_module_methods, |
| 575 | }, |
| 576 | |
| 577 | .init = samsung_power_init, |
| 578 | .setInteractive = samsung_power_set_interactive, |
| 579 | .powerHint = samsung_power_hint, |
Christopher N. Hesse | e480d89 | 2016-06-22 23:04:39 +0200 | [diff] [blame] | 580 | .setFeature = samsung_set_feature |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 581 | }, |
| 582 | |
| 583 | .lock = PTHREAD_MUTEX_INITIALIZER, |
| 584 | .boostpulse_fd = -1, |
Christopher N. Hesse | de5e3c6 | 2015-12-21 21:28:23 +0100 | [diff] [blame] | 585 | }; |