[REVERTME] vendor: display: Disable SmoMo / Smooth Motion

This is broken without QSSI14 blobs based on
Android 14 QPR1. Revert when we have newer blobs.

Change-Id: I6a88e6936c53f91cccfed7829afc17fa648a175b
This commit is contained in:
Jake Weinstein 2023-12-28 17:10:53 +09:00
parent 347cf30fbb
commit 646496985e
1 changed files with 5 additions and 0 deletions

View File

@ -86,5 +86,10 @@ ifneq (,$(filter 3.18 4.4 4.9 4.14 4.19 5.4 5.10 5.15, $(TARGET_KERNEL_VERSION))
TARGET_GRALLOC_HANDLE_HAS_NO_UBWCP := true
endif
# REVERTME WHEN WE HAVE ANDROID 14 QPR1 BLOBS
# Disable SmoMo / Smooth Motion
PRODUCT_ODM_PROPERTIES += \
vendor.display.use_smooth_motion=0
# Get non-open-source specific aspects.
$(call inherit-product-if-exists, vendor/qcom/common/vendor/display/$(TARGET_KERNEL_VERSION)/display-vendor.mk)