Skip to content

Commit 2e3bb37

Browse files
author
Jim Shargo
committed
libgui: Add bq_gl_fence_cleanup flag
Bug: 339705065 Flag: EXEMPT new flag Test: n/a Change-Id: I06cf8bce5af75cc9eb9c462e953cf13a6bfde7c1
1 parent e4002e3 commit 2e3bb37

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

libs/gui/libgui_flags.aconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,11 @@ flag {
131131
bug: "359252619"
132132
is_fixed_read_only: true
133133
} # bq_producer_throttles_only_async_mode
134+
135+
flag {
136+
name: "bq_gl_fence_cleanup"
137+
namespace: "core_graphics"
138+
description: "Remove BufferQueueProducer::dequeue's wait on this fence (or the fence entirely) to prevent deadlocks"
139+
bug: "339705065"
140+
is_fixed_read_only: true
141+
} # bq_gl_fence_cleanup

0 commit comments

Comments
 (0)