aboutsummaryrefslogtreecommitdiff
path: root/rootdir
Commit message (Collapse)AuthorAgeFilesLines
* veux: fstab: Add readahead_size_kb=128 to dataJaegeuk Kim2023-01-051-1/+1
| | | | | | | | | | This can avoid memory pressure. Bug: 181567573 Change-Id: I654c4d3bf24fa741c3fb0255431a26d8dcf5f153 Signed-off-by: Jaegeuk Kim <jaegeuk@google.com> Signed-off-by: Gagan Malvi <malvigagan@gmail.com>
* veux: sepolicy: Make fastrpc_shell_3 publicly availabledianlujitao2023-01-051-0/+5
| | | | | | | | | | | | | | | | | | * Used by GCAM for DSP-accelerated HDR processing * Arguably we should label /vendor/dsp/cdsp/fastrpc_shell_3 to same_process_hal_file like Pixels, but the partition is prebuilt thus we're unable to relabel it. * Copy the file to writable tmpfs, setup attributes and bind mount back to workaround the limitation. [ghostrider-reborn]: Allow adsp/cdsprpcd and neuralnetworks HAL to access fastrpc_shell_3 [kras edit: 1. rename some contexts as per qva/kona 2. extend to allow camera HAL and VPP service to access it as well] Co-authored-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
* veux: enable idle timer with kernel supportMidas Chien2023-01-051-0/+8
| | | | | | | | | | Enable display kernel driver idle timer, which allows dropping to lower refresh rate earlier and without additional overhead. Bug: 160682800 Test: track idle timer through systrace Test: zone test, scrolling Change-Id: I6e82b58026d7b31cf0cabc0db7bb6277f6731d12
* veux: remove module loading from 5.4 gki directoryCosmin Tanislav2023-01-052-20/+0
| | | | Change-Id: I591b4ae4bc0adaa5f57e19ccb5d06dd5f1a42fcd
* veux: Merge common tree to veuxkleidione Freitas2022-11-0920-0/+10380
- Ref: https://github.com/xiaomi-sm6375-devs/android_device_xiaomi_sm6375-common Signed-off-by: kleidione <kleidione@gmail.com>