aboutsummaryrefslogtreecommitdiff
path: root/vendor_prop.mk (follow)
Commit message (Collapse)AuthorAge
* msm8996-common: Bringup telephony after U QPR2Raghuram Subramani2024-10-16
| | | | Change-Id: I2e5bd2d04c2e0a1341b260e986388d4bb1c6d354
* msm8996-common: Set ro.hardware.egl to adrenoRaghuram Subramani2024-10-16
| | | | Change-Id: I0d66e93ab38bd194b9e8fa5ab72dbeb3f295321a
* msm8996-common: Move to QTI health AIDL serviceRaghuram Subramani2024-10-16
| | | | Change-Id: Ib575540892c88c3bc1e5e730b2b4c1516d3a758b
* msm8996-common: Commonize some bluetooth power valuesNanhumly2023-08-12
| | | | | | | | * z2_plus and z2_row have the same value, so commonize them Also move them to properties. Change-Id: I126f5d1b6f470554c725704f3b91a8f75b3eba89 Signed-off-by: Nanhumly <admin@warbler.cc>
* msm8996-common: Force triple frame buffersSultan Alsawaf2023-08-03
| | | | | | | | | * This yields significantly reduced jitter and doesn't have any measurable impact on latency. * Also remove the SF offset to avoid regressions Change-Id: Ic370750b78db0a0734951975dc1fdea98eb38157
* msm8996-common: Replace BOARD_CHARGER_DISABLE_INIT_BLANK with ↵Yifan Hong2023-08-03
| | | | | | | | ro.charger.disable_init_blank Test: charger mode Bug: 124118169 Change-Id: I3825d08e38d677bd7154879609857de302348b6f
* msm8996-common: Disable Bluetooth APCF Extended featuresme-cafebabe2023-08-03
| | | | | | * Yet another disablement we need, to have bluetooth working properly on A13 (QPR2) Change-Id: Id3889d6310bac6d417ff2871d5e4a8c513e77354
* msm8996-common: Set block_binder_thread_on_incoming_calls propOnlyTomInSecond2023-08-03
| | | | | | In order to fix incoming calls. Change-Id: Id474622f3e08b88f1d099e3d6507fd1d84de4d88
* msm8996-common: Cleanup dead propertiesBruno Martins2023-08-03
| | | | Change-Id: I921aca1d239ca9a6a464f31b5d7a596df60d6326
* msm8996-common: switch to threaded Skia render engine backendTimi Rautamäki2023-08-03
| | | | | | | ´threaded´ option has issues with night light, etc. Co-authored-by: Michal Pražák <michal.prazak1@gmail.com> Change-Id: I142b95a38bf664f54c12d5c17ab11214375f705b
* msm8996-common: Enable zygote critical windowWoody Lin2023-08-03
| | | | | Bug: 141948707 Change-Id: I5dc57312118b0f6d95fc9fe164363ec7e15f1b51
* msm8996-common: Move BT profiles props to vendorAlexander Koskovich2023-08-03
| | | | | | * Makes it GSI compatible Change-Id: I8f7caf241d508af59c16482e6185c42f23f8a460
* msm8996-common: Disable LE audio related profiles for b1c1Alice Kuo2023-08-03
| | | | | | Bug: 231671426 Test: build Change-Id: I5585d3571b1f047b0b4587be91941c315f4340bb
* msm8996-common: Set default the Bluetooth class of deviceSal Savage2023-08-03
| | | | | | | | | | | | | | | | | | | | | | | 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 Merged-In: I70301be5e19f2cbc39b626621a62bc529974ca56 Change-Id: I70301be5e19f2cbc39b626621a62bc529974ca56
* msm8996-common: Use the ?= operator so BT properties can be overriddenSal Savage2023-08-03
| | | | | | | | | | | | System properties set with the "=" operator cannot be overriden. This device is used elsewhere in the system and some of the properties need to be overridden. The "?=" operator will use the assigned value if no other values are assigned elsewhere, allowing for overrides. Bug: 230638462 Test: adb shell getprop | grep bluetooth Merged-In: I29701f59e357d5896db5623493010be02dc2b4d5 Change-Id: I29701f59e357d5896db5623493010be02dc2b4d5
* msm8996-common: Update LE Audio profile properties to match spec and ↵Sal Savage2023-08-03
| | | | | | | | | implementation Bug: 217448211 Test: atest BluetoothInstrumentationTests Merged-In: Id7cf86161037e805d1e1d50e314f6e40c6207897 Change-Id: Id7cf86161037e805d1e1d50e314f6e40c6207897
* msm8996-common: Enable bluetooth profiles with product.propSal Savage2023-08-03
| | | | | | | Bug: 217448211 Test: make -j Merged-In: Ie73064582e562c579c7985c857ccd2ee6ebd095b Change-Id: Ie73064582e562c579c7985c857ccd2ee6ebd095b
* msm8996-common: Disable the Significant Motion Detectorlineage-19.1dianlujitao2023-05-22
| | | | | | Holds an unexpected sensor_SMD wake lock on R from time to time Change-Id: Ib1eab796c186904db8ae342c9078de7c26cdf1dc
* msm8996-common: properties: Use threaded GLES render engineKyle Harrison2022-08-07
| | | | Change-Id: Id1feabf037b2d1648ac55aafc83c1b624beaa373
* msm8996-common: properties: Disable SDM Scalarclarencelol2022-08-07
| | | | | | * Else, ScalarConfig: :GetPipeScaleSettingsInfo: lib_scale_get_pipe_settings failed: status = 2 Change-Id: I7ee49c90f7ad948641d81b3c261351a6b3728fed
* msm8996-common: properties: don't latch unsignal buffersMidas Chien2022-08-07
| | | | | | | | | | | Set debug.sf.latch_unsignaled=1 is used to allow surfaceflinger to latch unsignal buffers that can give more time for buffer to render. But if the buffer takes longer time to finish, it will block whole display pipeline result to jank. Bug: 157964883 Test: scrolling, launch Change-Id: I56c3e05921de5fc9569bf3f93fde03022a64b6a4
* msm8996-common: qcril: fix MT SMS sent during power offTim Lin2022-08-07
| | | | | | | | | | | qcril will block any further MT SMS if previous one is not ACKed. For this bug, IMS service is not ready and resulted in qcril stuck in blocking state. This solution will add 30s timer to reset blocking state if there is no ACK from Telephony. Bug: 169549852 Test: MT SMS during power off Change-Id: I6f52170654925143aeb55f8bc0cf4c379717e718 Signed-off-by: muti605 <mustafa.sahin605@yandex.com>
* msm8996-common: Set manufacturer and soc propertiessudharani2022-08-07
| | | | | | * Set soc model and manufacturer properties. Change-Id: Ia75eb8862c7d879c40e64527d32d082bfa9b8e42
* msm8996-common: Add vendor prefix rild libpathDavide Garberi2022-08-07
| | | | Change-Id: I2c33cfa2dc494049681f9aacbe29887932a7b182
* msm8996-common: Replace BOARD_CHARGER_ENABLE_SUSPEND with ↵Yifan Hong2021-10-19
| | | | | | | | ro.charger.enable_suspend Test: charger mode Bug: 124118169 Change-Id: I3825d08e38d677bd7154879609857de302348b6f
* msm8996-common: Disable UBWC for WFDdianlujitao2020-01-26
| | | | | | | * vendor.gralloc.disable_wb_ubwc is removed from Q blobs and replaced by this one. Change-Id: I7c1457ccff4a142ad3a5b83ac11ffe333303667a
* msm8996-common: Convert remaining configstore settings to propsLuK13372020-01-25
| | | | Change-Id: Iadefa31bc863b7ab70239874bed82bef240cbba5
* msm8996-common: Add system properties for surfaceflingerSundong Ahn2020-01-25
| | | | | | | | | | The configstore will be not used in surfaceflinger. So surfaceflinger will use the system properties instead of configstore. For this, the system properties are added. Bug: 112386364 Test: m -j && boot test Change-Id: Ie3d2adccca06702217984cf2c9db986d852b7014
* msm8996-common: Add debug IMS props to workaround CarrierConfig restrictionsLuK13372020-01-25
| | | | | | | We support IMS features on carriers not listed in the CarrierConfig, so let's use the props to enable it everywhere. Change-Id: I54b48b4196908b9c11e8aa781a05600a8f380a35
* msm8996-common: Update few props from CAFkubersharma0012020-01-25
| | | | Change-Id: I9ae6d8a035675f7a457794196c7b4e2c2ddc7614
* msm8996-common: Kang walleye offsets for GPU compositionlineage-17.0Lucas Dupin2019-11-05
| | | | | | | | | | | | | | | Window animations now have rounded corners, meaning that the shader that we use is more expensive than it used to be. Because of this, we need to adjust the SF offsets, to make sure that we'll have enough time to finish the GPU composition without dropping frames. These offsets as similar to blueline's, adjusted slightly because we were getting false "frame missed" signals if composition starts too early. Change-Id: I8173e12b006bc1cab6b4cb0b3a5db9f9b3489819
* msm8996-common: Update mac addresses pathsDavide Garberi2019-05-17
| | | | | | | * Switch to /persist for bt_mac to make so that it's kept even after a factory reset * Also update the path of wlan_mac.bin in wlan.sh to write to the real mount point instead of the bind one Change-Id: I250358484a8c8a8ef7f01941eea798c11d6ac4e7
* msm8996-common: Remove wcg_mac_toolDavide Garberi2019-05-16
| | | | | | | * Turns out we don't actually need to use this as /proc/mac_wifi and mac_bt can turn into normal mac address values just with hex dumping * Remove bt_mac_prop as we can just set the mac path in vendor_prop.mk Change-Id: I23665cdd5d39d5e090694cff5a63f55ecb9ea334
* msm8996-common: Update blobs to LA.UM.7.5.r1-04800-8x96.0Davide Garberi2019-05-15
| | | | Change-Id: I21c1c4a0f6e071cd82803f9fff8f0cce7cd16d94
* msm8996-common: Fall back to ZUI IMS-QMI-RIL stackSubhajeet Muhuri2019-04-07
| | | | | | | | | | | | | * From ZUI 4.0.247DEV * This fixes VoLTE not coming back after mobile data has been switched to 2nd SIM and back to VoLTE capable 1st SIM * Probably also fixes random IMS restarts as they can't be noticed in logs anymore * ZUI ims_rtp_daemon cannot link libmedia.so, probably because we have switched to full VNDK According to DD3Boh: lib-dplmedia.so is a dependency of lib-rtpcore.so which is a dependency of ims_rtp_daemon So add a blob_fixup to remove libmedia.so dependency from lib-dplmedia.so Change-Id: I5402f0ef93d03661d611d6775b1b331cf35afc06
* msm8996-common: Add QCOM's WFD implementationArtem Borisov2019-03-30
| | | | | | | * Sadly, out-of-the-box Miracast support was killed in P, so we need this to keep Wi-Fi display feature working. Change-Id: Id680d918b64c0e3733251db45992ec477b6fbdfb
* msm8996-common: Add a few props for new sdm blobsGuaiYiHu2019-02-18
| | | | | Change-Id: I2845f434d7c0266fabd43fb672c505b574273f6d Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Add volte propsdavidevinavil2019-01-26
| | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Add vendor prefix to data/ims vendor binariesPavan Kumar M2019-01-26
| | | | | | | Added vendor prefix to vendor bins Change-Id: I634951944537397727239a17ce64522b3d2dac0e Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Fix a prop typoDavide Garberi2019-01-26
| | | | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com> Change-Id: I92378b88ed417c38265ded425a614b2f4590656b Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Update radio prop for P blobsdavidevinavil2019-01-26
| | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Update RIL IMS and QMI FROM daisy ↵davidevinavil2019-01-26
| | | | | | 9/PKQ1.180917.001/V10.0.1.0PDLMIFJ [1/2] Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Enable B-services aging propagationBruno Martins2019-01-19
| | | | | Change-Id: I4ac0525933bb421f7d025c5e4c6a1de0f083c46e Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: rootdir: Import init.msm.usb.configfs.rc from ↵Subhajeet Muhuri2018-11-28
| | | | | | | | | | | LA.UM.7.2.r1-05400-sdm660.0 This fixes the following USB related issues which were introduced after upgrading to kernel 4.4: * Android Auto * USB Tethering in Windows (now no longer needs manual RNDIS driver installation) * QCOM DIAG mode Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Switch back to vulkan 1.0Davide Garberi2018-11-04
| | | | | | | | | | | | * This might break the GPU frequency switch on some games Revert "Update Vulkan hardware level supported to 1" This reverts commit 91b4cb3452a2000424e4536e7e66adfebfe04670. Revert "msm8996-common: Advertise Vulkan 1.1 system feature" This reverts commit 52f63d31e49d21dd3f80acbb237d545de8642749.
* msm8996-common: Rename persist.sys.usb.config.extraDavide Garberi2018-10-31
| | | | | Change-Id: I2a357565f311ecdca53da85b96b503af6e1bbf67 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: vendorprop: Update radio properties from ZUIDavide Garberi2018-10-06
| | | | | Change-Id: I08bafbfc626a947f268dc7fdbd8409c16a19a650 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Remove old vendor security patch settingDavide Garberi2018-09-30
| | | | | | | * We set it in the BoardConfig now Change-Id: I8ed6e4e12cd95299171a610d83503bda2e8e410a Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: makefiles: Don't continue including when not neededDavide Garberi2018-09-30
| | | | | | | * I really hated this Change-Id: Ibe7e7a8cde6e78f40e82bf227e10f076de7efa97 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: hwcomposer: Delete some propsDavide Garberi2018-09-27
| | | | | Change-Id: I5611b03554194d63755a36f04ec188832279b39b Signed-off-by: Davide Garberi <dade.garberi@gmail.com>