summaryrefslogtreecommitdiff
path: root/redfin/init.redfin.rc
blob: f87e8722b58dc5b9d4cf105ce91c59571b9aa7ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#
# Copyright (C) 2017 The Android Open-Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

import /vendor/etc/init/hw/init.${ro.boot.hardware.platform}.rc

on property:graphics.display.kernel_idle_timer.enabled=true
    # Switch display mode to 60hz when idle
    write /sys/devices/platform/soc/soc:qcom,dsi-display-primary/idle_mode "@60"

on property:graphics.display.kernel_idle_timer.enabled=false
    # Disable aggressive idle mode switching
    write /sys/devices/platform/soc/soc:qcom,dsi-display-primary/idle_mode "none"

on property:vendor.all.modules.ready=1
    chown system system /sys/devices/virtual/sec/tsp/fw_version
    chown system system /sys/devices/virtual/sec/tsp/cmd
    chown system system /sys/devices/virtual/sec/tsp/cmd_result
    chown system system /sys/devices/virtual/sec/tsp/status

service vendor.mdm_helper /vendor/bin/mdm_helper
    class core
    group system wakelock

on property:sys.retaildemo.enabled=1
    write /sys/class/thermal/cdev-by-name/dc_icl/cur_state 2

on property:sys.retaildemo.enabled=0
    write /sys/class/thermal/cdev-by-name/dc_icl/cur_state 0

on late-init
    chown system system /sys/devices/virtual/thermal/tz-by-name/panel-audio-therm/trip_point_0_temp
    chown system system /sys/devices/virtual/thermal/tz-by-name/panel-audio-therm/trip_point_0_hyst
    chown system system /sys/devices/virtual/thermal/tz-by-name/usbc-virt-monitor/trip_point_0_temp
    chown system system /sys/devices/virtual/thermal/tz-by-name/usbc-virt-monitor/trip_point_0_hyst