[PATCH 2/2] drm/radeon/kms: handle !force case in connector detect more gracefully

2011-10-10 Thread Simon Farnsworth
On Friday 7 October 2011, alexdeucher at gmail.com wrote: > From: Alex Deucher > > When force == false, we don't do load detection in the connector > detect functions. Unforunately, we also return the previous > connector state so we never get disconnect events for DVI-I, DVI-A, > or VGA. Save

Re: [PATCH 2/2] drm/radeon/kms: handle !force case in connector detect more gracefully

2011-10-10 Thread Simon Farnsworth
On Friday 7 October 2011, alexdeuc...@gmail.com wrote: > From: Alex Deucher > > When force == false, we don't do load detection in the connector > detect functions. Unforunately, we also return the previous > connector state so we never get disconnect events for DVI-I, DVI-A, > or VGA. Save whe

[PATCH 2/2] drm/radeon/kms: handle !force case in connector detect more gracefully

2011-10-07 Thread alexdeuc...@gmail.com
From: Alex Deucher When force == false, we don't do load detection in the connector detect functions. Unforunately, we also return the previous connector state so we never get disconnect events for DVI-I, DVI-A, or VGA. Save whether we detected the monitor via load detection previously and use

[PATCH 2/2] drm/radeon/kms: handle !force case in connector detect more gracefully

2011-10-07 Thread alexdeucher
From: Alex Deucher When force == false, we don't do load detection in the connector detect functions. Unforunately, we also return the previous connector state so we never get disconnect events for DVI-I, DVI-A, or VGA. Save whether we detected the monitor via load detection previously and use