OSDN Git Service

Remove unneeded break if encoder is found
authorHarish Krupo <harish.krupo.kps@intel.com>
Mon, 17 Jul 2017 16:29:11 +0000 (21:59 +0530)
committerKalyan Kondapally <kalyan.kondapally@intel.com>
Mon, 17 Jul 2017 18:06:43 +0000 (14:06 -0400)
commite7d979a7d64fcb44536804675d234cf374014878
tree29d914ab88919581c48c31261fe6665770771075
parent5c84942553fe5cca07db75d61a5b6cb82b49e49b
Remove unneeded break if encoder is found

When an encoder is found for the first connector, the
variable found_encoder is set to true which then causes
the loop to terminate unnecessarily. This causes only one
connector to be detected at boot time.

Jira: IAHWC-80
Tests: On boot, more than one connected displays are identified.

Signed-off-by: Harish Krupo <harish.krupo.kps@intel.com>
wsi/drm/drmdisplaymanager.cpp