ecore_evas_drm: Partially revert "Refuse to start a ticker for a manually rendered canvas"

BAILing here can break animators permanently, so best to just log the
issue and move on (and potentially allow the ticker to wake us from DPMS).

ref T5462

Partially reverts a795629e8c
This commit is contained in:
Derek Foreman 2017-07-11 16:08:55 -05:00
parent ca5ae6acb7
commit d3c10fb1eb
1 changed files with 1 additions and 4 deletions

View File

@ -653,10 +653,7 @@ _drm_animator_register(Ecore_Evas *ee)
Ecore_Evas_Engine_Drm_Data *edata;
if (ee->manual_render)
{
ERR("Attempt to schedule tick for manually rendered canvas");
return;
}
ERR("Attempt to schedule tick for manually rendered canvas");
edata = ee->engine.data;
edata->ticking = EINA_TRUE;