ecore_drm2: remove flip test from commit path

We'll be doing tests as we build up plane state assignment.  it's too late
to do anything about it if we fail here - failed tests will block plane
assignment in the first place so the scene graph knows it still has to
render those visual elements.
This commit is contained in:
Derek Foreman 2017-04-27 15:47:12 -05:00
parent ba2275b7ec
commit f1d779da06
1 changed files with 0 additions and 3 deletions

View File

@ -490,10 +490,7 @@ ecore_drm2_fb_flip(Ecore_Drm2_Fb *fb, Ecore_Drm2_Output *output)
if (!output->enabled) return -1;
if (_ecore_drm2_use_atomic)
{
if (_fb_atomic_flip_test(output))
ret = _fb_atomic_flip(output);
}
else
ret = _fb_flip(output, fb);