[PATCH] drm/fb-helper: delay hotplug handling when partially bound

2012-07-20 Thread Dave Airlie
On Thu, Jul 19, 2012 at 1:52 AM, Daniel Vetter wrote: > On Fri, Jun 15, 2012 at 10:32:20AM +0100, Chris Wilson wrote: >> On Fri, 15 Jun 2012 11:01:22 +0200, Daniel Vetter > ffwll.ch> wrote: >> > Ok, this requires quite a dance to actually hit: >> > 1) We plug in a 2nd screen, enable it in both X

Re: [PATCH] drm/fb-helper: delay hotplug handling when partially bound

2012-07-19 Thread Dave Airlie
On Thu, Jul 19, 2012 at 1:52 AM, Daniel Vetter dan...@ffwll.ch wrote: On Fri, Jun 15, 2012 at 10:32:20AM +0100, Chris Wilson wrote: On Fri, 15 Jun 2012 11:01:22 +0200, Daniel Vetter daniel.vet...@ffwll.ch wrote: Ok, this requires quite a dance to actually hit: 1) We plug in a 2nd screen,

[PATCH] drm/fb-helper: delay hotplug handling when partially bound

2012-07-18 Thread Daniel Vetter
On Fri, Jun 15, 2012 at 10:32:20AM +0100, Chris Wilson wrote: > On Fri, 15 Jun 2012 11:01:22 +0200, Daniel Vetter > wrote: > > Ok, this requires quite a dance to actually hit: > > 1) We plug in a 2nd screen, enable it in both X and (by vt-switching) > > in the fbcon. > > 2) We disable that

Re: [PATCH] drm/fb-helper: delay hotplug handling when partially bound

2012-07-18 Thread Daniel Vetter
On Fri, Jun 15, 2012 at 10:32:20AM +0100, Chris Wilson wrote: On Fri, 15 Jun 2012 11:01:22 +0200, Daniel Vetter daniel.vet...@ffwll.ch wrote: Ok, this requires quite a dance to actually hit: 1) We plug in a 2nd screen, enable it in both X and (by vt-switching) in the fbcon. 2) We

[PATCH] drm/fb-helper: delay hotplug handling when partially bound

2012-06-15 Thread Daniel Vetter
Ok, this requires quite a dance to actually hit: 1) We plug in a 2nd screen, enable it in both X and (by vt-switching) in the fbcon. 2) We disable that screen again in with xrandr. 3) We vt-switch again, so that fbcon displays on the 2nd screen, but X on the first screen. This obviously needs a

[PATCH] drm/fb-helper: delay hotplug handling when partially bound

2012-06-15 Thread Chris Wilson
On Fri, 15 Jun 2012 11:01:22 +0200, Daniel Vetter wrote: > Ok, this requires quite a dance to actually hit: > 1) We plug in a 2nd screen, enable it in both X and (by vt-switching) > in the fbcon. > 2) We disable that screen again in with xrandr. > 3) We vt-switch again, so that fbcon displays on

[PATCH] drm/fb-helper: delay hotplug handling when partially bound

2012-06-15 Thread Daniel Vetter
Ok, this requires quite a dance to actually hit: 1) We plug in a 2nd screen, enable it in both X and (by vt-switching) in the fbcon. 2) We disable that screen again in with xrandr. 3) We vt-switch again, so that fbcon displays on the 2nd screen, but X on the first screen. This obviously needs a

Re: [PATCH] drm/fb-helper: delay hotplug handling when partially bound

2012-06-15 Thread Chris Wilson
On Fri, 15 Jun 2012 11:01:22 +0200, Daniel Vetter daniel.vet...@ffwll.ch wrote: Ok, this requires quite a dance to actually hit: 1) We plug in a 2nd screen, enable it in both X and (by vt-switching) in the fbcon. 2) We disable that screen again in with xrandr. 3) We vt-switch again, so that