Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 289695 Details for
Bug 425786
Add support to E7221 Graphics adapter (0x258a) into kernel
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
agpgart support
linux-2.6-agpgart-E7221-support.patch (text/plain), 3.03 KB, created by
Carlos Martín
on 2007-12-15 17:59:01 UTC
(
hide
)
Description:
agpgart support
Filename:
MIME Type:
Creator:
Carlos Martín
Created:
2007-12-15 17:59:01 UTC
Size:
3.03 KB
patch
obsolete
>From 09d5c91a2d7a0e2de1154afff912a5e5ffdc669f Mon Sep 17 00:00:00 2001 >From: =?utf-8?q?Carlos=20Mart=C3=ADn?= <inean@users.sf.net> >Date: Thu, 13 Dec 2007 23:17:10 +0100 >Subject: [PATCH] add support to E7221 chipset into agpgart module > >--- > drivers/char/agp/intel-agp.c | 9 +++++++-- > include/linux/pci_ids.h | 2 ++ > 2 files changed, 9 insertions(+), 2 deletions(-) > >diff --git a/drivers/char/agp/intel-agp.c b/drivers/char/agp/intel-agp.c >index 141ca17..b87ae88 100644 >--- a/drivers/char/agp/intel-agp.c >+++ b/drivers/char/agp/intel-agp.c >@@ -524,7 +524,8 @@ static void intel_i830_init_gtt_entries(void) > 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_E7221_HB || >+ agp_bridge->dev->device == PCI_DEVICE_ID_INTEL_82915G_HB || > agp_bridge->dev->device == PCI_DEVICE_ID_INTEL_82915GM_HB || > agp_bridge->dev->device == PCI_DEVICE_ID_INTEL_82945G_HB || > agp_bridge->dev->device == PCI_DEVICE_ID_INTEL_82945GM_HB || >@@ -536,7 +537,8 @@ static void intel_i830_init_gtt_entries(void) > break; > case I915_GMCH_GMS_STOLEN_64M: > /* 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_E7221_HB || >+ agp_bridge->dev->device == PCI_DEVICE_ID_INTEL_82915G_HB || > agp_bridge->dev->device == PCI_DEVICE_ID_INTEL_82915GM_HB || > agp_bridge->dev->device == PCI_DEVICE_ID_INTEL_82945G_HB || > agp_bridge->dev->device == PCI_DEVICE_ID_INTEL_82945GM_HB || >@@ -1852,6 +1854,8 @@ static const struct intel_driver_description { > { PCI_DEVICE_ID_INTEL_82865_HB, PCI_DEVICE_ID_INTEL_82865_IG, 0, "865", > &intel_845_driver, &intel_830_driver }, > { PCI_DEVICE_ID_INTEL_82875_HB, 0, 0, "i875", &intel_845_driver, NULL }, >+ { PCI_DEVICE_ID_INTEL_E7221_HB, PCI_DEVICE_ID_INTEL_E7221_IG, 0, "E7221 (i915)", >+ NULL, &intel_915_driver }, > { PCI_DEVICE_ID_INTEL_82915G_HB, PCI_DEVICE_ID_INTEL_82915G_IG, 0, "915G", > NULL, &intel_915_driver }, > { PCI_DEVICE_ID_INTEL_82915GM_HB, PCI_DEVICE_ID_INTEL_82915GM_IG, 0, "915GM", >@@ -2057,6 +2061,7 @@ static struct pci_device_id agp_intel_pci_table[] = { > ID(PCI_DEVICE_ID_INTEL_82875_HB), > ID(PCI_DEVICE_ID_INTEL_7505_0), > ID(PCI_DEVICE_ID_INTEL_7205_0), >+ ID(PCI_DEVICE_ID_INTEL_E7221_HB), > ID(PCI_DEVICE_ID_INTEL_82915G_HB), > ID(PCI_DEVICE_ID_INTEL_82915GM_HB), > ID(PCI_DEVICE_ID_INTEL_82945G_HB), >diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h >index 55f307f..ca9da6b 100644 >--- a/include/linux/pci_ids.h >+++ b/include/linux/pci_ids.h >@@ -2239,6 +2239,8 @@ > #define PCI_DEVICE_ID_INTEL_82875_HB 0x2578 > #define PCI_DEVICE_ID_INTEL_82915G_HB 0x2580 > #define PCI_DEVICE_ID_INTEL_82915G_IG 0x2582 >+#define PCI_DEVICE_ID_INTEL_E7221_HB 0x2588 >+#define PCI_DEVICE_ID_INTEL_E7221_IG 0x258a > #define PCI_DEVICE_ID_INTEL_82915GM_HB 0x2590 > #define PCI_DEVICE_ID_INTEL_82915GM_IG 0x2592 > #define PCI_DEVICE_ID_INTEL_82945G_HB 0x2770 >-- >1.5.3.6 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 425786
:
289692
|
289693
|
289694
| 289695