tdm_config: add TDM_CONFIG_KEY_GENERAL_HWC_COMMIT_USE_GLOBAL_FPS config define
[platform/core/uifw/libtdm.git] / src / tdm_config.h
index a9ed0fd..f9d43a9 100644 (file)
@@ -120,6 +120,17 @@ tdm_config_set_string(const char *key, const char *value);
  */
 #define TDM_CONFIG_KEY_GENERAL_VIRTUAL_OUTPUT  "general:virtual_output"
 
+/* set the tdm virtual output hwc target buffer bo to default. [0(unset), 1(set)]
+ * default: 0
+ * ex) 1
+ */
+#define TDM_CONFIG_KEY_GENERAL_VIRTUAL_OUTPUT_HWC_TARGET_BO_DEFAULT  "general:virtual_output_hwc_target_bo_default"
+
+/* use the global fps to commit. [0(disable), 1(enable)]
+ * default: 0
+ * ex) 1
+ */
+#define TDM_CONFIG_KEY_GENERAL_HWC_COMMIT_USE_GLOBAL_FPS  "general:hwc_commit_use_global_fps"
 
 /*** debug keys **************************************************************/