[PATCH] drm/i915: restore only the mode of this driver on lastclose (v2)

2011-04-13 Thread Dave Airlie
From: Dave Airlie i915 calls the panic handler function on last close to reset the modes, however this is a really bad idea for multi-gpu machines, esp shareable gpus machines. So add a new entry point for the driver to just restore its own fbcon mode. v2: move code into fb helper, fix panic cod

[PATCH] drm/i915: restore only the mode of this driver on lastclose (v2)

2011-04-13 Thread Chris Wilson
On Wed, 13 Apr 2011 09:35:55 +1000, Dave Airlie wrote: > From: Dave Airlie > > i915 calls the panic handler function on last close to reset the modes, > however this is a really bad idea for multi-gpu machines, esp shareable > gpus machines. So add a new entry point for the driver to just restor

Re: [PATCH] drm/i915: restore only the mode of this driver on lastclose (v2)

2011-04-13 Thread Chris Wilson
On Wed, 13 Apr 2011 09:35:55 +1000, Dave Airlie wrote: > From: Dave Airlie > > i915 calls the panic handler function on last close to reset the modes, > however this is a really bad idea for multi-gpu machines, esp shareable > gpus machines. So add a new entry point for the driver to just restor

[PATCH] drm/i915: restore only the mode of this driver on lastclose (v2)

2011-04-12 Thread Dave Airlie
From: Dave Airlie i915 calls the panic handler function on last close to reset the modes, however this is a really bad idea for multi-gpu machines, esp shareable gpus machines. So add a new entry point for the driver to just restore its own fbcon mode. v2: move code into fb helper, fix panic cod