ecore_drm2: Call flip test in plane release

If we don't do a flip test, the atomic state isn't updated.  This fixes
a potential problem where the last operation in state preparation is
a release - the following commit wouldn't include state from the release.
This commit is contained in:
Derek Foreman 2017-05-04 15:19:58 -05:00
parent 7628977fbf
commit 1071c9f3a8
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ ecore_drm2_plane_release(Ecore_Drm2_Plane *plane)
plane->state->in_use = EINA_FALSE;
plane->state->release = EINA_TRUE;
_fb_atomic_flip_test(plane->output);
}
EAPI void