Re: [git pull] drm - fixes + radeon KMS (part 2)

2009-06-16 Thread Ryan Hope
Dave, you mentioned that you were going to pull in the TTM Kconfig fix that I submitted (the one that allows TTM to be built into the kernel instead of just a module). What are you going to do about the hardlock that occurs when drm/radeon/fbcon are all built into the kernel. It seems like fbcon

Re: [git pull] drm - fixes + radeon KMS (part 2)

2009-06-16 Thread Linus Torvalds
On Tue, 16 Jun 2009, Ryan Hope wrote: +#ifdef MODULE module_init(radeon_init); +#else +late_initcall(radeon_init); +#endif You should never need something like that. Just do late_initcall(radeon_init); and if it's a module (which doesn't have early vs late etc), it will

Re: [git pull] drm - fixes + radeon KMS (part 2)

2009-06-16 Thread Dave Airlie
On Wed, Jun 17, 2009 at 4:20 AM, Linus Torvaldstorva...@linux-foundation.org wrote: On Tue, 16 Jun 2009, Ryan Hope wrote: +#ifdef MODULE  module_init(radeon_init); +#else +late_initcall(radeon_init); +#endif You should never need something like that. Just do        

Re: [git pull] drm - fixes + radeon KMS (part 2)

2009-06-16 Thread Dave Airlie
On Wed, Jun 17, 2009 at 6:52 AM, Linus Torvaldstorva...@linux-foundation.org wrote: On Wed, 17 Jun 2009, Dave Airlie wrote: Linus can you pull this tree? I hate pulling trees when I know there are _known_ bugs. Even during the merge window. The rest of the -rc series is for fixing up

Re: [git pull] drm - fixes + radeon KMS (part 2)

2009-06-16 Thread Greg KH
On Wed, Jun 17, 2009 at 06:56:31AM +1000, Dave Airlie wrote: On Wed, Jun 17, 2009 at 6:52 AM, Linus Torvaldstorva...@linux-foundation.org wrote: On Wed, 17 Jun 2009, Dave Airlie wrote: Linus can you pull this tree? I hate pulling trees when I know there are _known_ bugs. Even

Re: [git pull] drm - fixes + radeon KMS (part 2)

2009-06-16 Thread Greg KH
On Mon, Jun 15, 2009 at 12:43:38PM +1000, Dave Airlie wrote: On Mon, Jun 15, 2009 at 12:22 PM, Greg KHg...@kroah.com wrote: On Mon, Jun 15, 2009 at 03:08:56AM +0100, Dave Airlie wrote: Hi Linus, Please pull the 'drm-linus' branch from

Re: [git pull] drm - fixes + radeon KMS (part 2)

2009-06-15 Thread Greg KH
On Mon, Jun 15, 2009 at 03:08:56AM +0100, Dave Airlie wrote: Hi Linus, Please pull the 'drm-linus' branch from ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-linus This is big. It contains the initial TTM memory manager + ATI radeon KMS support. Currently the

[git pull] drm - fixes + radeon KMS (part 2)

2009-06-14 Thread Dave Airlie
Hi Linus, Please pull the 'drm-linus' branch from ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-linus This is big. It contains the initial TTM memory manager + ATI radeon KMS support. Currently the KMS code is part of the DRM radeon driver however it is very clearly

Re: [git pull] drm - fixes + radeon KMS (part 2)

2009-06-14 Thread Dave Airlie
On Mon, Jun 15, 2009 at 12:22 PM, Greg KHg...@kroah.com wrote: On Mon, Jun 15, 2009 at 03:08:56AM +0100, Dave Airlie wrote: Hi Linus, Please pull the 'drm-linus' branch from ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-linus This is big. It contains the