aboutsummaryrefslogtreecommitdiff
path: root/vendor_prop.mk (follow)
Commit message (Collapse)AuthorAge
* 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>
* msm8996-common: Disable sdm rotator downscalerJorim Jaggi2018-09-25
| | | | | | | | | Rotator down scaler is causing additional delays that are better handled by GL composition. Test: Open app, no jank Bug: 73640835 Change-Id: I6ea9baa28acc222afcf365f3bf107149bc8974d9
* msm8996-common: use new hwcomposer propertiesVol Zhdanov2018-09-25
| | | | | Change-Id: Ia2a494aa1a1fb2773c360cc27c2c78cea213f72d Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Remove Priv-app permissions whitelistdavidevinavil2018-08-28
|
* msm8996-common: Advertise Vulkan 1.1 system featureJesse Hall2018-08-26
| | | | | | Bug: 66875961 Test: atest VulkanFeaturesTest Change-Id: I58f904984320dee174637ba0ddfecdd343fab7e6
* msm8996-common: Set vendor props via PRODUCT_PROPERTY_OVERRIDESBruno Martins2018-08-16
* Support for vendor.prop was abandoned Change-Id: I3554bfc57c27555f8c605e8555ea5f386bce0c5d