We fallback to MPC 13 for FRC release due to :
1. Unable to meet performance for two concurrent 4K@30 fps HEVC
secure video playback since slow CMA (Contiguous Memory Allocator)
allocation.
2. Unable to concurrently execute 4K@30HEVC + 1080p@30AV1 secure
video playback since OOM possibly due to CMA fragmentation.
We will continue work on these issues for SU0 or QPR releases.
Bug: 290294604
Bug: 282157949
Test: run cts -m CtsMediaPerformanceClassTestCases
Change-Id: Ide93bfbb8fdc49d1e2d0847be1a474e697608afa
property
* Change to address failure with GSI on Camera Extensions due to the
extension not being available on GSI builds
Test: Passed CTS tests on GSI build
Bug: 293999720
Change-Id: Ia9fea23f174c8cafb3568151e131fbac1cd61624
Release Notes:
- Fixed buzzing distortion from new Barbie soundtrack (only
affects volumes 25, 24, 23 in portrait and landscape modes)
- Maintained overall timbre advantage (but with some slight
warmth reduction) over previous projects on most content tested.
- Some sibiliance
- Some distortion still remains, but not high risk
- Some pumping risk (same as RC)
- DXO Mark returned same score of 140 for this tuning
(same as RC)
- No change to speaker-safe tuning
- No change to BAACL tuning
- No change to thermal throttle (safety 47C)
Bug: 293477854
Test: manual test
- Acoustic measurements (full report WIP)
- Power testing based on VMON/IMON (low risk - less power than
RC at vol 25-23 avg, similar power 22-1)
- Thermal testing based on VMON/IMON (low risk - less power than
RC 25-23 avg, similar power 22-20)
Change-Id: If44a8a1c3e9a91b2ba6e9331880cb0506d00b79f
Signed-off-by: Jasmine Cha <chajasmine@google.com>
Use the HAL code to control the MCPS and boost
the handset MCPS on SWB scenario
Bug: 292154162
Test: verified on test build
Change-Id: I6418e13a37d9b9d796f726218ce9b5de2534efa9
Signed-off-by: Carter Hsu <carterhsu@google.com>
Built and tested on Husky. Tested by setting a gray wallpaper and
getting the rounded corner rect to apply via begnning a gesture nav
event.
Test: manual
Bug: 284742800
Change-Id: I5b8121311bddbda10ff19df2bfc4e1f9cedd9d23
(cherry picked from commit 275d998342)
ag/24163297 defines a new power boost profile which gets applied during
camera transitioning its zoom ratio. This CL defines the parameters for
this boost profile to enhance the camera performance by relaxing the PMU
capping, which is achieved by setting the SPC thresholds to 100.
Bug: 291979193
Test: perfetto trace (https://ui.perfetto.dev/#!/?s=ee36305fa386b5e1825fe9982b984190b1c804cd3c2d0b0fe9c85b9df94659d7)
Change-Id: Id17721719151d216fa1bd3abd7bad613a0ee1c7b
it seems that there's conflict between samsung_iommu_v9 and trusty_log,
so load samsung_iommu_v9 in serial
Test: build pass and run 2000 times without error
Bug: 290561688
Change-Id: I6af250bbe3089f41229f6d674cc2e4a7eae3cbe1
Signed-off-by: Chungkai Mei <chungkai@google.com>
We found that CPU-MID loop will cause big bouncing (~2 degC) during
light loading test (burncycle with dutycycle), we can avoid such
bouncing by remove stop CPU-MID loop at 39.
Apply same change on CPU-HIGH to avoid similar issue.
Bug: 286773651
Test: run burn8 / burncycle_wih_dutycycle / gb5
Change-Id: I11cfbb940a556793ce1fe6d08ff06fc1df55d52a
Signed-off-by: Peter (YM) <peterym@google.com>