[PATCH 2/2] drm/probe-helper: clamp unknown connector status in the poll work

2015-01-21 Thread Rob Clark
On Wed, Jan 21, 2015 at 2:45 AM, Daniel Vetter wrote: > On some chipset we try to avoid possibly invasive output detection > methods (like load detect which can cause flickering elsewhere) in the > output poll work. Drivers could hence return unknown when a previous > full ->detect call returned

[PATCH 2/2] drm/probe-helper: clamp unknown connector status in the poll work

2015-01-21 Thread Daniel Vetter
On some chipset we try to avoid possibly invasive output detection methods (like load detect which can cause flickering elsewhere) in the output poll work. Drivers could hence return unknown when a previous full ->detect call returned a different state. This change will generate a hotplug event, f