From: David Fries Date: Sun, 12 Dec 2010 18:39:22 +0000 (-0600) Subject: drm/kms: load fbcon from drm_kms_helper X-Git-Tag: v2.6.38-rc1~419^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ce05168907c9b1358492a73badb0ff1603fb81d;p=pandora-kernel.git drm/kms: load fbcon from drm_kms_helper Kconfig says fbcon is required by drm_kms_helper. If radeon, fbcon, and drm_kms_helper are all modules, radeon is auto loaded (by PCI id?), drm_kms_helper is loaded because of the module dependency, but fbcon isn't loaded leaving the console unusable. Since fbcon is required and there isn't an explicit module dependency, request the module to be loaded from drm_kms_helper. Signed-off-by: David Fries Cc: David Airlie Cc: dri-devel@lists.freedesktop.org Signed-off-by: Dave Airlie --- Reading git-diff-tree failed