drm/kms/fb: use slow work mechanism for normal hotplug also.
authorDave Airlie <airlied@redhat.com>
Tue, 30 Mar 2010 05:34:18 +0000 (05:34 +0000)
committerDave Airlie <airlied@redhat.com>
Wed, 7 Apr 2010 00:30:38 +0000 (10:30 +1000)
commit4abe35204af82a018ca3ce6db4102aa09719698e
treefcc91e2e109fe311a673d5b99dc758aba3bb4a79
parent5c4426a782bc9509573fc7958a786ebd14fafdf3
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 <airlied@redhat.com>
drivers/gpu/drm/drm_fb_helper.c
drivers/gpu/drm/i915/i915_irq.c
drivers/gpu/drm/i915/intel_drv.h
drivers/gpu/drm/i915/intel_fb.c
drivers/gpu/drm/nouveau/nouveau_fbcon.c
drivers/gpu/drm/nouveau/nouveau_fbcon.h
drivers/gpu/drm/nouveau/nv50_display.c
drivers/gpu/drm/radeon/radeon_fb.c
include/drm/drm_fb_helper.h