ecore-evas-drm: Fix setting rotation during async render
authorChris Michael <cp.michael@samsung.com>
Mon, 13 Feb 2017 18:43:21 +0000 (13:43 -0500)
committerChris Michael <cp.michael@samsung.com>
Mon, 13 Feb 2017 18:43:21 +0000 (13:43 -0500)
commit6aad6d27f228dacc1a9c27d13f79ac3bc5fde3c9
treef41a95f487598eeb0c6c5a29d6013119e7166c32
parent60c7891598d1e2343ff33f3b41e3b426cf0dd034
ecore-evas-drm: Fix setting rotation during async render

If we are in async render and a call to rotation_set has been made,
then we should delay setting that rotation until rendering is
completed. This patch fixes that issue by setting ee->delayed.rotation
and handling it during _drm_render_updates

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/ecore_evas/engines/drm/ecore_evas_drm.c