From 5dc47062e11321b1e7e5c98339f7893220fffda4 Mon Sep 17 00:00:00 2001 From: Steve Berbary Date: Tue, 17 May 2022 02:19:49 +0000 Subject: [PATCH 1/4] Update raven SVN to 29 Bug: 231380374 Change-Id: Ibd95cc73a65f3eb356f16c1c38e34684340f6636 --- device-raven.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-raven.mk b/device-raven.mk index e3fb280..1069aac 100644 --- a/device-raven.mk +++ b/device-raven.mk @@ -187,7 +187,7 @@ endif # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=28 + ro.vendor.build.svn=29 # Hide cutout overlays PRODUCT_PACKAGES += \ From fe94a8e370f7655743580e92de26dd0c6bdb0fe4 Mon Sep 17 00:00:00 2001 From: Steve Berbary Date: Tue, 17 May 2022 02:18:17 +0000 Subject: [PATCH 2/4] Update oriole SVN to 29 Bug: 231380374 Change-Id: I76522b37ddbccc5c652ca8913d4865df0687a941 --- device-oriole.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-oriole.mk b/device-oriole.mk index af538b4..e95186c 100644 --- a/device-oriole.mk +++ b/device-oriole.mk @@ -175,7 +175,7 @@ endif # Increment the SVN for any official public releases PRODUCT_VENDOR_PROPERTIES += \ - ro.vendor.build.svn=28 + ro.vendor.build.svn=29 # Hide cutout overlays PRODUCT_PACKAGES += \ From 92d180a8e821aae3b1ba7b4cd09dadf7282cfcf5 Mon Sep 17 00:00:00 2001 From: Wei Wang Date: Sun, 8 May 2022 23:11:52 -0700 Subject: [PATCH 3/4] Remove FPS based hints for TA boost Bug: 205369368 Test: Build Change-Id: I063f8aa6d77b966d50d11c0135880ff787870e07 Signed-off-by: Wei Wang --- powerhint-oriole.json | 3 +-- powerhint-raven.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/powerhint-oriole.json b/powerhint-oriole.json index 9a1a0b2..845f8c0 100644 --- a/powerhint-oriole.json +++ b/powerhint-oriole.json @@ -145,7 +145,6 @@ "553", "185", "1", - "128", "55" ], "ResetOnInit": true @@ -1237,7 +1236,7 @@ "PowerHint": "REFRESH_90FPS", "Node": "TAUClampBoost", "Duration": 0, - "Value": "128" + "Value": "55" }, { "PowerHint": "REFRESH_60FPS", diff --git a/powerhint-raven.json b/powerhint-raven.json index 40e952e..d7b9c10 100644 --- a/powerhint-raven.json +++ b/powerhint-raven.json @@ -145,7 +145,6 @@ "553", "185", "1", - "183", "55" ], "ResetOnInit": true @@ -1248,7 +1247,7 @@ "PowerHint": "REFRESH_120FPS", "Node": "TAUClampBoost", "Duration": 0, - "Value": "183" + "Value": "55" }, { "PowerHint": "REFRESH_60FPS", From f680529e42ac3aa8a20f0aa31a44e1ee8918cead Mon Sep 17 00:00:00 2001 From: chasewu Date: Thu, 14 Apr 2022 15:30:02 +0800 Subject: [PATCH 4/4] vibrator: add device specific constants Add device specific constants required for calculating the bandwidth amplitude map Bug: 230807667 Test: verify the property values on P21 devices Signed-off-by: chasewu Change-Id: I9716e3d39e4196825baeebec5c968e470aa644ee --- device-oriole.mk | 4 +++- device-raven.mk | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/device-oriole.mk b/device-oriole.mk index 6b0468e..53602c1 100644 --- a/device-oriole.mk +++ b/device-oriole.mk @@ -135,7 +135,9 @@ DEVICE_MANIFEST_FILE += \ # Vibrator HAL PRODUCT_PRODUCT_PROPERTIES +=\ - ro.vendor.vibrator.hal.long.frequency.shift=15 + ro.vendor.vibrator.hal.long.frequency.shift=15 \ + ro.vendor.vibrator.hal.device.mass=0.205 \ + ro.vendor.vibrator.hal.loc.coeff=2.25 ACTUATOR_MODEL := luxshare_ict_081545 diff --git a/device-raven.mk b/device-raven.mk index db274e3..0a8f1de 100644 --- a/device-raven.mk +++ b/device-raven.mk @@ -151,7 +151,9 @@ DEVICE_MANIFEST_FILE += \ # Vibrator HAL PRODUCT_PRODUCT_PROPERTIES +=\ - ro.vendor.vibrator.hal.long.frequency.shift=15 + ro.vendor.vibrator.hal.long.frequency.shift=15 \ + ro.vendor.vibrator.hal.device.mass=0.21 \ + ro.vendor.vibrator.hal.loc.coeff=2.5 ACTUATOR_MODEL := luxshare_ict_081545