From: Dave Airlie Date: Thu, 21 Apr 2011 21:18:32 +0000 (+0100) Subject: drm/i915: restore only the mode of this driver on lastclose (v2) X-Git-Tag: v2.6.39-rc6~22^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8e7a2b8ccfdae0d4cb6bd25824bbedcd42da316;p=pandora-kernel.git drm/i915: restore only the mode of this driver on lastclose (v2) 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 code to block mode change on powered off GPUs. [airlied: this hits drm core and I wrote it and it was reviewed on intel-gfx so really I signed it off twice ;-).] Signed-off-by: Chris Wilson Signed-off-by: Dave Airlie --- Reading git-diff-tree failed