e_comp_cfdata: set nocomp_use_timer 0 as defalut 17/86017/1 accepted/tizen/common/20160830.150324 accepted/tizen/ivi/20160830.235649 accepted/tizen/mobile/20160830.235439 accepted/tizen/tv/20160830.235521 accepted/tizen/wearable/20160830.235606 submit/tizen/20160830.063644
authorJuyeon Lee <juyeonne.lee@samsung.com>
Tue, 30 Aug 2016 07:03:17 +0000 (16:03 +0900)
committerJuyeon Lee <juyeonne.lee@samsung.com>
Tue, 30 Aug 2016 07:04:02 +0000 (16:04 +0900)
Change-Id: I73c8b6fc45c84f3ee65c847fd1ac3dea9879c90f
Signed-off-by: Juyeon Lee <juyeonne.lee@samsung.com>
src/bin/e_comp.c
src/bin/e_comp_cfdata.c

index b99f9f50e943d7a80a3205eb7d7ecfe15730bf9a..9fa9f8dc37c19ca9a35cf88d33f9416b4b6b3106 100644 (file)
@@ -1470,6 +1470,8 @@ e_comp_init(void)
           WRN("fail to init hwc.");
         else
           e_comp->hwc_fs = EINA_TRUE; // 1: active hwc policy
+
+        conf->nocomp_use_timer = 0; // will remove out once e-tizen-data is applied on all profiles
      }
 #endif
 
index 340a878c00fdae5b30165bca7d55354f54336d9a..1935acddf008056eeb88250ff17d62e05ff8fbc4 100644 (file)
@@ -110,7 +110,7 @@ e_comp_cfdata_config_new(void)
    cfg->send_flush = 1; // implement
    cfg->send_dump = 1; // implement
    cfg->nocomp_fs = 1;
-   cfg->nocomp_use_timer = 1;
+   cfg->nocomp_use_timer = 0;
    cfg->nocomp_begin_timeout = 2.0;
    cfg->hwc = 0;
    cfg->hwc_use_multi_plane = 0;