From 7b2984837db24720a6b03eb5b5124566e78a5e4e Mon Sep 17 00:00:00 2001 From: Adam Shih Date: Mon, 7 Nov 2022 11:34:43 +0800 Subject: [PATCH 1/2] create raven touch dump Bug: 256521567 Test: adb bugreport Change-Id: Ifef31f7d4290922d9a24cefd52340bf9f125df56 --- device-raven.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/device-raven.mk b/device-raven.mk index 647377b..663af4e 100644 --- a/device-raven.mk +++ b/device-raven.mk @@ -33,6 +33,7 @@ include device/google/gs101/device-shipping-common.mk include device/google/gs101/fingerprint/udfps_common.mk include device/google/gs101/telephony/pktrouter.mk include device/google/gs-common/bcmbt/bluetooth.mk +include device/google/gs-common/touch/lsi/lsi.mk ifeq ($(filter factory_raven, $(TARGET_PRODUCT)),) include device/google/gs101/fingerprint/udfps_shipping.mk From 81330ea59802b79ea4ef0ca6fbc5cbf08a556392 Mon Sep 17 00:00:00 2001 From: joenchen Date: Wed, 7 Sep 2022 12:59:12 +0000 Subject: [PATCH 2/2] RRS: Apply the default config from persist prop vendor_config plays as another role to control the display config during the boot time. To change the default configuration of the user selected mode, we use persist config to store the value. Bug: 244492960 Test: Boot w/ and w/o user selected configs and check the resolution Change-Id: I8839db59fd0b3e352ddea69e3539a7eaadaa29d2 --- device-raven.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device-raven.mk b/device-raven.mk index 1712beb..baf9129 100644 --- a/device-raven.mk +++ b/device-raven.mk @@ -281,6 +281,9 @@ PRODUCT_RESTRICT_VENDOR_FILES := false PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ debug.sf.enable_adpf_cpu_hint=true +# Display RRS default Config +PRODUCT_DEFAULT_PROPERTY_OVERRIDES += persist.vendor.display.primary.boot_config=1440x3120@120 + # Bluetooth OPUS codec PRODUCT_PRODUCT_PROPERTIES += \ persist.bluetooth.opus.enabled=true