Re: [PATCH 3/3] fbcon: fix situation where fbcon gets deinitialised and can't reinit.

2010-12-27 Thread Paul Mundt
On Tue, Dec 21, 2010 at 11:41:17AM +1000, Dave Airlie wrote: > From: Dave Airlie > > Situation as follow: > 2 GPUs + vesafb + kms. > > GPU 1 is primary, vesafb binds to it as fb0 > radeon loads > GPU 0 loads as fb1 > GPU 1 loads, vesafb gets kicked off which causes fb0 to unbind > console, which

[PATCH 3/3] fbcon: fix situation where fbcon gets deinitialised and can't reinit.

2010-12-24 Thread Paul Mundt
On Tue, Dec 21, 2010 at 11:41:17AM +1000, Dave Airlie wrote: > From: Dave Airlie > > Situation as follow: > 2 GPUs + vesafb + kms. > > GPU 1 is primary, vesafb binds to it as fb0 > radeon loads > GPU 0 loads as fb1 > GPU 1 loads, vesafb gets kicked off which causes fb0 to unbind > console, which

[PATCH 3/3] fbcon: fix situation where fbcon gets deinitialised and can't reinit.

2010-12-21 Thread Dave Airlie
From: Dave Airlie Situation as follow: 2 GPUs + vesafb + kms. GPU 1 is primary, vesafb binds to it as fb0 radeon loads GPU 0 loads as fb1 GPU 1 loads, vesafb gets kicked off which causes fb0 to unbind console, which causes the dummy console to rebind. this means fbcon_deinit gets called, which

[PATCH 3/3] fbcon: fix situation where fbcon gets deinitialised and can't reinit.

2010-12-20 Thread Dave Airlie
From: Dave Airlie Situation as follow: 2 GPUs + vesafb + kms. GPU 1 is primary, vesafb binds to it as fb0 radeon loads GPU 0 loads as fb1 GPU 1 loads, vesafb gets kicked off which causes fb0 to unbind console, which causes the dummy console to rebind. this means fbcon_deinit gets called, which