config/talos.mk :Disable exclusion rectangle optimization on top of Partial FB

- In absence of bandwidth adjustment for excluded area, this optimization 
  results in higher bandwidth votes. Disable it until bandwidth adjustments 
  are in place.

CRs-fixed: 2336806

Change-Id: Ibc2888ce328aae8c2f42cf4f0c4274f398a5973a
diff --git a/config/talos.mk b/config/talos.mk
index e0c8546..c0bf68b 100644
--- a/config/talos.mk
+++ b/config/talos.mk
@@ -46,6 +46,7 @@
     vendor.display.disable_scaler=0 \
     vendor.display.disable_inline_rotator=1 \
     vendor.display.disable_decimation=1 \
+    vendor.display.disable_excl_rect_partial_fb=1 \
     vendor.display.enable_null_display=0 \
     vendor.display.disable_excl_rect=0 \
     vendor.display.comp_mask=0 \