Re: linux-next: Tree for Nov 29 (drm)

2011-11-30 Thread Randy Dunlap
On 11/28/2011 08:20 PM, Stephen Rothwell wrote: > Hi all, > > Changes since 2028: > > The drm tree lost its build failure but gained another for which I > applied a patch. ERROR: "drm_helper_get_fb_bpp_depth" [drivers/gpu/drm/vmwgfx/vmwgfx.ko] undefined! Full x86_64 randconfig file is att

[PATCH 1/3 -next] drm: fix build error when SYSRQ is disabled

2010-03-25 Thread Randy Dunlap
From: Randy Dunlap Fix build error when CONFIG_MAGIC_SYSRQ is not enabled: drivers/gpu/drm/drm_fb_helper.c:915: error: 'sysrq_drm_fb_helper_restore_op' undeclared (first use in this function) drivers/gpu/drm/drm_fb_helper.c:929: error: 'sysrq_drm_fb_helper_restore_op' unde

[PATCH] vmwgfx: depends on FB to fix build errors

2010-03-19 Thread Randy Dunlap
From: Randy Dunlap vmwfgx uses framebuffer interfaces, so it should depend on FB. Otherwise it has these build errors (e.g., when CONFIG_FB=m): drivers/built-in.o: In function `vmw_fb_close': (.text+0x97713): undefined reference to `unregister_framebuffer' drivers/built-in.o: I

Re: [PATCH 0/4] Some typo fixing

2010-03-16 Thread Randy Dunlap
On 03/15/10 13:55, Thomas Weber wrote: > I have fixed some typos. Acked-by: Randy Dunlap Jiri, can you merge these, please, unless someone objects (?). > Thomas Weber (4): > Fix typo: [Ss]ytem => [Ss]ystem > Fix typo: udpate => update > Fix typo: paramters =>

Re: [PATCH] DRM: fix headers_check warnings

2010-03-01 Thread Randy Dunlap
; > Signed-off-by: Jaswinder Singh Rajput > Cc: Kristian Høgsberg > Cc: Arnd Bergmann > Cc: Dave Airlie Acked-by: Randy Dunlap Thanks much. > --- > include/drm/drm_mode.h |2 ++ > include/drm/i915_drm.h |1 + > include/drm/mga_drm.h|1 + >

Re: Trivial fixes for drivers/gpu/drm/i915/

2009-06-22 Thread Randy Dunlap
Marcel Holtmann wrote: > Hi Krzysztof, > >> size_t is (some sort of) int on x86-32 and long on x86-64, eliminate >> compiler warnings by casting to long. > > just using %zd or %zu would do the same trick and avoid stupid casts. I.e., using %zd or %zu is the preferred fix. -- ~Randy LPC 2009, S

Re: [PATCH 2.6.25-rc6-git2] drm: fix printk format warning

2008-03-24 Thread Randy Dunlap
ping. On Tue, 18 Mar 2008 14:14:11 -0700 Randy Dunlap wrote: > From: Randy Dunlap <[EMAIL PROTECTED]> > > Fix gcc printk format warning: > drivers/char/drm/ati_pcigart.c:125: warning: format '%08X' expects type > 'unsigned int', but argument 3 has t

[PATCH 2.6.25-rc6-git2] drm: fix printk format warning

2008-03-19 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Fix gcc printk format warning: drivers/char/drm/ati_pcigart.c:125: warning: format '%08X' expects type 'unsigned int', but argument 3 has type 'dma_addr_t' but doesn't the %08 leave room for truncation? Sign

[PATCH] update README.drm (bugzilla #7933)

2007-02-04 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Update URLs in drivers/char/drm/README.drm, to take care of kernel bugzilla #7933. Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- drivers/char/drm/README.drm | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) --