From: Daniel Vetter Date: Sun, 20 Jan 2013 22:12:54 +0000 (+0100) Subject: drm/fb-helper: don't disable everything in initial_config X-Git-Tag: v3.9-rc1~83^2~16^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76a39dbfb2d1bc45219839e5a95d4ceaf6ca114f;p=pandora-kernel.git drm/fb-helper: don't disable everything in initial_config 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 v2: Resolve conflicts since drivers still call drm_fb_helper_single_add_all_connectors. Reviewed-by: Rob Clark Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed