msm8974-common: Allow additional gralloc 1.0 buffer usage bits

* Our platform requires 0x02000000U (USAGE_PRIVATE_UNCACHED) for
  camera, video, and various other functionality

Change-Id: Ie5a8a46fef1c0f28ebd2cd3b3d29cc19763bc2a3
This commit is contained in:
Kevin F. Haggerty 2018-08-25 20:31:39 -06:00
parent 7eb0d299d2
commit 82bf4a6bc2
No known key found for this signature in database
GPG Key ID: 6D95512933112729

View File

@ -62,6 +62,7 @@ endif
# Display
NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3
OVERRIDE_RS_DRIVER:= libRSDriver_adreno.so
TARGET_ADDITIONAL_GRALLOC_10_USAGE_BITS := 0x02000000U
# Shader cache config options
# Maximum size of the GLES Shaders that can be cached for reuse.