Re: linux-next: Tree for July 8 (nouveau)

2010-07-08 Thread Randy Dunlap
On Thu, 8 Jul 2010 15:10:22 +1000 Stephen Rothwell wrote: Hi all, Changes since 20100707: The i.MX tree mismerge has been fixed. The omap tree gained a conflict (involving serveral files) against the arm tree.

[PATCH -next] drm: ttm_page_alloc, fix all sparse warnings

2010-06-28 Thread Randy Dunlap
From: Randy Dunlap <randy.dun...@oracle.com> Fix all sparse warnings in ttm_page_alloc.c. Signed-off-by: Randy Dunlap Cc: David Airlie Cc: dri-devel at lists.freedesktop.org --- drivers/gpu/drm/ttm/ttm_page_alloc.c |8 1 file changed, 4 insertions(+), 4 del

[PATCH -next] drm: ttm_page_alloc, fix all sparse warnings

2010-06-28 Thread Randy Dunlap
From: Randy Dunlap randy.dun...@oracle.com Fix all sparse warnings in ttm_page_alloc.c. Signed-off-by: Randy Dunlap randy.dun...@oracle.com Cc: David Airlie airl...@linux.ie Cc: dri-devel@lists.freedesktop.org --- drivers/gpu/drm/ttm/ttm_page_alloc.c |8 1 file changed, 4

[PATCH -next] nouveau: fix acpi_lid_open undefined

2010-05-24 Thread Randy Dunlap
On 05/24/10 06:59, Matthew Garrett wrote: > On Mon, May 24, 2010 at 06:53:51AM -0700, Randy Dunlap wrote: >> On 05/24/10 05:56, Matthew Garrett wrote: >>> Won't this result in a behavioural difference? The desirable outcome is >> >> It could, yes. >> >&

[PATCH -next] nouveau: fix acpi_lid_open undefined

2010-05-24 Thread Randy Dunlap
On 05/24/10 05:56, Matthew Garrett wrote: > On Sun, May 23, 2010 at 05:00:40PM -0700, Randy Dunlap wrote: >> From: Randy Dunlap >> >> When CONFIG_ACPI_BUTTON=m (and probably when ACPI_BUTTON is not enabled) >> and NOUVEAU is built-in (not as a loadable modu

Re: [PATCH -next] nouveau: fix acpi_lid_open undefined

2010-05-24 Thread Randy Dunlap
On 05/24/10 06:59, Matthew Garrett wrote: On Mon, May 24, 2010 at 06:53:51AM -0700, Randy Dunlap wrote: On 05/24/10 05:56, Matthew Garrett wrote: Won't this result in a behavioural difference? The desirable outcome is It could, yes. that that configuration be impossible

[PATCH -next] nouveau: fix acpi_lid_open undefined

2010-05-23 Thread Randy Dunlap
From: Randy Dunlap <randy.dun...@oracle.com> When CONFIG_ACPI_BUTTON=m (and probably when ACPI_BUTTON is not enabled) and NOUVEAU is built-in (not as a loadable module): nouveau_connector.c:(.text+0xe17ce): undefined reference to `acpi_lid_open' Signed-off-by: Randy Dunlap Cc: David Airl

[PATCH -next] nouveau: fix acpi_lid_open undefined

2010-05-23 Thread Randy Dunlap
From: Randy Dunlap randy.dun...@oracle.com When CONFIG_ACPI_BUTTON=m (and probably when ACPI_BUTTON is not enabled) and NOUVEAU is built-in (not as a loadable module): nouveau_connector.c:(.text+0xe17ce): undefined reference to `acpi_lid_open' Signed-off-by: Randy Dunlap randy.dun...@oracle.com

[git pull] drm for 2.6.35-rc1 (revised)

2010-05-21 Thread Randy Dunlap
type ?long > long unsigned int?, but argument 2 has type ?resource_size_t? > > Please fix. And please test the thing. I sent a patch for this a few days ago. Below. --- From: Randy Dunlap <randy.dun...@oracle.com> Fix printk formats: drivers/video/fbmem.c: In function 'fb_do_

linux-next: Tree for May 20 (radeon_pm build problem)

2010-05-20 Thread Randy Dunlap
On Thu, 20 May 2010 16:30:42 +1000 Stephen Rothwell wrote: > Hi all, > > We are in the merge window again. I remind you all not to add stuff for > 2.6.36 to your linux-next trees until after 2.6.35-rc1. > > Changes since 20100519: CONFIG_DRM_RADEON=y CONFIG_DRM_RADEON_KMS=y

[PATCH -next] fbmem: fix printk format warnings

2010-05-19 Thread Randy Dunlap
From: Randy Dunlap <randy.dun...@oracle.com> Fix printk formats: drivers/video/fbmem.c: In function 'fb_do_apertures_overlap': drivers/video/fbmem.c:1494: warning: format '%llx' expects type 'long long unsigned int', but argument 2 has type 'resource_size_t' drivers/video/fbmem.c:1494: w

[PATCH] vga: fix kconfig text typos

2010-05-17 Thread Randy Dunlap
From: Randy Dunlap <randy.dun...@oracle.com> Fix typos in vga/Kconfig file and use GPU (upper case) consistently. Signed-off-by: Randy Dunlap Cc: David Airlie Cc: dri-devel at lists.freedesktop.org --- drivers/gpu/vga/Kconfig |6 +++--- 1 file changed, 3 insertions(+), 3 del

linux-next: Tree for May 6 (nouveau)

2010-05-06 Thread Randy Dunlap
On Thu, 6 May 2010 15:15:02 +1000 Stephen Rothwell wrote: > Hi all, > > Changes since 20100505: When CONFIG_ACPI_BUTTON=m: drivers/built-in.o: In function `nouveau_connector_detect': nouveau_connector.c:(.text+0x1d81cf): undefined reference to `acpi_lid_open' #ifdef CONFIG_ACPI

Re: linux-next: Tree for May 6 (nouveau)

2010-05-06 Thread Randy Dunlap
On Thu, 6 May 2010 15:15:02 +1000 Stephen Rothwell wrote: Hi all, Changes since 20100505: When CONFIG_ACPI_BUTTON=m: drivers/built-in.o: In function `nouveau_connector_detect': nouveau_connector.c:(.text+0x1d81cf): undefined reference to `acpi_lid_open' #ifdef CONFIG_ACPI

<    4   5   6   7   8   9