Commit Graph

23 Commits

Author SHA1 Message Date
Michael Bestas 60fe33828b sm6225-common: Update to devon_g T2SNS33.73-22-3-10
Change-Id: I16cc28a435c02496c6c3a22feebe5821638c2526
2024-10-06 12:10:16 +03:00
Michael Bestas 0e5f12e0d4 sm6225-common: Regenerate after extract script changes
Change-Id: Id90e9ce3133b606a83662173841b157607ced68a
2024-08-29 21:46:16 +03:00
Michael Bestas a268a7c871 sm6225-common: Cleanup proprietary files
Change-Id: I90bec283b3fa4b392f0ca3843d60c5d18302c012
2024-08-25 10:43:27 +03:00
Michael Bestas 3738f7be4e sm6225-common: Remove unused vendor-qti-hardware-sensorscalibrate.xml
Change-Id: I028bcd978dd3b50207d52fa8313b615bf536c35c
2024-08-25 05:38:51 +03:00
Michael Bestas 395f978feb sm6225-common: Remove software OMX blobs
Default to C2 codecs from swcodec apex.

Change-Id: I32f0b0abe680c1f350268115a3cc5488a2a57ec3
2024-08-18 16:57:18 +03:00
Michael Bestas 2ed1d7acb1 sm6225-common: Update to devon_g T2SNS33.73-22-3-7
Change-Id: Idc70c7245def5694904033da5dbf4211a90ead23
2024-08-15 06:30:08 +03:00
Michael Bestas 5338b9920b sm6225-common: Nuke ATFWD
Change-Id: I3cdc7cb91f597831a4ee933f748af13d03ba489e
2024-07-05 13:59:32 +03:00
Michael Bestas 78f56fc77c sm6225-common: Update to devon_g T2SNS33.73-22-3-6
Change-Id: Ic93be02f941095763244f1e0e383222da5326de3
2024-06-04 18:01:31 +03:00
Michael Bestas 7459fda93e sm6225-common: Drop proto sensors configs
Change-Id: Id15ef2476c1dc66f0a9579416cb31ca1477b9cc2
2024-05-18 09:35:14 +03:00
Michael Bestas 8912967d97 sm6225-common: Drop QTI WFD
Change-Id: I7d001b517084d5ad65eed5c1703213ad9c46475a
2024-04-30 22:09:51 +03:00
Michael Bestas 40e4706662 sm6225-common: Update to devon_g T2SNS33.73-22-3-5
Change-Id: Ie5c1e3e028bf3b713454ccc19cab327a346d8ad4
2024-03-25 10:52:32 +02:00
Michael Bestas a8acc74ce4 sm6225-common: Don't override default camera provider rc
Change-Id: I0b33a30e0f1f97759807f017c8167407ba697897
2024-02-26 19:47:51 +02:00
Michael Bestas e12e08015b sm6225-common: Update to devon_g T2SNS33.73-22-3-3
Change-Id: I606b154ea0d524e65b07302b0f97ce5d3482b259
2024-02-08 01:49:48 +02:00
Michael Bestas 096ca883ec sm6225-common: Update to devon_g T2SNS33.73-22-3-2
Change-Id: Ic7e1d24af064c02ac8994c30c4030eb45fc7827b
2024-01-04 21:53:22 +02:00
Michael Bestas 80d6b13d50 sm6225-common: Update to devon_g T2SN33.73-22-3
Change-Id: Ie0ace50d0de5e35c82c51b577e7e8844ac8c9ad4
2023-12-03 21:02:49 +02:00
Michael Bestas c077823667 sm6225-common: Update to devon_g S2SN32.34-72-46
Change-Id: Ie95ff862cec5cf32a50e3119af9f645050de4a83
2023-10-31 23:26:06 +02:00
Michael Bestas aa36791c16 sm6225-common: Update to S2SNS32.34-72-31-1
Change-Id: I6b4e3c0d19eb1a139932ef1ec403152c2aa01a53
2023-08-23 23:55:05 +03:00
Michael Bestas a4829476b4 sm6225-common: Update to devon_g S2SNS32.34-72-14-1
Change-Id: I59fe98297963b0294b752dbdaca64314a642eab0
2023-07-19 19:22:36 +03:00
Michael Bestas 0b994d48de sm6225-common: Add missing hvdcp_opti blobs
Change-Id: I8490534c582bae2e28d0ec5783a642c150d236d4
2023-06-01 00:53:18 +03:00
Michael Bestas ff5da5fe97 sm6225-common: cne: drop unused blob
Change-Id: I1897f0a75ba7f461c333edbaf1dce7c7181e8318
2023-05-31 21:49:29 +03:00
Michael Bestas 3fa5a02fcc sm6225-common: Add missing gnss lib
Change-Id: I4315986d68ee28e6455b20b73770b71c44d6d8ec
2023-05-31 21:41:48 +03:00
TH779 8b1c6b75b6 sm6225-common: Don't call configureRpcThreadpool for camera postproc impl
* In Android 12, no longer allowed to shrink the process pool after a
   larger process pool is started, we should patch camera postproc impl
   to nuke it from shrinking process pool and prevent triggering a fatal
   to cause the camera to crash.
   Ref: https://android.googlesource.com/platform/system/libhwbinder/+/8e047f7a626c782a02dc9e67dee2dbae35bc6956.

 * The following are the difference between before and after the
   patch.
   Before:
   MOV    W1, #1
   BL     ._ZN7android8hardware22configureRpcThreadpoolEmb
   Now:
   MOV    W1, #1
   NOP

 * Obtained by comparing the camera postproc impl modified by
   GitHub@erfanoabdi.

 * A tutorial on use hexdump, sed and xxd to patch hex in
   binary file: https://everydaywithlinux.blogspot.com/2012/11/patch-strings-in-binary-files-with-sed.html.

Co-authored-by: Erfan Abdi <erfangplus@gmail.com>
Signed-off-by: TH779 <i@779.moe>
Change-Id: I66c257e80bf56a48c640efc3c1c8949852edf756
2023-05-27 17:41:46 +03:00
Michael Bestas f431f86d27 sm6225-common: Import blobs from devon_g S2SNS32.34-60-6
Change-Id: I3baa2cce57995ea97b08e236cee21b8ef560a6d1
2023-05-27 17:41:39 +03:00