All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Wilson <chris@chris-wilson.co.uk>
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH 6/7] drm/i915: Sparse warning about invalid value for burst_ena in tv_modes
Date: Sun,  6 Jun 2010 15:40:23 +0100	[thread overview]
Message-ID: <1275835224-10872-6-git-send-email-chris@chris-wilson.co.uk> (raw)
In-Reply-To: <1275835224-10872-1-git-send-email-chris@chris-wilson.co.uk>

drivers/gpu/drm/i915/intel_tv.c|479 col 16| warning: cast truncates bits
from constant value (8 becomes 0)

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
---
 drivers/gpu/drm/i915/intel_tv.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/gpu/drm/i915/intel_tv.c b/drivers/gpu/drm/i915/intel_tv.c
index 3341627..457d94c 100644
--- a/drivers/gpu/drm/i915/intel_tv.c
+++ b/drivers/gpu/drm/i915/intel_tv.c
@@ -476,7 +476,7 @@ static const struct tv_mode tv_modes[] = {
 		.vi_end_f1	= 20,		    .vi_end_f2		= 21,
 		.nbr_end	= 240,
 
-		.burst_ena	= 8,
+		.burst_ena	= true,
 		.hburst_start	= 72,		    .hburst_len		= 34,
 		.vburst_start_f1 = 9,		    .vburst_end_f1	= 240,
 		.vburst_start_f2 = 10,		    .vburst_end_f2	= 240,
-- 
1.7.1

  parent reply	other threads:[~2010-06-06 14:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-06 14:40 [PATCH 1/7] drm/i915: Silence sparse complaints over insufficient bitfield int types Chris Wilson
2010-06-06 14:40 ` [PATCH 2/7] drm/i915: Silence sparse over duplicate members in static initializer Chris Wilson
2010-06-06 14:40 ` [PATCH 3/7] drm/i915: Silence sparse over non-static local structure Chris Wilson
2010-06-06 14:40 ` [PATCH 4/7] drm/i915: Use an uncommon name for the local dev_priv in macros Chris Wilson
2010-06-06 14:40 ` [PATCH 5/7] drm/i915: Sparse warns about the incorrect sign for storing bit17 Chris Wilson
2010-06-06 14:40 ` Chris Wilson [this message]
2010-06-06 14:40 ` [PATCH 7/7] drm/i915: Return boolean status not error code from intel_crtc_mode_fixup() Chris Wilson
2010-07-06  6:49 ` [PATCH 1/7] drm/i915: Silence sparse complaints over insufficient bitfield int types Eric Anholt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1275835224-10872-6-git-send-email-chris@chris-wilson.co.uk \
    --to=chris@chris-wilson.co.uk \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.