sm6375-common: init: Drop I/O prefetcher
This depends on the already removed QTI perf stack. Change-Id: I10e0f26481cfa13994dab2370d9f9fb8a073cdc8
This commit is contained in:
parent
d8ec9a75c6
commit
e136267d24
3 changed files with 0 additions and 25 deletions
|
@ -370,15 +370,6 @@
|
|||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>vendor.qti.hardware.iop</name>
|
||||
<transport>hwbinder</transport>
|
||||
<version>2.0</version>
|
||||
<interface>
|
||||
<name>IIop</name>
|
||||
<instance>default</instance>
|
||||
</interface>
|
||||
</hal>
|
||||
<hal format="hidl">
|
||||
<name>vendor.qti.hardware.qccvndhal</name>
|
||||
<transport>hwbinder</transport>
|
||||
|
|
|
@ -446,12 +446,6 @@ vendor/gpu/kbc/unified_ksqs.bin
|
|||
vendor/lib/hw/vulkan.adreno.so
|
||||
vendor/lib64/hw/vulkan.adreno.so
|
||||
|
||||
# IO prefetcher
|
||||
vendor/lib64/libqti-iopd-client.so
|
||||
vendor/lib64/libqti-iopd.so
|
||||
vendor/lib64/vendor.qti.hardware.iop@1.0.so
|
||||
vendor/lib64/vendor.qti.hardware.iop@2.0.so
|
||||
|
||||
# IRQ balance
|
||||
vendor/bin/msm_irqbalance
|
||||
vendor/etc/msm_irqbalance.conf
|
||||
|
|
|
@ -333,9 +333,6 @@ on post-fs-data
|
|||
|
||||
mkdir /data/vendor/secure_element 0777 system system
|
||||
|
||||
#Create IOP deamon related dirs
|
||||
mkdir /data/vendor/iop 0700 root system
|
||||
|
||||
# Mark the copy complete flag to not completed
|
||||
write /data/vendor/radio/copy_complete 0
|
||||
chown radio radio /data/vendor/radio/copy_complete
|
||||
|
@ -381,13 +378,6 @@ on post-fs-data
|
|||
#Create dir for TUI
|
||||
mkdir /data/vendor/tui 0700 system drmrpc
|
||||
|
||||
service iop /system/vendor/bin/iop
|
||||
class main
|
||||
user root
|
||||
group root
|
||||
disabled
|
||||
socket iop seqpacket 0666 root system
|
||||
|
||||
on property:ro.vendor.hw.dualsim=true
|
||||
setprop persist.vendor.radio.multisim.config dsds
|
||||
|
||||
|
|
Loading…
Reference in a new issue