Skip to content

Commit 73f2b95

Browse files
basamaryandanielml3
authored andcommitted
sweet: configs: import 0b qdcm display calibration from MIUI V13.0.10.0.SKFEUXM
* Fix NumModes in qdcm profiles * Remove video modes * Default to smart_MC Change-Id: Id6a3691418604f1ef0af714613ab5581f358c129
1 parent cdbda6f commit 73f2b95

2 files changed

Lines changed: 156 additions & 1 deletion

File tree

configs/display/qdcm_calib_data_xiaomi_k6_38_0e_0b_fhd_dsc_video_dsi_panel.xml

Lines changed: 154 additions & 0 deletions
Large diffs are not rendered by default.

device.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,8 @@ PRODUCT_PACKAGES += \
229229
libsdmcore-shim
230230

231231
PRODUCT_COPY_FILES += \
232-
$(LOCAL_PATH)/configs/display/qdcm_calib_data_xiaomi_k6_38_0c_0a_fhd_dsc_video_dsi_panel.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_xiaomi_k6_38_0c_0a_fhd_dsc_video_dsi_panel.xml
232+
$(LOCAL_PATH)/configs/display/qdcm_calib_data_xiaomi_k6_38_0c_0a_fhd_dsc_video_dsi_panel.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_xiaomi_k6_38_0c_0a_fhd_dsc_video_dsi_panel.xml \
233+
$(LOCAL_PATH)/configs/display/qdcm_calib_data_xiaomi_k6_38_0e_0b_fhd_dsc_video_dsi_panel.xml:$(TARGET_COPY_OUT_VENDOR)/etc/qdcm_calib_data_xiaomi_k6_38_0e_0b_fhd_dsc_video_dsi_panel.xml
233234

234235
# Media
235236
PRODUCT_PACKAGES += \

0 commit comments

Comments
 (0)