ecore-drm2: Don't call fb_flip until output is enabled
authorChris Michael <cp.michael@samsung.com>
Fri, 19 May 2017 15:33:19 +0000 (11:33 -0400)
committerChris Michael <cp.michael@samsung.com>
Fri, 19 May 2017 15:33:19 +0000 (11:33 -0400)
commite0a1e63072eb1282dc0bc16042fddbc00ffb7c26
tree396934477a873fab347f15b54558a397f4fc35d7
parent851a2c72afab9a8605f804fd245f20cf78ab10e6
ecore-drm2: Don't call fb_flip until output is enabled

When calling ecore_drm2_output_enabled_set, we cannot initiate a
pageflip until the output has been enabled, so remove call to fb_flip
here. The dpms_set function will handle issueing the pageflip anyway.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_drm2/ecore_drm2_outputs.c