Snap for 8414339 from d3ed119d7c
to tm-qpr1-release
Change-Id: I7edcd46670c4a176dfa44ee9c4d384193dd82330
This commit is contained in:
commit
1ebe8c2b5b
8 changed files with 176 additions and 19 deletions
|
@ -236,4 +236,8 @@
|
||||||
<item>200</item>
|
<item>200</item>
|
||||||
<item>200</item>
|
<item>200</item>
|
||||||
</integer-array>
|
</integer-array>
|
||||||
|
|
||||||
|
<!-- Boolean indicating if restoring network selection should be skipped -->
|
||||||
|
<!-- The restoring is handled by modem if it is true -->
|
||||||
|
<bool translatable="false" name="skip_restoring_network_selection">true</bool>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 924 KiB After Width: | Height: | Size: 1.1 MiB |
|
@ -3,7 +3,7 @@ import /vendor/etc/init/hw/init.gs101.rc
|
||||||
import /vendor/etc/init/hw/init.blueport.rc
|
import /vendor/etc/init/hw/init.blueport.rc
|
||||||
|
|
||||||
# Start the twoshay touch service
|
# Start the twoshay touch service
|
||||||
on property:vendor.device.modules.ready=1
|
on late-init && property:vendor.device.modules.ready=1
|
||||||
start twoshay
|
start twoshay
|
||||||
|
|
||||||
# Toggle glove_mode according to touch_sensitivity_mode
|
# Toggle glove_mode according to touch_sensitivity_mode
|
||||||
|
|
|
@ -173,6 +173,10 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
PRODUCT_PRODUCT_PROPERTIES +=\
|
PRODUCT_PRODUCT_PROPERTIES +=\
|
||||||
persist.vendor.fingerprint.disable.fake.override=none
|
persist.vendor.fingerprint.disable.fake.override=none
|
||||||
|
|
||||||
|
# Fingerprint als feed forward
|
||||||
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
|
persist.vendor.udfps.als_feed_forward_supported=true
|
||||||
|
|
||||||
# Hide cutout overlays
|
# Hide cutout overlays
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
NoCutoutOverlay \
|
NoCutoutOverlay \
|
||||||
|
@ -224,3 +228,12 @@ PRODUCT_SHIPPING_API_LEVEL := 32
|
||||||
# Vibrator HAL
|
# Vibrator HAL
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.vendor.vibrator.hal.supported_primitives=243
|
ro.vendor.vibrator.hal.supported_primitives=243
|
||||||
|
|
||||||
|
# Device features
|
||||||
|
PRODUCT_COPY_FILES += \
|
||||||
|
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml
|
||||||
|
|
||||||
|
# Keyboard bottom padding in dp for portrait mode and height ratio
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
ro.com.google.ime.kb_pad_port_b=6.4 \
|
||||||
|
ro.com.google.ime.height_ratio=1.05
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
SuplSslMethod="SSLv23_NO_TLSv1_2"
|
SuplSslMethod="SSLv23_NO_TLSv1_2"
|
||||||
SuplEnable="true"
|
SuplEnable="true"
|
||||||
SuplUseApn="true"
|
SuplUseApn="true"
|
||||||
|
SuplUseFwCellInfo="false"
|
||||||
SuplTlsCertDirPath="/etc/security/cacerts"
|
SuplTlsCertDirPath="/etc/security/cacerts"
|
||||||
SuplTlsCertPath="/vendor/etc/gnss/gps.cer"
|
SuplTlsCertPath="/vendor/etc/gnss/gps.cer"
|
||||||
SuplUT1Seconds="20"
|
SuplUT1Seconds="20"
|
||||||
|
@ -56,9 +57,11 @@
|
||||||
CpLppeUseAgnssLocForEmptyDbh="true"
|
CpLppeUseAgnssLocForEmptyDbh="true"
|
||||||
ReAidingOnHotStart="false"
|
ReAidingOnHotStart="false"
|
||||||
ReAidingIntervalSec="1200"
|
ReAidingIntervalSec="1200"
|
||||||
|
PpsDevice="/sys/class/pps/pps0/assert_elapsed"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<gll
|
<gll
|
||||||
|
PpsEnable="true"
|
||||||
LogPriMask="LOG_INFO"
|
LogPriMask="LOG_INFO"
|
||||||
LogFacMask="LOG_NMEA | LOG_GLLIOS | LOG_GLLAPI"
|
LogFacMask="LOG_NMEA | LOG_GLLIOS | LOG_GLLAPI"
|
||||||
FrqPlan="FRQ_PLAN_26MHZ_2PPM_49_152MHZ_300PPB"
|
FrqPlan="FRQ_PLAN_26MHZ_2PPM_49_152MHZ_300PPB"
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
SuplSslMethod="SSLv23_NO_TLSv1_2"
|
SuplSslMethod="SSLv23_NO_TLSv1_2"
|
||||||
SuplEnable="true"
|
SuplEnable="true"
|
||||||
SuplUseApn="true"
|
SuplUseApn="true"
|
||||||
|
SuplUseFwCellInfo="false"
|
||||||
SuplTlsCertDirPath="/etc/security/cacerts"
|
SuplTlsCertDirPath="/etc/security/cacerts"
|
||||||
SuplTlsCertPath="/vendor/etc/gnss/gps.cer"
|
SuplTlsCertPath="/vendor/etc/gnss/gps.cer"
|
||||||
SuplUT1Seconds="20"
|
SuplUT1Seconds="20"
|
||||||
|
@ -55,9 +56,11 @@
|
||||||
CpLppeUseAgnssLocForEmptyDbh="true"
|
CpLppeUseAgnssLocForEmptyDbh="true"
|
||||||
ReAidingOnHotStart="false"
|
ReAidingOnHotStart="false"
|
||||||
ReAidingIntervalSec="1200"
|
ReAidingIntervalSec="1200"
|
||||||
|
PpsDevice="/sys/class/pps/pps0/assert_elapsed"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<gll
|
<gll
|
||||||
|
PpsEnable="true"
|
||||||
LogPriMask="LOG_INFO"
|
LogPriMask="LOG_INFO"
|
||||||
LogFacMask="LOG_NMEA | LOG_GLLIOS | LOG_GLLAPI"
|
LogFacMask="LOG_NMEA | LOG_GLLIOS | LOG_GLLAPI"
|
||||||
FrqPlan="FRQ_PLAN_26MHZ_2PPM_49_152MHZ_300PPB"
|
FrqPlan="FRQ_PLAN_26MHZ_2PPM_49_152MHZ_300PPB"
|
||||||
|
|
145
powerhint.json
145
powerhint.json
|
@ -121,7 +121,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "CPUUtilThreshold",
|
"Name": "CPUUtilThreshold",
|
||||||
"Path": "/sys/kernel/vendor_sched/util_threshold",
|
"Path": "/proc/vendor_sched/util_threshold",
|
||||||
"Values": [
|
"Values": [
|
||||||
"1280",
|
"1280",
|
||||||
"1100"
|
"1100"
|
||||||
|
@ -140,7 +140,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "TAUClampBoost",
|
"Name": "TAUClampBoost",
|
||||||
"Path": "/sys/kernel/vendor_sched/ta_uclamp_min",
|
"Path": "/proc/vendor_sched/ta_uclamp_min",
|
||||||
"Values": [
|
"Values": [
|
||||||
"553",
|
"553",
|
||||||
"108",
|
"108",
|
||||||
|
@ -151,7 +151,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "SFUClampBoost",
|
"Name": "SFUClampBoost",
|
||||||
"Path": "/sys/kernel/vendor_sched/sf_uclamp_min",
|
"Path": "/proc/vendor_sched/sf_uclamp_min",
|
||||||
"Values": [
|
"Values": [
|
||||||
"125",
|
"125",
|
||||||
"65",
|
"65",
|
||||||
|
@ -161,7 +161,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "MLUclampBoost",
|
"Name": "MLUclampBoost",
|
||||||
"Path": "/sys/kernel/vendor_sched/nnapi_uclamp_min",
|
"Path": "/proc/vendor_sched/nnapi_uclamp_min",
|
||||||
"Values": [
|
"Values": [
|
||||||
"154",
|
"154",
|
||||||
"512"
|
"512"
|
||||||
|
@ -171,7 +171,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "CDPreferIdle",
|
"Name": "CDPreferIdle",
|
||||||
"Path": "/sys/kernel/vendor_sched/cam_prefer_idle",
|
"Path": "/proc/vendor_sched/cam_prefer_idle",
|
||||||
"Values": [
|
"Values": [
|
||||||
"0",
|
"0",
|
||||||
"1"
|
"1"
|
||||||
|
@ -234,7 +234,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "TAPreferHighCap",
|
"Name": "TAPreferHighCap",
|
||||||
"Path": "/sys/kernel/vendor_sched/ta_prefer_high_cap",
|
"Path": "/proc/vendor_sched/ta_prefer_high_cap",
|
||||||
"Values": [
|
"Values": [
|
||||||
"1",
|
"1",
|
||||||
"0"
|
"0"
|
||||||
|
@ -243,7 +243,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "TAPreferIdle",
|
"Name": "TAPreferIdle",
|
||||||
"Path": "/sys/kernel/vendor_sched/ta_prefer_idle",
|
"Path": "/proc/vendor_sched/ta_prefer_idle",
|
||||||
"Values": [
|
"Values": [
|
||||||
"0",
|
"0",
|
||||||
"1"
|
"1"
|
||||||
|
@ -252,7 +252,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "CDPreferHighCap",
|
"Name": "CDPreferHighCap",
|
||||||
"Path": "/sys/kernel/vendor_sched/cam_prefer_high_cap",
|
"Path": "/proc/vendor_sched/cam_prefer_high_cap",
|
||||||
"Values": [
|
"Values": [
|
||||||
"1",
|
"1",
|
||||||
"0"
|
"0"
|
||||||
|
@ -384,6 +384,33 @@
|
||||||
],
|
],
|
||||||
"DefaultIndex": 0,
|
"DefaultIndex": 0,
|
||||||
"ResetOnInit": false
|
"ResetOnInit": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "CPU_LITTLE_TSKIN_BYPASS",
|
||||||
|
"Path": "/dev/thermal/cdev-by-name/thermal-cpufreq-0/user_vote_bypass",
|
||||||
|
"Values": [
|
||||||
|
"0",
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"DefaultIndex": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "CPU_MID_TSKIN_BYPASS",
|
||||||
|
"Path": "/dev/thermal/cdev-by-name/thermal-cpufreq-1/user_vote_bypass",
|
||||||
|
"Values": [
|
||||||
|
"0",
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"DefaultIndex": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "CPU_BIG_TSKIN_BYPASS",
|
||||||
|
"Path": "/dev/thermal/cdev-by-name/thermal-cpufreq-2/user_vote_bypass",
|
||||||
|
"Values": [
|
||||||
|
"0",
|
||||||
|
"1"
|
||||||
|
],
|
||||||
|
"DefaultIndex": 0
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Actions": [
|
"Actions": [
|
||||||
|
@ -1256,6 +1283,24 @@
|
||||||
"Duration": 1000,
|
"Duration": 1000,
|
||||||
"Value": "9999999"
|
"Value": "9999999"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "FACE_UNLOCK_BOOST",
|
||||||
|
"Node": "CPU_LITTLE_TSKIN_BYPASS",
|
||||||
|
"Duration": 1000,
|
||||||
|
"Value": "1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "FACE_UNLOCK_BOOST",
|
||||||
|
"Node": "CPU_MID_TSKIN_BYPASS",
|
||||||
|
"Duration": 1000,
|
||||||
|
"Value": "1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "FACE_UNLOCK_BOOST",
|
||||||
|
"Node": "CPU_BIG_TSKIN_BYPASS",
|
||||||
|
"Duration": 1000,
|
||||||
|
"Value": "1"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "FP_BOOST",
|
"PowerHint": "FP_BOOST",
|
||||||
"Node": "CPUBigClusterMaxFreq",
|
"Node": "CPUBigClusterMaxFreq",
|
||||||
|
@ -1268,6 +1313,90 @@
|
||||||
"Duration": 1000,
|
"Duration": 1000,
|
||||||
"Value": "9999999"
|
"Value": "9999999"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "FP_BOOST",
|
||||||
|
"Node": "CPU_LITTLE_TSKIN_BYPASS",
|
||||||
|
"Duration": 1000,
|
||||||
|
"Value": "1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "FP_BOOST",
|
||||||
|
"Node": "CPU_MID_TSKIN_BYPASS",
|
||||||
|
"Duration": 1000,
|
||||||
|
"Value": "1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "FP_BOOST",
|
||||||
|
"Node": "CPU_BIG_TSKIN_BYPASS",
|
||||||
|
"Duration": 1000,
|
||||||
|
"Value": "1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "THERMAL_VIRTUAL-SKIN_EMERGENCY",
|
||||||
|
"Node": "BigControlTempSet",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "80000"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "THERMAL_VIRTUAL-SKIN_EMERGENCY",
|
||||||
|
"Node": "MidControlTempSet",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "80000"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "THERMAL_VIRTUAL-SKIN_EMERGENCY",
|
||||||
|
"Node": "LittleControlTempSet",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "80000"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "THERMAL_VIRTUAL-SKIN_EMERGENCY",
|
||||||
|
"Node": "G3dControlTempSet",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "80000"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "THERMAL_VIRTUAL-SKIN_EMERGENCY",
|
||||||
|
"Node": "BigSwitchOnTempSet",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "60000"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "THERMAL_VIRTUAL-SKIN_EMERGENCY",
|
||||||
|
"Node": "MidSwitchOnTempSet",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "60000"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "THERMAL_VIRTUAL-SKIN_EMERGENCY",
|
||||||
|
"Node": "LittleSwitchOnTempSet",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "60000"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "THERMAL_VIRTUAL-SKIN_EMERGENCY",
|
||||||
|
"Node": "G3dSwitchOnTempSet",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "60000"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "THERMAL_VIRTUAL-SKIN_EMERGENCY",
|
||||||
|
"Node": "CPU_LITTLE_TSKIN_BYPASS",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "THERMAL_VIRTUAL-SKIN_EMERGENCY",
|
||||||
|
"Node": "CPU_MID_TSKIN_BYPASS",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"PowerHint": "THERMAL_VIRTUAL-SKIN_EMERGENCY",
|
||||||
|
"Node": "CPU_BIG_TSKIN_BYPASS",
|
||||||
|
"Duration": 0,
|
||||||
|
"Value": "0"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"PowerHint": "ML_ACC",
|
"PowerHint": "ML_ACC",
|
||||||
"Node": "MLUclampBoost",
|
"Node": "MLUclampBoost",
|
||||||
|
|
|
@ -151,6 +151,7 @@
|
||||||
{
|
{
|
||||||
"Name":"VIRTUAL-QUIET-NEUTRAL",
|
"Name":"VIRTUAL-QUIET-NEUTRAL",
|
||||||
"Type":"UNKNOWN",
|
"Type":"UNKNOWN",
|
||||||
|
"Hidden":true,
|
||||||
"VirtualSensor":true,
|
"VirtualSensor":true,
|
||||||
"Formula":"WEIGHTED_AVG",
|
"Formula":"WEIGHTED_AVG",
|
||||||
"Combination":[
|
"Combination":[
|
||||||
|
@ -176,6 +177,7 @@
|
||||||
{
|
{
|
||||||
"Name":"VIRTUAL-NEUTRAL-SKIN2",
|
"Name":"VIRTUAL-NEUTRAL-SKIN2",
|
||||||
"Type":"UNKNOWN",
|
"Type":"UNKNOWN",
|
||||||
|
"Hidden":true,
|
||||||
"VirtualSensor":true,
|
"VirtualSensor":true,
|
||||||
"Formula":"WEIGHTED_AVG",
|
"Formula":"WEIGHTED_AVG",
|
||||||
"Combination":[
|
"Combination":[
|
||||||
|
@ -201,6 +203,7 @@
|
||||||
{
|
{
|
||||||
"Name":"VIRTUAL-NEUTRAL",
|
"Name":"VIRTUAL-NEUTRAL",
|
||||||
"Type":"UNKNOWN",
|
"Type":"UNKNOWN",
|
||||||
|
"Hidden":true,
|
||||||
"VirtualSensor":true,
|
"VirtualSensor":true,
|
||||||
"Formula":"WEIGHTED_AVG",
|
"Formula":"WEIGHTED_AVG",
|
||||||
"Combination":[
|
"Combination":[
|
||||||
|
@ -326,6 +329,7 @@
|
||||||
{
|
{
|
||||||
"Name":"VIRTUAL-SKIN-CHARGE",
|
"Name":"VIRTUAL-SKIN-CHARGE",
|
||||||
"Type":"UNKNOWN",
|
"Type":"UNKNOWN",
|
||||||
|
"Hidden":true,
|
||||||
"VirtualSensor":true,
|
"VirtualSensor":true,
|
||||||
"TriggerSensor":"neutral_therm",
|
"TriggerSensor":"neutral_therm",
|
||||||
"Formula":"MAXIMUM",
|
"Formula":"MAXIMUM",
|
||||||
|
@ -359,7 +363,6 @@
|
||||||
],
|
],
|
||||||
"VrThreshold":"NAN",
|
"VrThreshold":"NAN",
|
||||||
"Multiplier":0.001,
|
"Multiplier":0.001,
|
||||||
"Monitor":true,
|
|
||||||
"PollingDelay":300000,
|
"PollingDelay":300000,
|
||||||
"PassiveDelay":7000,
|
"PassiveDelay":7000,
|
||||||
"BindedCdevInfo": [
|
"BindedCdevInfo": [
|
||||||
|
@ -417,6 +420,7 @@
|
||||||
{
|
{
|
||||||
"Name":"USB2-MINUS-CHG",
|
"Name":"USB2-MINUS-CHG",
|
||||||
"Type":"UNKNOWN",
|
"Type":"UNKNOWN",
|
||||||
|
"Hidden":true,
|
||||||
"VirtualSensor":true,
|
"VirtualSensor":true,
|
||||||
"Formula":"WEIGHTED_AVG",
|
"Formula":"WEIGHTED_AVG",
|
||||||
"Combination":[
|
"Combination":[
|
||||||
|
@ -442,6 +446,7 @@
|
||||||
{
|
{
|
||||||
"Name":"VIRTUAL-USB-THROTTLING",
|
"Name":"VIRTUAL-USB-THROTTLING",
|
||||||
"Type":"USB_PORT",
|
"Type":"USB_PORT",
|
||||||
|
"Hidden":true,
|
||||||
"VirtualSensor":true,
|
"VirtualSensor":true,
|
||||||
"Formula":"COUNT_THRESHOLD",
|
"Formula":"COUNT_THRESHOLD",
|
||||||
"TriggerSensor":"usb_pwr_therm2",
|
"TriggerSensor":"usb_pwr_therm2",
|
||||||
|
@ -648,7 +653,7 @@
|
||||||
],
|
],
|
||||||
"VrThreshold":"NAN",
|
"VrThreshold":"NAN",
|
||||||
"Multiplier":1,
|
"Multiplier":1,
|
||||||
"Monitor":true
|
"Hidden":true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name":"batoilo",
|
"Name":"batoilo",
|
||||||
|
@ -829,7 +834,7 @@
|
||||||
],
|
],
|
||||||
"VrThreshold":"NAN",
|
"VrThreshold":"NAN",
|
||||||
"Multiplier":1,
|
"Multiplier":1,
|
||||||
"Monitor":true
|
"Hidden":true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name":"ocp_cpu2",
|
"Name":"ocp_cpu2",
|
||||||
|
@ -854,7 +859,7 @@
|
||||||
],
|
],
|
||||||
"VrThreshold":"NAN",
|
"VrThreshold":"NAN",
|
||||||
"Multiplier":1,
|
"Multiplier":1,
|
||||||
"Monitor":true
|
"Hidden":true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name":"ocp_tpu",
|
"Name":"ocp_tpu",
|
||||||
|
@ -879,7 +884,7 @@
|
||||||
],
|
],
|
||||||
"VrThreshold":"NAN",
|
"VrThreshold":"NAN",
|
||||||
"Multiplier":1,
|
"Multiplier":1,
|
||||||
"Monitor":true
|
"Hidden":true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name":"ocp_gpu",
|
"Name":"ocp_gpu",
|
||||||
|
@ -904,7 +909,7 @@
|
||||||
],
|
],
|
||||||
"VrThreshold":"NAN",
|
"VrThreshold":"NAN",
|
||||||
"Multiplier":1,
|
"Multiplier":1,
|
||||||
"Monitor":true
|
"Hidden":true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name":"soft_ocp_cpu2",
|
"Name":"soft_ocp_cpu2",
|
||||||
|
@ -929,7 +934,7 @@
|
||||||
],
|
],
|
||||||
"VrThreshold":"NAN",
|
"VrThreshold":"NAN",
|
||||||
"Multiplier":1,
|
"Multiplier":1,
|
||||||
"Monitor":true
|
"Hidden":true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name":"soft_ocp_cpu1",
|
"Name":"soft_ocp_cpu1",
|
||||||
|
@ -954,7 +959,7 @@
|
||||||
],
|
],
|
||||||
"VrThreshold":"NAN",
|
"VrThreshold":"NAN",
|
||||||
"Multiplier":1,
|
"Multiplier":1,
|
||||||
"Monitor":true
|
"Hidden":true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name":"soft_ocp_tpu",
|
"Name":"soft_ocp_tpu",
|
||||||
|
@ -979,7 +984,7 @@
|
||||||
],
|
],
|
||||||
"VrThreshold":"NAN",
|
"VrThreshold":"NAN",
|
||||||
"Multiplier":1,
|
"Multiplier":1,
|
||||||
"Monitor":true
|
"Hidden":true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name":"soft_ocp_gpu",
|
"Name":"soft_ocp_gpu",
|
||||||
|
@ -1004,7 +1009,7 @@
|
||||||
],
|
],
|
||||||
"VrThreshold":"NAN",
|
"VrThreshold":"NAN",
|
||||||
"Multiplier":1,
|
"Multiplier":1,
|
||||||
"Monitor":true
|
"Hidden":true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name":"TPU",
|
"Name":"TPU",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue