On Sat, Dec 11, 2010 at 03:05:48PM -0600, David Fries wrote:
> + const char *namue = "fbcon";
Typo, 'namue' see the next patch.
--
David Fries
http://fries.net/~david/ (PGP encryption key available)
___
dri-devel mailing list
dri-devel@lists.freede
On Sat, Dec 11, 2010 at 03:05:48PM -0600, David Fries wrote:
> + const char *namue = "fbcon";
Typo, 'namue' see the next patch.
--
David Fries
http://fries.net/~david/ (PGP encryption key available)
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 ex
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 ex