ecore-evas-drm: Enable vsync by default for ecore_evas drm engine
authorChris Michael <cp.michael@samsung.com>
Fri, 28 Mar 2014 13:43:22 +0000 (13:43 +0000)
committerChris Michael <cp.michael@samsung.com>
Tue, 1 Apr 2014 06:09:49 +0000 (07:09 +0100)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/ecore_evas/engines/drm/ecore_evas_drm.c

index 731f0fc..fc8bd6c 100644 (file)
@@ -231,7 +231,7 @@ ecore_evas_drm_new_internal(const char *device, unsigned int parent EINA_UNUSED,
         einfo->info.depth = 32; // FIXME
         einfo->info.destination_alpha = ee->alpha;
         einfo->info.rotation = ee->rotation;
-        einfo->info.vsync = EINA_FALSE;
+        einfo->info.vsync = EINA_TRUE;
         einfo->info.use_hw_accel = EINA_FALSE;
         einfo->info.fd = ecore_drm_device_fd_get(dev);
         einfo->info.tty = ecore_drm_tty_get(dev);