From d5b8e013656e4fb907b4c4846c117699eb1bc7ec Mon Sep 17 00:00:00 2001 From: timothywang Date: Wed, 22 Feb 2023 16:48:05 +0800 Subject: [PATCH 1/3] Do not use sensor output ratio in itp output Add a property to avoid using sensor output ratio as the itp output ratio. Bug: 263851685 Test: GCA, CTS Change-Id: Ie511989e934fd033e6f375c85675ad9b26de55d4 --- device-felix.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device-felix.mk b/device-felix.mk index 8378687..179fcba 100644 --- a/device-felix.mk +++ b/device-felix.mk @@ -301,7 +301,8 @@ PRODUCT_PROPERTY_OVERRIDES += \ persist.vendor.camera.optimized_tnr_freq=1 \ persist.vendor.camera.raise_buf_allocation_priority=1 \ camera.enable_landscape_to_portrait=true \ - persist.vendor.camera.debug.bypass_csi_link_error=true + persist.vendor.camera.debug.bypass_csi_link_error=true \ + vendor.camera.allow_sensor_binning_aspect_ratio_to_override_itp_output=false # Enable camera exif model/make reporting PRODUCT_VENDOR_PROPERTIES += \ From 4e0918a63c73003f4932ebe68b8c536868a4cfbd Mon Sep 17 00:00:00 2001 From: Jimmy Shiu Date: Mon, 20 Feb 2023 16:39:20 +0800 Subject: [PATCH 2/3] powerhint: Boost GPU(302000) by 1st frame Take ADPF_FIRST_FRAME hint to boost the GPU freq to 302000 Bug: 243025173 Test: Manual Change-Id: Iac5c503e6fd8f19f0252b65f9ef10ed82b3ed378 --- powerhint.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/powerhint.json b/powerhint.json index c8a9e58..95967a0 100644 --- a/powerhint.json +++ b/powerhint.json @@ -1558,6 +1558,12 @@ "Duration": 0, "Value": "572000" }, + { + "PowerHint": "ADPF_FIRST_FRAME", + "Node": "GPUMinFreq", + "Duration": 50, + "Value": "302000" + }, { "PowerHint": "THERMAL_VIRTUAL-SKIN-HINT_LIGHT", "Node": "PMU_POLL", From dc68fe7730b6f005bb075dc2db35d1c553bf21af Mon Sep 17 00:00:00 2001 From: Tai Kuo Date: Tue, 7 Mar 2023 11:44:54 +0800 Subject: [PATCH 3/3] vibrator: update OWNERS Bug: 271938764 Test: n/a Change-Id: Iad04490f13497a5cdbc0718491cd0f2d2eb3f7a4 --- vibrator/OWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vibrator/OWNERS b/vibrator/OWNERS index 5d4a9c3..859c7e0 100644 --- a/vibrator/OWNERS +++ b/vibrator/OWNERS @@ -1,3 +1,4 @@ -chasewu@google.com +chrispaulo@google.com michaelwr@google.com +nathankulczak@google.com taikuo@google.com