[patch 1/1] drivers/gpu/drm/i915/intel_guc_log.c: work around gcc-4.4.4 union initializer issue

2018-03-07 Thread akpm
From: Andrew Morton Subject: drivers/gpu/drm/i915/intel_guc_log.c: work around gcc-4.4.4 union initializer issue gcc-4.4.4 has problems with initalizers of anon unions. drivers/gpu/drm/i915/intel_guc_log.c: In function 'guc_log_control':

[patch 1/2] drivers/gpu/vga/vgaarb.c: add missing kfree

2011-11-15 Thread akpm
From: Julia Lawall ju...@diku.dk Subject: drivers/gpu/vga/vgaarb.c: add missing kfree kbuf is a buffer that is local to this function, so all of the error paths leaving the function should release it. Signed-off-by: Julia Lawall ju...@diku.dk Cc: Dave Airlie airl...@redhat.com Cc: Jesper Juhl

[patch 2/2] drm: avoid switching to text console if there is no panic timeout

2011-11-15 Thread akpm
From: Hugh Dickins hu...@chromium.org Subject: drm: avoid switching to text console if there is no panic timeout Add a check for panic_timeout in the drm_fb_helper_panic() notifier: if we're going to reboot immediately, the user will not be able to see the messages anyway, and messing with the

[patch 1/1] drivers/gpu/drm/radeon/atom.c: fix warning

2010-10-20 Thread akpm
From: Andrew Morton a...@linux-foundation.org drivers/gpu/drm/radeon/atom.c: In function 'atom_op_delay': drivers/gpu/drm/radeon/atom.c:653: warning: comparison is always false due to limited range of data type Cc: David Airlie airl...@linux.ie Cc: Alex Deucher alexdeuc...@gmail.com Cc: Matt

[patch 2/2] include/linux/vgaarb.h: add missing part of include guard

2010-07-20 Thread akpm
From: Doug Goldstein car...@gentoo.org vgaarb.h was missing the #define of the #ifndef at the top for the guard to prevent multiple #include's from causing re-define errors Signed-off-by: Doug Goldstein car...@gentoo.org Cc: Dave Airlie airl...@redhat.com Cc: Jesse Barnes