Snap for 12065372 from b78cf2c65f
to 24Q4-release
Change-Id: I8d44a2b8bbf6ca074a216cdc752d26fc972ca3fb
This commit is contained in:
commit
0d5595e5fe
4 changed files with 12 additions and 9 deletions
|
@ -507,7 +507,7 @@ on property:sys.boot_completed=1
|
|||
# Setup scheduler parameters
|
||||
write /proc/vendor_sched/min_granularity_ns 1000000
|
||||
write /proc/vendor_sched/latency_ns 8000000
|
||||
write /proc/vendor_sched/max_load_balance_interval 4
|
||||
write /proc/vendor_sched/max_load_balance_interval 1
|
||||
write /proc/vendor_sched/enable_hrtick 1
|
||||
|
||||
# Setup final cpu.uclamp
|
||||
|
|
11
device.mk
11
device.mk
|
@ -333,9 +333,18 @@ PRODUCT_PACKAGES += \
|
|||
csffw_image_prebuilt__firmware_prebuilt_ttux_mali_csffw.bin \
|
||||
libGLES_mali \
|
||||
vulkan.mali \
|
||||
libOpenCL \
|
||||
libgpudataproducer
|
||||
|
||||
# Install the OpenCL ICD Loader
|
||||
PRODUCT_SOONG_NAMESPACES += external/OpenCL-ICD-Loader
|
||||
PRODUCT_PACKAGES += \
|
||||
libOpenCL \
|
||||
mali_icd__customer_pixel_opencl-icd_ARM.icd
|
||||
ifeq ($(DEVICE_IS_64BIT_ONLY),false)
|
||||
PRODUCT_PACKAGES += \
|
||||
mali_icd__customer_pixel_opencl-icd_ARM32.icd
|
||||
endif
|
||||
|
||||
ifeq ($(USE_SWIFTSHADER),true)
|
||||
$(warning USE_SWIFTSHADER set to current target)
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
|
@ -518,10 +518,4 @@
|
|||
|
||||
<!-- The intent action to handle oem-enabled satellite SOS messaging. -->
|
||||
<string name="config_satellite_emergency_handover_intent_action">com.google.android.apps.stargate.ACTION_ESOS_QUESTIONNAIRE</string>
|
||||
|
||||
<!-- The class name to handle carrier roaming to satellite is using ESOS messaging. -->
|
||||
<string name="config_satellite_carrier_roaming_esos_provisioned_class">com.google.android.apps.stargate</string>
|
||||
|
||||
<!-- The intent action to handle carrier roaming to satellite is using ESOS messaging. -->
|
||||
<string name="config_satellite_carrier_roaming_esos_provisioned_intent_action">com.google.satellitegateway.ACTION_REGISTER</string>
|
||||
</resources>
|
||||
|
|
|
@ -74,7 +74,7 @@ constexpr char kProcInterruptsPath[] = "/proc/interrupts";
|
|||
constexpr char kProcIrqPath[] = "/proc/irq/";
|
||||
constexpr char kSmpAffinityList[] = "/smp_affinity_list";
|
||||
#ifndef UDC_PATH
|
||||
#define UDC_PATH "/sys/class/udc/11210000.dwc3/"
|
||||
#define UDC_PATH "/sys/devices/platform/11210000.usb/11210000.dwc3/udc/11210000.dwc3/"
|
||||
#endif
|
||||
static MonitorFfs monitorFfs(kGadgetName);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue