Snap for 12241618 from 6932c8276c
to 24Q4-release
Change-Id: Ice08055d573547efdf4825710ba325a8652d5cd9
This commit is contained in:
commit
efa893f9cb
3 changed files with 17 additions and 2 deletions
|
@ -308,7 +308,7 @@ on property:persist.vendor.usb.displayport.enabled=0
|
||||||
write /sys/class/typec/port0/port0.0/mode1/active "no"
|
write /sys/class/typec/port0/port0.0/mode1/active "no"
|
||||||
|
|
||||||
on property:persist.sys.hdcp_checking=always
|
on property:persist.sys.hdcp_checking=always
|
||||||
write /sys/module/exynos_hdcp2/parameters/max_ver 2
|
write /sys/module/exynos_hdcp2/parameters/max_ver 3
|
||||||
|
|
||||||
on property:persist.sys.hdcp_checking="drm-only"
|
on property:persist.sys.hdcp_checking="drm-only"
|
||||||
write /sys/module/exynos_hdcp2/parameters/max_ver 2
|
write /sys/module/exynos_hdcp2/parameters/max_ver 2
|
||||||
|
|
|
@ -216,7 +216,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
persist.sys.hdcp_checking=always
|
persist.sys.hdcp_checking=drm-only
|
||||||
|
|
||||||
USE_LASSEN_OEMHOOK := true
|
USE_LASSEN_OEMHOOK := true
|
||||||
ifneq ($(BOARD_WITHOUT_RADIO),true)
|
ifneq ($(BOARD_WITHOUT_RADIO),true)
|
||||||
|
|
|
@ -159,6 +159,21 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name": "HighPerformanceWI",
|
||||||
|
"Actions": [
|
||||||
|
{
|
||||||
|
"Name": "WriteFile",
|
||||||
|
"Params":
|
||||||
|
{
|
||||||
|
"FilePath": "/proc/vendor_sched/groups/fg_wi/set_task_group",
|
||||||
|
"ProcFilePath": "/proc/vendor_sched/groups/fg_wi/set_proc_group",
|
||||||
|
"Value": "<pid>",
|
||||||
|
"LogFailures": "false"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Name": "RealtimePerformance",
|
"Name": "RealtimePerformance",
|
||||||
"Actions": [
|
"Actions": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue