aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* veux: gpt-utils: Drop unused sparse_crc32Arian2023-01-052-121/+0
|
* veux: bootctrl: Update to Boot Control HAL v1.2Alexander Koskovich2023-01-052-6/+6
|
* veux: bootctrl: Remove bootctrl.xiaomi_holi targetMichael Bestas2023-01-051-6/+0
| | | | * This is no longer used after switching to QTI 1.1 impl.
* veux: Tweak color mode and drop saturated inputkleidione Freitas2023-01-052-5/+2
| | | | Signed-off-by: kleidione <kleidione@gmail.com>
* veux: Set up display color compositionsAlbert I2023-01-052-1/+40
| | | | | | | | | | | * Use default color mode for all color modes * Enable QDCM combined mode and disable factory mode * Drop LiveDisplay's color mode support as it conflicts with AOSP display color adjustment * Rest of configuration is kanged off Pixel's overlay Signed-off-by: Albert I <kras@raphielgang.org> Change-Id: Ib26033fe00a6cc1e8c7d8f93da417516e31a52e3
* veux: Update power_profile.xml and adapte to new sourcekleidione Freitas2023-01-051-7/+4
| | | | | | | - Extracted veux-user 12 SKQ1.211006.001 V13.0.2.0.SKCMIXM Signed-off-by: kleidione <kleidione@gmail.com> Co-authored-by: johnmart19 <johnivan19999@gmail.com>
* veux: Set corrert soc manufacturer propsmadmax78962023-01-051-2/+2
| | | | Signed-off-by: kleidione <kleidione@gmail.com>
* veux: vibrator: Remove ndk_platform backend. Use the ndk backend.Jiyong Park2023-01-051-2/+2
| | | | | | The ndk_platform backend will soon be deprecated because the ndk backend can serve the same purpose. This is to eliminate the confusion about having two variants (ndk and ndk_platform) for the same ndk backend.
* veux: overlay: Add support for doze auto brightnessTheScarastic2023-01-051-0/+28
| | | | | | | | | | | | | | | - Based on observing it's values, xiaomi.sensor.aod reports the following events: 3.0: Dark environment 4.0: Bright environment 5.0: Switched from bright to dark environment 3.0 does not seem to be triggered anymore after bright environment has been reported. - Enable brightness buckets in doze to disable animation between the brightness levels.
* veux: overlay: Fix Video Callingkiranpranay2023-01-052-0/+6
| | | | | | | Co-Authored-By: AngeloGioacchino Del Regno <kholk11@gmail.com> Co-Authored-By: IMMANUEL44 <immanuelr44@gmail.com> Signed-off-by: Anar Jabiyev <cebiyevanar@gmail.com> Change-Id: I9b785c9ad6d77780ef9ac4bc8545bf4d2795132d
* veux: overlay: Add reboot_fastboot action to power menuLuK13372023-01-051-0/+9
| | | | Signed-off-by: kleidione <kleidione@gmail.com>
* veux: Fix AAPT configAlexander Winkowski2023-01-051-1/+1
| | | | | | | According to AOSP docs [1] apps should use xxhdpi resources for 440 dpi density. [1] https://developer.android.com/reference/android/util/DisplayMetrics#DENSITY_440
* veux: overlay: Enable front-facing camera protectionAdarshGrewal2023-01-051-0/+17
| | | | * Prevents halo ring/effect on front camera
* veux: overlay: Configure camera cutoutAdarshGrewal2023-01-051-23/+41
|
* veux: overlay: Improved margin and status bar paddingkleidione Freitas2023-01-052-5/+26
| | | | Signed-off-by: kleidione <kleidione@gmail.com>
* veux: overlay: Set default value night display color temperaturekleidione Freitas2023-01-051-0/+4
| | | | | | | | | - 2850 seems too low a value let's increase it to 3850 is more pleasing to the eye - Ref: https://android.googlesource.com/platform/frameworks/base/+/android-13.0.0_r4/core/res/res/values/config.xml#829 Signed-off-by: kleidione <kleidione@gmail.com>
* veux: Drop sound triggerkleidione Freitas2023-01-052-11/+0
| | | | Signed-off-by: kleidione <kleidione@gmail.com>
* veux: overlay: Set screen timeout to 30 secondskleidione Freitas2023-01-051-1/+1
| | | | Signed-off-by: kleidione <kleidione@gmail.com>
* veux: Reorder device.mkkleidione Freitas2023-01-051-6/+9
| | | | Signed-off-by: kleidione <kleidione@gmail.com>
* veux: Remove junk BT propskubersharma0012023-01-051-9/+0
| | | | | | - Not needed for AOSP BT Change-Id: I4219d2b32fab128ab3c1bd0a33856ec53dca0c98
* veux: Improve camera shimArian2023-01-051-10/+9
| | | | Change-Id: Id11965102d7d5dce50f989c99810cda6a43aa1ec
* veux: shim the GetPreviewImageData symbol on libpiexdaniml32023-01-054-2/+49
| | | | Signed-off-by: daniml3 <daniel@danielml.dev>
* veux: proprietary-files: Update veux vendor blobskleidione Freitas2023-01-054-9/+8
| | | | - Extracted veux-user 12 SKQ1.211006.001 V13.0.2.0.SKCMIXM
* veux: Add Bluetooth power overlays to syspropsAlexander Koskovich2023-01-051-0/+6
| | | | | | | | | * These are currently in FrameworksResTarget, but were moved to sysprops in Android 13. https://android.googlesource.com/platform/system/libsysprop/+/976d33062b51e77edde44faad1a6e801c5dc0188%5E%21/#F0 Change-Id: I5bff67a15c537e8a47a19f30776fca6bf2c9fbe5
* veux: Set default the Bluetooth class of deviceSal Savage2023-01-051-0/+10
| | | | | | | | | | | | | | | | | | | | | | The class of device is a string with a list of uint8t values: 90,2,12 The meaning is as follows: {Service Field, Major class, Minor class} Service Field: 0x5A -> 90 Bit 17: Networking Bit 19: Capturing Bit 20: Object Transfer Bit 22: Telephony MAJOR_CLASS: 0x02 -> 2 (Phone) MINOR_CLASS: 0x0C -> 12 (Smart Phone) Bug: 217452259 Test: make -j; -- check that bluetooth.device.class_of_device is correct Change-Id: I24fd57bacbf6786a26f7079e7a6e9857dbe170d1
* veux: Update LE Audio profile properties to match spec and implementationSal Savage2023-01-051-3/+3
| | | | | | Bug: 217448211 Test: atest BluetoothInstrumentationTests Change-Id: I9312b9b70b51603aca6da6f4081533ab73c1614d
* veux: Enable bluetooth profiles with product.propSal Savage2023-01-051-0/+23
| | | | | | Bug: 217448211 Test: make -j Change-Id: Idd7e52b7822915ed61299f1c0b29bf87ca0339fe
* veux: Unpin updatable-media from memorySantiago Seifert2023-01-051-1/+0
| | | | | | Bug: 214499288 Change-Id: I83757ae6a053ec6b10b08322c4e76d988f1a4a48 Test: Presubmit
* veux: Fix -Wbitwise-instead-of-logicalPirama Arumuga Nainar2023-01-051-1/+1
| | | | | | | | | | | Bug: http://b/215753485 This warning is introduced in clang-r445002. In code where the bitwise operation was used to avoid short-ciruit evaluation, make that explicit by introducing temporary variables. Test: build with clang-r445002. Change-Id: Ia7ccf1d48922d926313f691888d26c3e314c1056
* veux: Inherit developer gsi keyskubersharma0012023-01-051-2/+2
| | | | | | error: build/make/target/product/gsi_keys.mk does not exist.. Change-Id: I7ac37f3e104f1bc6dce504ca29fcbf078127b399
* veux: [partial-pick]: Updated multihal to use new sensors AIDL interface.Tyler Trephan2023-01-051-5/+16
| | | | | | Test: make android.hardware.sensors@aidl-multihal Fix: 206867060 Change-Id: I9b78a0f25117d11fdf4beb1e0913393c1c14620d
* veux: Removed audio A2dp from device.mkEtienne Ruffieux2023-01-051-1/+0
| | | | | | | Bug: 220306859 Test: atest Tag: #feature Change-Id: I300369d36399ffb558b98bafc2478b872d09faba
* veux: Import wcg_composition_dataspace from MIUIkubersharma0012023-01-051-0/+1
| | | | | | - Its set in default.prop Change-Id: I8d94738978b3ef3f146a938a592500437bfc1b00
* veux: Strip size of com.qti.node.mialgocontrol.soJabiyeff2023-01-051-2/+10
| | | | | | | * Size decreased from 148 mb to 12 mb. Signed-off-by: Jabiyeff <cebiyevanar@gmail.com> Change-Id: If680f2b0511f9e348973ea2a98f9f832745f6d79
* veux: Drop QTI camera device usageSebastiano Barezzi2023-01-052-3/+1
| | | | | | | * qcom-camera topic hasn't been ported to 19.1 * Keep building vendor.qti.hardware.camera.device@1.0 interface lib, IMS stack and possibly camera HAL still needs it Change-Id: I87bcd5b54ad986d5844df50de243fc1a18507198
* veux: enable idle timer with kernel supportMidas Chien2023-01-052-0/+9
| | | | | | | | | | 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: Further relax dynamic refresh rate switchingkubersharma0012023-01-051-2/+2
| | | | Change-Id: Ic0fbdc97961808eba939b5785a4e1c2a275bed63
* Partially revert "veux: Import app/sf phase offset as duration props"kubersharma0012023-01-051-7/+4
| | | | | | | | | - I need to revist this later, rollback for now. - Keep prop to set frame rate multiple threshold to 120 because https://github.com/search?q=Ie4d5c8c9a45079306ad51e1607ae72eb9493ee0c&type=commits This reverts commit 5fece213ba7bf9c4cfd85f3e1873d1e3291bb551. Change-Id: I95ad1841a2a4206b681a8503c190dc7ddf4b2cf3
* veux: remove module loading from 5.4 gki directoryCosmin Tanislav2023-01-052-20/+0
| | | | Change-Id: I591b4ae4bc0adaa5f57e19ccb5d06dd5f1a42fcd
* veux: disable STATE_DOZEDoctor Strange2023-01-051-2/+2
| | | | | | | - Our device doesn't support doze - Fixes AOD flickering issues Change-Id: I44855e85f7d9e26666a8efb79afc202c69770615
* veux: Fix display flicker after exiting AD/AODAlex Cruz2023-01-051-0/+6
| | | | Change-Id: Ic8ce5064ca3e27432331ac679b7dd3df166089
* veux: overlay: Setup burnIn protection overlaysXiNGRZ2023-01-051-0/+16
| | | | Change-Id: I2f724061fd974cc6f20dc2abd64ee61c0167789a
* veux: Import missing media props from stockkubersharma0012023-01-052-1/+5
| | | | Change-Id: I6b7d0b928e3d368ce3253f6716f3df6fc628ca02
* veux: Import app/sf phase offset as duration propskubersharma0012023-01-051-4/+8
| | | | | ref: gs101 - android-12.1.0_r8 Change-Id: Iadd9780769f3f7eda9476d93ecc0817b51d6ba87
* veux: Disable radio redir_party_num featureAndrzej Perczak2023-01-051-1/+0
| | | | | | | | | Caused incoming caller number not being parsed correctly by Phone app on VoLTE and VoWiFi. No idea why Xiaomi enabled this ancient prop. Signed-off-by: Jyotiraditya Panda <jyotiraditya@aospa.co> Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com> Change-Id: Ie3e3459558be2bad2938aee02e1aa25da47ecd31
* veux: Set refresh rate idle timeoutsAdithya R2023-01-051-0/+5
| | | | | | | | | | | | | | | | | | | | | | This is a squash of the following: 1. Set refresh rate idle timeout in SF * This allows refresh rate to drop to 60Hz when idle, leading to minor power savings. * Kanged from redfin with minor modification. 2. Relax automatic refresh rate switching * In some cases there maybe a slight flickering while switching refresh rate. Increase the timeout to reduce the frequent switching and improve UX. * Move the props to product to override the ones in vendor which is set by display HAL configuration. Change-Id: I5fbfd45fb30479db46970214db15a115acb075ef
* veux: Set config_powerDecoupleInteractiveModeFromDisplay to truekubersharma0012023-01-051-0/+16
| | | | Change-Id: I0a87ff5b2c475769cd75e0fcbd79d230f711c5c1
* veux: FrameworksResOverlay: Import and set more defaultskubersharma0012023-01-051-12/+129
| | | | | | | | | - ref: 1. ghostrider-reborn/android_device_xiaomi_lisa 2. ArrowOS-Devices/android_device_xiaomi_sm8350-common - Adjust and cleanup as per veux Change-Id: I9fc92e55c1af3e3820670523b59f3fb04270bd66
* veux: overlay: Enable min/max refresh rate in display settingskubersharma0012023-01-051-2/+2
| | | | Change-Id: Ic070c507aeaeb98ce859fe00b95f3a6e5df26a8c
* veux: Remove config_jitzygoteBootImagePinnerServiceFiles listkubersharma0012023-01-051-11/+0
| | | | | | | - obsolete on android-12 Ref: I97738435edd07e8b6770372cd935218c1a9cd984 Change-Id: Ibbc8d35961d919ccdc454ef2043824f38191637e