[PATCH 09/16] drm/fb-helper: don't disable everything in initial_config

2013-01-24 Thread Daniel Vetter
This should be done in the drivers for two reasons: - it gets in the way of fastboot efforts - it links the fb helpers with the crtc helpers instead of going through the real interface vfuncs, forcing i915 to fake all the ->disable callbacks used by the crtc helper to avoid ugly Oopsen Signed-

[PATCH 09/16] drm/fb-helper: don't disable everything in initial_config

2013-01-24 Thread Daniel Vetter
This should be done in the drivers for two reasons: - it gets in the way of fastboot efforts - it links the fb helpers with the crtc helpers instead of going through the real interface vfuncs, forcing i915 to fake all the ->disable callbacks used by the crtc helper to avoid ugly Oopsen Signed-