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
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
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
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 =>
;
> 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 +
>
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
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
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
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(-)
--