* [PATCH 0/6] drm/i915: fix sparse warnings
@ 2008-12-18 22:27 Hannes Eder
2008-12-19 22:52 ` Eric Anholt
0 siblings, 1 reply; 2+ messages in thread
From: Hannes Eder @ 2008-12-18 22:27 UTC (permalink / raw)
To: David Airlie; +Cc: dri-devel, linux-kernel, kernel-janitors
This series of patches fixes a couple of sparse warnings in drm/i915.
Hannes Eder (6):
drm/i915: fix sparse warnings: declare one-bit bitfield as unsigned
drm/i915: fix sparse warnings: make symbols static
drm/i915: fix sparse warnings: move 'extern' decls to header file
drm/i915: fix sparse warnings: returning void-valued expression
drm/i915: comment out unused function 'i915_driver_firstopen'
drm/i915: add prototype for 'intelfb_panic' to header file
drivers/gpu/drm/i915/dvo.h | 6 ++++++
drivers/gpu/drm/i915/i915_dma.c | 8 +++++---
drivers/gpu/drm/i915/i915_drv.c | 2 +-
drivers/gpu/drm/i915/i915_drv.h | 8 ++++----
drivers/gpu/drm/i915/i915_opregion.c | 4 ++--
drivers/gpu/drm/i915/intel_crt.c | 2 +-
drivers/gpu/drm/i915/intel_display.c | 10 +++++-----
drivers/gpu/drm/i915/intel_drv.h | 2 ++
drivers/gpu/drm/i915/intel_dvo.c | 10 ++--------
drivers/gpu/drm/i915/intel_fb.c | 10 +++++-----
drivers/gpu/drm/i915/intel_sdvo.c | 9 +++++----
drivers/gpu/drm/i915/intel_tv.c | 2 +-
12 files changed, 39 insertions(+), 34 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 0/6] drm/i915: fix sparse warnings
2008-12-18 22:27 [PATCH 0/6] drm/i915: fix sparse warnings Hannes Eder
@ 2008-12-19 22:52 ` Eric Anholt
0 siblings, 0 replies; 2+ messages in thread
From: Eric Anholt @ 2008-12-19 22:52 UTC (permalink / raw)
To: Hannes Eder; +Cc: David Airlie, dri-devel, linux-kernel, kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 770 bytes --]
On Thu, 2008-12-18 at 23:27 +0100, Hannes Eder wrote:
> This series of patches fixes a couple of sparse warnings in drm/i915.
>
> Hannes Eder (6):
> drm/i915: fix sparse warnings: declare one-bit bitfield as unsigned
> drm/i915: fix sparse warnings: make symbols static
> drm/i915: fix sparse warnings: move 'extern' decls to header file
> drm/i915: fix sparse warnings: returning void-valued expression
> drm/i915: comment out unused function 'i915_driver_firstopen'
> drm/i915: add prototype for 'intelfb_panic' to header file
Committed this patch series, except for replacing #5 with just deleting
the function, and using the updated #6 patch. Thanks!
--
Eric Anholt
eric@anholt.net eric.anholt@intel.com
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-12-19 22:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-18 22:27 [PATCH 0/6] drm/i915: fix sparse warnings Hannes Eder
2008-12-19 22:52 ` Eric Anholt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome