From: Marcin Slusarz Date: Sun, 16 May 2010 15:29:56 +0000 (+0200) Subject: fbmem, drm/nouveau: kick firmware framebuffers as soon as possible X-Git-Tag: v2.6.35-rc1~451^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06415c564fb98562a4d6b6215615deb2d1cc0dae;p=pandora-kernel.git fbmem, drm/nouveau: kick firmware framebuffers as soon as possible Currently vesafb/efifb/... is kicked when hardware driver is registering framebuffer. To do it hardware must be fully functional, so there's a short window between start of initialisation and framebuffer registration when two drivers touch the hardware. Unfortunately sometimes it breaks nouveau initialisation. Fix it by kicking firmware driver(s) before we start touching the hardware. Reported-by: Didier Spaier Tested-by: Didier Spaier Signed-off-by: Marcin Slusarz Cc: Ben Skeggs Cc: Peter Jones Cc: Andrew Morton Signed-off-by: Dave Airlie --- Reading git-diff-tree failed