public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: Marco Cipullo <cipullo@libero.it>
Cc: Kernel List <linux-kernel@vger.kernel.org>
Subject: Re: Typo in [AGPGART] i915GM support patch
Date: Thu, 20 Jan 2005 22:00:03 -0500	[thread overview]
Message-ID: <20050121030003.GF32430@redhat.com> (raw)
In-Reply-To: <41EFE05E.1050501@libero.it>

On Thu, Jan 20, 2005 at 05:46:22PM +0100, Marco Cipullo wrote:
 > - if (agp_bridge->dev->device == PCI_DEVICE_ID_INTEL_82915G_HB)
 > + if (agp_bridge->dev->device == PCI_DEVICE_ID_INTEL_82915G_HB ||
 > +     agp_bridge->dev->device == PCI_DEVICE_ID_INTEL_82915G_HB)
 >  	gtt_entries = MB(48) - KB(size);
 >  else
 >  	gtt_entries = 0;
 >  break;
 > Peraphs is:
 > 
 > @@ -415,14 +415,16 @@
 >  			break;
 >  		case I915_GMCH_GMS_STOLEN_48M:
 >  			/* Check it's really I915G */
 > - if (agp_bridge->dev->device == PCI_DEVICE_ID_INTEL_82915G_HB)
 > + if (agp_bridge->dev->device == PCI_DEVICE_ID_INTEL_82915G_HB ||
 > +     agp_bridge->dev->device == PCI_DEVICE_ID_INTEL_82915GM_HB)
 >  	gtt_entries = MB(48) - KB(size);
 >  else
 >  	gtt_entries = 0;
 >  break;
 > 
 > The same applies few lines below....

Duh, yes. Thanks.
Fix sent to Linus.

		Dave


      reply	other threads:[~2005-01-21  3:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-20 16:46 Typo in [AGPGART] i915GM support patch Marco Cipullo
2005-01-21  3:00 ` Dave Jones [this message]

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=20050121030003.GF32430@redhat.com \
    --to=davej@redhat.com \
    --cc=cipullo@libero.it \
    --cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox