Re: [Intel-gfx] [PATCH] drm/i915: Enable hotplug polling after registering the outputs

2017-11-28 Thread Maarten Lankhorst
Op 27-11-17 om 11:34 schreef Chris Wilson: > Quoting Maarten Lankhorst (2017-11-27 10:18:46) >> Op 27-11-17 om 10:45 schreef Chris Wilson: >>> Previously we would enable hotplug polling on the outputs immediately >>> upon construction. This would allow a very early hotplug event to >>> trigger

Re: [Intel-gfx] [PATCH] drm/i915: Enable hotplug polling after registering the outputs

2017-11-27 Thread Chris Wilson
Quoting Maarten Lankhorst (2017-11-27 10:18:46) > Op 27-11-17 om 10:45 schreef Chris Wilson: > > Previously we would enable hotplug polling on the outputs immediately > > upon construction. This would allow a very early hotplug event to > > trigger before we had finishing setting up the driver to

Re: [Intel-gfx] [PATCH] drm/i915: Enable hotplug polling after registering the outputs

2017-11-27 Thread Maarten Lankhorst
Op 27-11-17 om 10:45 schreef Chris Wilson: > Previously we would enable hotplug polling on the outputs immediately > upon construction. This would allow a very early hotplug event to > trigger before we had finishing setting up the driver to handle it. > Instead, move the output polling to the

[Intel-gfx] [PATCH] drm/i915: Enable hotplug polling after registering the outputs

2017-11-27 Thread Chris Wilson
Previously we would enable hotplug polling on the outputs immediately upon construction. This would allow a very early hotplug event to trigger before we had finishing setting up the driver to handle it. Instead, move the output polling to the last step of registration, after we have set up all