summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-02Snap for 10052121 from 69d6c428721b495654bb17a6857efd2f37186ead to udc-releaseandroid-vts-14.0_r4android-vts-14.0_r3android-vts-14.0_r2android-vts-14.0_r1android-security-14.0.0_r9android-security-14.0.0_r8android-security-14.0.0_r7android-security-14.0.0_r6android-security-14.0.0_r5android-security-14.0.0_r4android-security-14.0.0_r3android-security-14.0.0_r2android-security-14.0.0_r1android-platform-14.0.0_r7android-platform-14.0.0_r6android-platform-14.0.0_r5android-platform-14.0.0_r4android-platform-14.0.0_r3android-platform-14.0.0_r2android-platform-14.0.0_r1android-cts-14.0_r4android-cts-14.0_r3android-cts-14.0_r2android-cts-14.0_r1android-14.0.0_r28android-14.0.0_r2android-14.0.0_r15android-14.0.0_r14android-14.0.0_r13android-14.0.0_r1android14-tests-releaseandroid14-security-releaseandroid14-s2-releaseandroid14-s1-releaseandroid14-releaseandroid14-platform-releaseAndroid Build Coastguard Worker
Change-Id: If1867561a7cbcdc526d68aaadc023d0bf9fde51a
2023-05-01gralloc4: Add camera write support for RGB_888android14-devAnkit Goyal
Bug: 279496748 Test: Camera RGB888 allocation passes Change-Id: I2c25ac813d32aa6b03d1744209963c17cd882ce3
2023-04-26Snap for 10017950 from ff5160a15fa535809b3b513e58b59a1393a22c7b to udc-releaseAndroid Build Coastguard Worker
Change-Id: I540d914864a683b6a6406a5dd40e5facdace3e1d
2023-04-18gralloc4: Update YV12 alignment to conform to platform contractAnkit Goyal
After this patch, GPU usages are not guaranteed to conform to platform's contract, but others will be. Bug: 274375412 Test: gfx-gralloc-alloc-test Test: Manually tested GPU rendering using map-graphics-buffer tool Change-Id: I3a0202c61d3e558595a856ec150d12be5a7220fc
2023-04-08Snap for 9905984 from cb7b2c0643e7eec8c59183ebdd0b1b64be56bc85 to udc-releaseAndroid Build Coastguard Worker
Change-Id: I658a607a4a63d445dff5288246b37b97933fe643
2023-04-07Merge changes from topic "gralloc-no-ion" into udc-devAnkit Goyal
* changes: gralloc4: Choose framebuffer-secure for FB if available gralloc4: Remove redundant ion_device class and stale comments gralloc4: Remove dependence on libion_google gralloc4: Import system and vscaler heap from libion gralloc4: Remove dead code from ion
2023-04-05gralloc4: Choose framebuffer-secure for FB if availableAnkit Goyal
Bug: 245053092 Test: gfx-gralloc-alloc-test Change-Id: If72289abf0dde9701456f0d6e3fb09885b6bf529
2023-04-05gralloc4: Remove redundant ion_device class and stale commentsAnkit Goyal
Bug: 275481134 Bug: 245053092 Test: Boot to home Change-Id: I042fb7fb0cbc9656b382ca78a9c6d6ce7004bfee
2023-04-05gralloc4: Remove dependence on libion_googleAnkit Goyal
This patch also removes the allocation for NONSECURE usage bit as that is marked as invalid in mali_gralloc_usages.h Bug: 275481134 Bug: 245053092 Test: Boot to home Test: gfx-gralloc-alloc-test Change-Id: Id506dc806829b846562faed33d3270a17710f1d8
2023-04-05gralloc4: Import system and vscaler heap from libionAnkit Goyal
system, system-uncached and vscaler were the only used heaps from libion. Bug: 275481134 Bug: 245053092 Test: Boot to home Change-Id: If0f58a77640e18f4f021fe87d90fdc3e20bca5f1
2023-04-05gralloc4: Remove dead code from ionAnkit Goyal
Most of the removal comes from the fact that ion_client is always going to be 0 which helps in cleaning up all the setup code needed to make sure ion_client is valid. Bug: 275481134 Bug: 245053092 Test: Boot to home Change-Id: Icc2cdb5eb9d6235ab37de4e7449724b5c546fc3f
2023-04-05Snap for 9883577 from a4d55d053ef4691e428388815e26b15148b2b71a to udc-releaseAndroid Build Coastguard Worker
Change-Id: I43751e7adf5d4433bf0908305a4edf276faaae19
2023-04-04Snap for 9875146 from 84eadeff2bea27f3d5002af797947190b6d94443 to udc-releaseAndroid Build Coastguard Worker
Change-Id: I1bcd67c660b3f2299737c438e0c27ea040957487
2023-04-04Merge "gralloc4: Disable AFBC for all IPs on NO_EXTERNAL_AFBC flag" into udc-devAnkit Goyal
2023-04-03gralloc4: Disable AFBC for all IPs on NO_EXTERNAL_AFBC flagAnkit Goyal
Bug: 276510508 Test: Swiftshader boots to home with SELinux disabled Change-Id: Iec063ca9087a5d8f08334248fdd2878fa7f5cad5
2023-04-01gralloc4: Remove local SBWC macrosAnkit Goyal
These macros were added when we didn't have kernel UAPI headers Fix: 274918858 Test: Tested with ag/22302412 Change-Id: I580bb8dce4a996493308abe1b1c97f666dfbed26
2023-03-31Snap for 9853495 from 186a3a8d1370e886e07323e826f2765ec2f20d5b to udc-releaseAndroid Build Coastguard Worker
Change-Id: I9b4b363345c0e2b29406ef21eea9114320d5ba29
2023-03-29videoapi: fix HDR10+ full metadata parsing issuewenchangliu
Bug: 233398860 Test: run cts -m CtsMediaV2TestCases -t android.mediav2.cts.EncoderHDRInfoTest Test: run cts -m CtsMediaV2TestCases -t android.mediav2.cts.DecoderHDRInfoTest Test: run cts -m CtsMediaDecoderTestCases -t android.media.decoder.cts.HDRDecoderTest Change-Id: Ie6faa6f8c495223131a175763ebe47f08b16e203 Signed-off-by: wenchangliu <wenchangliu@google.com>
2023-03-27videoapi: remove USE_FULL_ST2094_40 flagwenchangliu
Bug: 233398860 Test: run cts -m CtsMediaV2TestCases -t android.mediav2.cts.EncoderHDRInfoTest Test: run cts -m CtsMediaV2TestCases -t android.mediav2.cts.DecoderHDRInfoTest Test: run cts -m CtsMediaDecoderTestCases -t android.media.decoder.cts.HDRDecoderTest Change-Id: Id7bb22fb7a77436210c879bc18667a072c46f06b Signed-off-by: wenchangliu <wenchangliu@google.com>
2023-03-27include: update VendorVideoAPI for HDR10+Taehwan Kim
3351e728e include: define USE_FULL_ST2094_40_INFO only at specific device e7f44aafe videoapi: featuring supporting range of HDR10+ 32fba1860 include: rearrange location of struct member 618fe6a36 add hdr type info and reserved field at struct ExynosVideoMeta 4a92ac4df added ExynosHdrDynamicBlob for HDR10+ full spec support 5a9254872 videoapi: supports full spec of HDR10+(ST2094-40) 88555c82f videoapi: modified ExynosHdrDynamicInfo struct ad676b77e include: reorganize struct ExynosVideoMeta dfd94ea49 update VendorVideoAPI.h Bug: 233398860 Test: run cts -m CtsMediaV2TestCases -t android.mediav2.cts.EncoderHDRInfoTest Test: run cts -m CtsMediaV2TestCases -t android.mediav2.cts.DecoderHDRInfoTest Test: run cts -m CtsMediaDecoderTestCases -t android.media.decoder.cts.HDRDecoderTest Signed-off-by: Taehwan Kim <t_h.kim@samsung.com> Change-Id: I8bb4992c427757716316e92bd7035b485299056b Signed-off-by: wenchangliu <wenchangliu@google.com>
2023-03-21Snap for 9781601 from a143b92f1c98d946c5cb66bfc39ba252388b70b4 to udc-releaseAndroid Build Coastguard Worker
Change-Id: I9fb717869753a1a61bc2938ce29c16bf238329b2
2023-03-20[automerger skipped] Merge "API Feedback: rename AddServiceWithFlag with ↵Charles Chen
plurals (gralloc)" am: 39e9685998 am: 4e6de37c72 am: aa6c3512d8 -s ours am skip reason: Merged-In Ia19a65cfad16a15295d000d891d9f36ea432426b with SHA-1 d23664e4c6 is already in history Original change: https://android-review.googlesource.com/c/platform/hardware/google/gchips/+/2493095 Change-Id: I0f332047bbc69d540b0cd9583a00d6828f481955 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-03-19Snap for 9773131 from d3090bfff8dec9ceb7797ffa389a52a48cb1998d to udc-releaseAndroid Build Coastguard Worker
Change-Id: I6bd2d339193a85ed0561c7d6d1decc99b1bbd63d
2023-03-18Snap for 9769041 from 666345ee0b02e8c2b7edf59eee19318710f1ac6d to udc-releaseAndroid Build Coastguard Worker
Change-Id: Ic92f8842f36e3f0c0405acaa5a2074f06b7c8bef
2023-03-17Merge "API Feedback: rename AddServiceWithFlag with plurals (gralloc)" am: ↵Charles Chen
39e9685998 am: 4e6de37c72 Original change: https://android-review.googlesource.com/c/platform/hardware/google/gchips/+/2493095 Change-Id: I3fdab80de7f76b9e57f65bb8164bc371c01b60b4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-03-17Merge "API Feedback: rename AddServiceWithFlag with plurals (gralloc)" am: ↵Charles Chen
39e9685998 Original change: https://android-review.googlesource.com/c/platform/hardware/google/gchips/+/2493095 Change-Id: Ifc2e278a956d3bee9cbc3f951394d3f0bf4173bc Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-03-17Merge "API Feedback: rename AddServiceWithFlag with plurals (gralloc)"android-u-beta-1-gplCharles Chen
2023-03-17Merge "API Feedback: rename AddServiceWithFlag with plurals (gralloc)" into ↵Charles Chen
udc-dev
2023-03-17Merge "gralloc4: change vstride alignment to 16 for BIG" into udc-devTreeHugger Robot
2023-03-17Snap for 9762093 from ef15d4d67f6f27b3398c09fbae7ac439c0995582 to udc-releaseAndroid Build Coastguard Worker
Change-Id: Iae2609d19d59b0185b9658c112456e658de0987d
2023-03-16API Feedback: rename AddServiceWithFlag with plurals (gralloc)Charles Chen
Refactor with better names. Bug: 272102518 Test: TH Change-Id: Ia19a65cfad16a15295d000d891d9f36ea432426b Merged-In: Ia19a65cfad16a15295d000d891d9f36ea432426b
2023-03-16Merge changes from topic ↵Wen Chang Liu
"revert-21688145-revert_enable_mfc_single_fd-LOHBHRBITC" into udc-dev * changes: Revert^2 "gralloc4: Warn about multifd PlaneLayout once" Revert^2 "gralloc4: Add warnings for using multi-fd formats" Revert^2 "gralloc4: Do not map buffer on import" Revert "Revert "Revert "Revert "Remove hack of offset calculatio..."
2023-03-16Snap for 9754537 from 27d7d807724d99d7825f209c7b8e12e9a1f1ad59 to udc-releaseAndroid Build Coastguard Worker
Change-Id: I28ab35611cf85c97848dab8733fb095c8f04d38c
2023-03-15Merge cherrypicks of ['googleplex-android-review.googlesource.com/22075424'] ↵Android Build Coastguard Worker
into udc-release. Change-Id: Ie375b949795834fdc1da4a4b650a8b9fb343b548
2023-03-15gralloc4: Map camera write YUV420_888 to NV21Ankit Goyal
Fix: 272679097 Bug: 272748251 Test: Chat app image capture Test: Image capture in user profile Test: Faceauth Test: Normal camera usage Change-Id: I684721db56290f6df546625c056d347c3369f207 (cherry picked from commit on googleplex-android-review.googlesource.com host: cfd1f8d71058b85da3bf3f83249d6dda8a6d5917) Merged-In: I684721db56290f6df546625c056d347c3369f207
2023-03-15API Feedback: rename AddServiceWithFlag with plurals (gralloc)Charles Chen
Refactor with better names. Bug: 272102518 Test: TH Change-Id: Ia19a65cfad16a15295d000d891d9f36ea432426b
2023-03-15Snap for 9744603 from adea2928e12ed615bc7a7341977e3b7d67b00065 to udc-releaseAndroid Build Coastguard Worker
Change-Id: Ibe4043b29d22d7a600aa9ca87df5bdbca29d7f14
2023-03-15[automerger skipped] Merge Android 13 QPR2 am: 0447b7594e -s ours am: ↵Xin Li
6be670b6f5 -s ours am: f46d023557 -s ours am skip reason: Merged-In I078354717cf7a5a772c8b6d7cbbbbfd457eec600 with SHA-1 f98c943a53 is already in history Original change: https://android-review.googlesource.com/c/platform/hardware/google/gchips/+/2487197 Change-Id: Ie00ce295b7e62b9302f7d83a3c32973864b75746 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-03-14[automerger skipped] Merge Android 13 QPR2 am: 0447b7594e -s ours am: ↵Xin Li
6be670b6f5 -s ours am skip reason: Merged-In I078354717cf7a5a772c8b6d7cbbbbfd457eec600 with SHA-1 f98c943a53 is already in history Original change: https://android-review.googlesource.com/c/platform/hardware/google/gchips/+/2487197 Change-Id: I07e17178928137d8b608d9555ced9248b7de5c7b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-03-14[automerger skipped] Merge Android 13 QPR2 am: 0447b7594e -s oursXin Li
am skip reason: Merged-In I078354717cf7a5a772c8b6d7cbbbbfd457eec600 with SHA-1 f98c943a53 is already in history Original change: https://android-review.googlesource.com/c/platform/hardware/google/gchips/+/2487197 Change-Id: I55e97a7cc2bcd81a0104e800709c4e5fc49082b7 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-03-14Merge cherrypicks of ['googleplex-android-review.googlesource.com/22075424'] ↵Android Build Coastguard Worker
into udc-release. Change-Id: I11a4f379060f0ef36a5bc0d36d1f46d671bedc20
2023-03-14gralloc4: Map camera write YUV420_888 to NV21Ankit Goyal
Fix: 272679097 Bug: 272748251 Test: Chat app image capture Test: Image capture in user profile Test: Faceauth Test: Normal camera usage Change-Id: I684721db56290f6df546625c056d347c3369f207 (cherry picked from commit on googleplex-android-review.googlesource.com host: cfd1f8d71058b85da3bf3f83249d6dda8a6d5917) Merged-In: I684721db56290f6df546625c056d347c3369f207
2023-03-14gralloc4: Map camera write YUV420_888 to NV21Ankit Goyal
Fix: 272679097 Bug: 272748251 Test: Chat app image capture Test: Image capture in user profile Test: Faceauth Test: Normal camera usage Change-Id: I684721db56290f6df546625c056d347c3369f207
2023-03-13Merge Android 13 QPR2Xin Li
Bug: 273316506 Merged-In: I078354717cf7a5a772c8b6d7cbbbbfd457eec600 Change-Id: I288aa3a35b00d97425a0d04faf3d9e8e44072080
2023-03-14videoapi: add bounds check when parsing HDR dynamic metadata am: 75c487c45a ↵wenchangliu
am: 4cf2105c63 Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/google/gchips/+/21981483 Change-Id: Id5dd29109733b25a5a85dc313892145bf0494463 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-03-14videoapi: add bounds check when parsing HDR dynamic metadata am: 75c487c45awenchangliu
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/google/gchips/+/21981483 Change-Id: I5d8a00072b1a048a57857b1a471b68eea01af0f6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-03-14Merge "videoapi: add bounds check when parsing HDR dynamic metadata" into ↵Wen Chang Liu
udc-dev
2023-03-13videoapi: add bounds check when parsing HDR dynamic metadataandroid-13.0.0_r82android-13.0.0_r81android-13.0.0_r80android-13.0.0_r74android-13.0.0_r73android-13.0.0_r72android-13.0.0_r66android-13.0.0_r65android-13.0.0_r64android-13.0.0_r60android-13.0.0_r59android-13.0.0_r58android13-qpr3-c-s8-releaseandroid13-qpr3-c-s7-releaseandroid13-qpr3-c-s6-releaseandroid13-qpr3-c-s5-releaseandroid13-qpr3-c-s4-releaseandroid13-qpr3-c-s3-releaseandroid13-qpr3-c-s2-releaseandroid13-qpr3-c-s12-releaseandroid13-qpr3-c-s11-releaseandroid13-qpr3-c-s10-releaseandroid13-qpr3-c-s1-releasewenchangliu
Bug: 252764175 Test: run PoC on hwasan build Test: run cts -m CtsMediaDecoderTestCases -t android.media.decoder.cts.HDRDecoderTest Change-Id: I88af5e09d7eb5b229e50c6d74248d0d3c2cad4c5
2023-03-13videoapi: add bounds check when parsing HDR dynamic metadatawenchangliu
Bug: 252764175 Test: run PoC on hwasan build Test: run cts -m CtsMediaDecoderTestCases -t android.media.decoder.cts.HDRDecoderTest Change-Id: I88af5e09d7eb5b229e50c6d74248d0d3c2cad4c5
2023-03-12Snap for 9730513 from 262f8e587c22b3c9dd1a55687b07c7054a440a46 to udc-releaseAndroid Build Coastguard Worker
Change-Id: Id6fca4c29fb934a4b3af8a782b0b29f0dad6409b