drm/kms: load fbcon from drm_kms_helper
authorDavid Fries <david@fries.net>
Sun, 12 Dec 2010 18:39:22 +0000 (12:39 -0600)
committerDave Airlie <airlied@redhat.com>
Tue, 21 Dec 2010 03:00:04 +0000 (13:00 +1000)
commit3ce05168907c9b1358492a73badb0ff1603fb81d
treed5caa539bf4948675cfcd1347b1815c81d6879f1
parent7d6aa80c35bb1f706e2894100dcc51e19a83f913
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 <david@fries.net>
Cc: David Airlie <airlied@linux.ie>
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_fb_helper.c