summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Foreman <derekf@osg.samsung.com>2017-04-28 15:22:47 -0500
committerDerek Foreman <derekf@osg.samsung.com>2017-05-04 16:51:18 -0500
commitca0e23221c2b73ad2475539c6a80d0280d9abc0e (patch)
treee5d94d231b2a2d0c73bf29d594dd2c6112a7099a
parent3a725d099cca0c79cc8a246f3a6e2c327070ea6c (diff)
downloadefl-ca0e23221c2b73ad2475539c6a80d0280d9abc0e.tar.gz
ecore_drm2: Rebuild atomic state from plane_destination_set
Call a test commit to rebuild the atomic_req
-rw-r--r--src/lib/ecore_drm2/ecore_drm2_plane.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ecore_drm2/ecore_drm2_plane.c b/src/lib/ecore_drm2/ecore_drm2_plane.c
index 9ebc1d96ff..9ee0bb3a75 100644
--- a/src/lib/ecore_drm2/ecore_drm2_plane.c
+++ b/src/lib/ecore_drm2/ecore_drm2_plane.c
@@ -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);
}