redbull: enable GL comp backpressure

Enable backpressure for client composition to avoid jank due to
HWC queue stuffing.

Bug: 151113311
Test: 1. Swipe up/down Notification shade.
      2. Measure the "FrameMissed" count from systrace result
Change-Id: I7e36b874c2dc87e84f04c6114d70918f0397e81d
diff --git a/device-common.mk b/device-common.mk
index d9e6f07..00cf8ad 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -723,6 +723,10 @@
 PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
     vendor.skip.init=0
 
+# Enable backpressure for GL comp
+PRODUCT_PROPERTY_OVERRIDES += \
+    debug.sf.enable_gl_backpressure=1
+
 BOARD_USES_QCNE := true
 
 PRODUCT_COPY_FILES += \