All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marco Cipullo <cipullo@libero.it>
To: Kernel List <linux-kernel@vger.kernel.org>
Subject: Typo in [AGPGART] i915GM support patch
Date: Thu, 20 Jan 2005 17:46:22 +0100	[thread overview]
Message-ID: <41EFE05E.1050501@libero.it> (raw)

 From last changeset:

--- a/drivers/char/agp/intel-agp.c	2005-01-20 08:38:39 -08:00
+++ b/drivers/char/agp/intel-agp.c	2005-01-20 08:38:39 -08:00

@@ -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_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....


Hope can help. Bye
Marco

             reply	other threads:[~2005-01-20 16:50 UTC|newest]

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

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=41EFE05E.1050501@libero.it \
    --to=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 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.