Re: [PATCH] [correction] load fbcon from drm_kms_helper

2010-12-13 Thread David Fries
On Sun, Dec 12, 2010 at 11:01:28PM +0100, Florian Mickler wrote: > On Sun, 12 Dec 2010 12:39:22 -0600 > David Fries wrote: > > > 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?),

Re: [PATCH] load fbcon from drm_kms_helper

2010-12-13 Thread David Fries
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

[PATCH] [correction] load fbcon from drm_kms_helper

2010-12-13 Thread David Fries
'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 --- The last patch had a typo 'namue', mental reminder, test again after running checkpatch.pl. This solves compi

[PATCH] [correction] load fbcon from drm_kms_helper

2010-12-12 Thread David Fries
On Sun, Dec 12, 2010 at 11:01:28PM +0100, Florian Mickler wrote: > On Sun, 12 Dec 2010 12:39:22 -0600 > David Fries wrote: > > > 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?),

[PATCH] load fbcon from drm_kms_helper

2010-12-12 Thread David Fries
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)

[PATCH] [correction] load fbcon from drm_kms_helper

2010-12-12 Thread David Fries
'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 at lists.freedesktop.org --- The last patch had a typo 'namue', mental reminder, test again after running checkpatch.pl. This solves compi

[PATCH] load fbcon from drm_kms_helper

2010-12-12 Thread David Fries
'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 --- This solves compiling CONFIG_FB=m and being left with a blank screen because the radeon module is automatically loaded,

[PATCH] load fbcon from drm_kms_helper

2010-12-11 Thread David Fries
'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 at lists.freedesktop.org --- This solves compiling CONFIG_FB=m and being left with a blank screen because the radeon module is automatically loaded,