sm7250-common: BoardConfig: Enable Gralloc ion sync

Gralloc ion sync enables a cache sync when Gralloc buffers are
unlocked.  Buffers the GPU wrote don't need this, but buffers the
CPU wrote do.

Bug: 183735780
Test: RealCalc
Change-Id: I67a9ee15b172fb11d262c41723404c5b9cafde82
Signed-off-by: aswin7469 <aswinas@pixysos.com>
This commit is contained in:
Sean Callanan
2023-01-05 22:05:35 +05:30
committed by Sandeep P S
parent 8b796843a4
commit 0fab25f460
+1
View File
@@ -111,6 +111,7 @@ TARGET_USES_DISPLAY_RENDER_INTENTS := true
TARGET_USES_DRM_PP := true
TARGET_USES_GRALLOC1 := true
TARGET_USES_GRALLOC4 := true
BOARD_USES_GRALLOC_ION_SYNC := true
TARGET_USES_HWC2 := true
TARGET_USES_ION := true
TARGET_USES_QCOM_DISPLAY_BSP := true