msm8974-common: Drop custom display flags

* TARGET_USES_OVERLAY and USE_OPENGL_RENDERER are largely deprecated
* Don't set triple buffering, it introduces latency
* Don't use custom VSYNC offsets

Change-Id: If2892c83726c3558a96b28a8404f49982ebb9ba0
[haggertk: Only triple offset aspect of this change is relevant to
 this device family]
This commit is contained in:
Ethan Chen 2018-09-24 23:54:32 -07:00 committed by Kevin F. Haggerty
parent 4b086d485b
commit 6ac0af40b5
No known key found for this signature in database
GPG Key ID: 6D95512933112729

View File

@ -59,7 +59,6 @@ ifeq ($(HOST_OS),linux)
endif endif
# Display # Display
NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3
OVERRIDE_RS_DRIVER:= libRSDriver_adreno.so OVERRIDE_RS_DRIVER:= libRSDriver_adreno.so
TARGET_ADDITIONAL_GRALLOC_10_USAGE_BITS := 0x02000000U TARGET_ADDITIONAL_GRALLOC_10_USAGE_BITS := 0x02000000U