ecore-drm: Fix issue with ecore_drm_output_crtc_Find sending back an
authorChris Michael <cp.michael@samsung.com>
Thu, 5 Feb 2015 16:06:41 +0000 (11:06 -0500)
committerChris Michael <cp.michael@samsung.com>
Thu, 5 Feb 2015 16:08:36 +0000 (11:08 -0500)
commit773897b09b94afe48193dab56550774d8453b5e7
treea8090d924d05ef4f85b95b88ffb3b9084651b55d
parent73634580f8949547b0dbd5f072eb57fa1e273401
ecore-drm: Fix issue with ecore_drm_output_crtc_Find sending back an
invalid id. Fix T2086

Summary: In order to avoid getting returned an invalid id, we should
not be checking the currently active encoder and crtc combination
because outputs may have changed, encoders/crtc combinations could
have changed, etc, etc.

@fix

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