ecore-drm: Fix purpose of ecore_drm_output_enable/disable functions
authorChris Michael <cp.michael@samsung.com>
Wed, 13 May 2015 14:19:32 +0000 (10:19 -0400)
committerChris Michael <cp.michael@samsung.com>
Wed, 13 May 2015 18:42:03 +0000 (14:42 -0400)
commit3aaa9f2f9f2c998207eb3ad13876d70532e6bd0c
tree846d14e4e1218de75d7d3bf6ad53e5060a950a9f
parent957a89168ba327c7c754af45894b9345a971561d
ecore-drm: Fix purpose of ecore_drm_output_enable/disable functions

Summary: These API functions should be used for enable/disable of a
given output. They were previously being misused to stop/start
rendering on an output when we VT switch away so now we add an
internal function we can call to disable/enable rendering.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_drm/Ecore_Drm.h
src/lib/ecore_drm/ecore_drm_logind.c
src/lib/ecore_drm/ecore_drm_output.c
src/lib/ecore_drm/ecore_drm_private.h