From: Jesse Barnes Date: Wed, 28 May 2014 21:39:03 +0000 (-0700) Subject: drm/i915: make fbdev initialization asynchronous v2 X-Git-Tag: fixes-against-v3.18-rc2~73^2~32^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1d70677e165826f3fa9966e1b7ec3765d7c0fb7;p=pandora-kernel.git drm/i915: make fbdev initialization asynchronous v2 This gets us out of our init code and out to userspace quite a bit faster, but does open us up to some bugs given the state of our init time locking. v2: switch to async_schedule (Chris) check with lockdep, seems happy (Jesse) move hotplug enable flag set to fbdev_initial_config (Jesse) Signed-off-by: Jesse Barnes Reviewed-by: Chris Wilson [danvet: Rebase on top of the dev_priv->enable_hotplug_processing removal.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed