ecore_drm2: Rebuild atomic state from plane_destination_set

Call a test commit to rebuild the atomic_req
This commit is contained in:
Derek Foreman 2017-04-28 15:22:47 -05:00
parent 6b9a6a8bed
commit c98a9b06c6
1 changed files with 2 additions and 0 deletions

View File

@ -139,4 +139,6 @@ ecore_drm2_plane_destination_set(Ecore_Drm2_Plane *plane, int x, int y, int w, i
plane->state->cy.value = y;
plane->state->cw.value = w;
plane->state->ch.value = h;
_fb_atomic_flip_test(plane->output);
}