From 1e88815c0abbc8ee6deabadf6ae3d18bf023b175 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Tue, 19 Sep 2017 16:01:24 -0600 Subject: 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 --- BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3