summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtneygo@google.com>2017-09-19 16:01:24 -0600
committerCourtney Goeltzenleuchter <courtneygo@google.com>2017-09-19 16:01:24 -0600
commit1e88815c0abbc8ee6deabadf6ae3d18bf023b175 (patch)
treeae80ed55245ac6133e51e6b85f024364d0811bf7
parent2532b9c10b4d94f38f5f3e14ce9d10220221262d (diff)
downloadfugu-1e88815c0abbc8ee6deabadf6ae3d18bf023b175.tar.gz
Allow more buffers to work around timing issues
Seeing issues (processes stuck) when running the full test list. Running each individual test separately worked fine. Changing the number of buffers allowed works around suspected race conditions in the driver that was causing things to get stuck. Bug: 65385210 Related Bug: 62267886 Test: cts-tradefed run cts-dev --module CtsServicesHostTestCases \ -t android.server.cts.ActivityManagerDisplayTests Change-Id: Id8b6b134391cb881c7e87f5e448da25d06d219db
-rw-r--r--BoardConfig.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index efb1bc0..41e6f04 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -82,6 +82,7 @@ TARGET_SUPPORT_HDMI_PRIMARY := true
BOARD_USES_LIBDRM := true
TARGET_USES_HWC2 := true
+NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3
SF_START_GRAPHICS_ALLOCATOR_SERVICE := true
# Audio