msm8976-common: Add 0x2000U to additional gralloc usage bits

Fixes video playback error.

| Gralloc2: buffer descriptor contains invalid usage bits 0x2000
This commit is contained in:
arco 2020-03-05 23:06:17 +01:00 committed by ripee
parent eac97cf9ad
commit 8e30e03999
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY ?= true
# Display
BOARD_USES_ADRENO := true
SF_VSYNC_EVENT_PHASE_OFFSET_NS := 2000000
TARGET_ADDITIONAL_GRALLOC_10_USAGE_BITS := 0x02000000U
TARGET_ADDITIONAL_GRALLOC_10_USAGE_BITS := 0x2000U | 0x02000000U
TARGET_CONTINUOUS_SPLASH_ENABLED := true
TARGET_USES_ION := true
TARGET_USES_OVERLAY := true