ecore drm - increase timeout for flips from 0.05 to 2.0 sec

so our timeout is far too agressive. we cant stay hung on buggy
devices/drivers though so make the timeout 2s instead of 0.05s so we
dont go retrying flips too agressively which causes stuttering

@fix
This commit is contained in:
Carsten Haitzler 2020-09-04 13:04:58 +01:00
parent 39ccd92394
commit e0d21286c2
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#include "ecore_drm2_private.h"
#define FLIP_TIMEOUT 0.05
#define FLIP_TIMEOUT 1.0
static Eina_Bool
_fb2_create(Ecore_Drm2_Fb *fb)