From: Dave Airlie Date: Tue, 30 Mar 2010 05:34:18 +0000 (+0000) Subject: drm/kms/fb: use slow work mechanism for normal hotplug also. X-Git-Tag: v2.6.35-rc1~451^2~87^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4abe35204af82a018ca3ce6db4102aa09719698e;p=pandora-kernel.git drm/kms/fb: use slow work mechanism for normal hotplug also. a) slow work is always used now for any fbcon hotplug, as its not a fast task and is more suited to being ran under slow work. b) attempt to not do any fbdev changes when X is running as we'll just mess it up. This hooks set_par to hopefully do the changes once X hands control to fbdev. This also adds the nouveau/intel hotplug support. Signed-off-by: Dave Airlie --- Reading git-diff-tree failed