sdm: Add support to defer Fps config
On Builtin display, add support to defer Fps (Transfer time) config
to Comp Manager until number of frames, configured with Vendor properties.
CRs-Fixed: 2472355
Change-Id: Ie314136878b5ec15bfafa629b9a89643cf094d49
diff --git a/include/display_properties.h b/include/display_properties.h
index 5096591..06ab31d 100644
--- a/include/display_properties.h
+++ b/include/display_properties.h
@@ -129,5 +129,6 @@
#define DISABLE_UI_3D_TONEMAP DISPLAY_PROP("disable_ui_3d_tonemap")
#define DISABLE_PARALLEL_CACHE DISPLAY_PROP("disable_parallel_cache")
#define ENABLE_FORCE_SPLIT DISPLAY_PROP("enable_force_split")
+#define DEFER_FPS_FRAME_COUNT DISPLAY_PROP("defer_fps_frame_count")
#endif // __DISPLAY_PROPERTIES_H__