From 7c2a66da025623d7786302e0f8f8c8113c50e2fd Mon Sep 17 00:00:00 2001 From: Rinigus Date: Wed, 17 Sep 2025 07:51:51 +0530 Subject: [PATCH] ferrari: displayconfig: Update display ID A recent kernel-side change in the display driver [1] updated the hardware port ID, resulting in a new display ID. [1]: https://git.codelinaro.org/clo/la/platform/vendor/opensource/display-drivers/-/commit/0a3ce4196429ef713359548a99212dc0a4ec4d9a Change-Id: I83ece64dd7151cfbea90e73fa71f252fe70356ac --- ...30946358012694402.xml => display_id_4630946358012694401.xml} | 0 device.mk | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename configs/{display_id_4630946358012694402.xml => display_id_4630946358012694401.xml} (100%) diff --git a/configs/display_id_4630946358012694402.xml b/configs/display_id_4630946358012694401.xml similarity index 100% rename from configs/display_id_4630946358012694402.xml rename to configs/display_id_4630946358012694401.xml diff --git a/device.mk b/device.mk index ab15516..25deced 100644 --- a/device.mk +++ b/device.mk @@ -28,7 +28,7 @@ TARGET_SCREEN_WIDTH := 1440 # Display PRODUCT_COPY_FILES += \ - $(LOCAL_PATH)/configs/display_id_4630946358012694402.xml:$(TARGET_COPY_OUT_VENDOR)/etc/displayconfig/display_id_4630946358012694402.xml + $(LOCAL_PATH)/configs/display_id_4630946358012694401.xml:$(TARGET_COPY_OUT_VENDOR)/etc/displayconfig/display_id_4630946358012694401.xml $(call soong_config_set,qtidisplay,oplus_udfps,true)