commit | 5d250b05918c002b63632c7db91c3c5f924c6a3b | [log] [tgz] |
---|---|---|
author | Sonika Jindal <sonika.jindal@intel.com> | Mon Oct 05 16:43:14 2015 +0530 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Oct 06 10:25:55 2015 +0200 |
tree | adbf2b0c012615d8e4a02290d67ce195e19a53a5 | |
parent | 068127601eefa0565f4b2f4d82750cad9e37000c [diff] |
drm/i915: Call encoder hotplug for init and resume cases For all the encoders, call the hot_plug if it is registered. This is required for connected boot and resume cases to generate fake hpd resulting in reading of edid. Removing the initial sdvo hot_plug call too so that it will be called just once from this loop. Signed-off-by: Sonika Jindal <sonika.jindal@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>