[PATCH] agp/intel: support for new chip variant of IGDNG mobile
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
Fix Released
|
Medium
|
Leann Ogasawara |
Bug Description
The following patch has been submitted to the upstream kernel and is targeted to land in 2.6.31.1. Please temporarily consider carrying this patch for Karmic's release until this is merged upstream and can be cherry-picked.
http://
agp/intel: support for new chip variant of IGDNG mobile
New variant of IGDNG mobile chip has new host bridge id.
Signed-off-by: Zhenyu Wang <email address hidden>
---
drivers/
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/drivers/
index 8c9d50d..c585577 100644
--- a/drivers/
+++ b/drivers/
@@ -49,6 +49,7 @@
#define PCI_DEVICE_
#define PCI_DEVICE_
#define PCI_DEVICE_
+#define PCI_DEVICE_
#define PCI_DEVICE_
/* cover 915 and 945 variants */
@@ -81,7 +82,8 @@
agp_
agp_
agp_
- agp_bridge-
+ agp_bridge-
+ agp_bridge-
extern int agp_memory_
@@ -1216,6 +1218,7 @@ static void intel_i965_
case PCI_DEVICE_
case PCI_DEVICE_
case PCI_DEVICE_
+ case PCI_DEVICE_
*gtt_offset = *gtt_size = MB(2);
break;
default:
@@ -2195,6 +2198,8 @@ static const struct intel_driver_
"IGDNG/D", NULL, &intel_i965_driver },
{ PCI_DEVICE_
"IGDNG/M", NULL, &intel_i965_driver },
+ { PCI_DEVICE_
+ "IGDNG/MA", NULL, &intel_i965_driver },
{ 0, 0, 0, NULL, NULL, NULL }
};
@@ -2398,6 +2403,7 @@ static struct pci_device_id agp_intel_
ID(PCI_
ID(PCI_
ID(PCI_
+ ID(PCI_
{ }
};
Related branches
Changed in linux (Ubuntu): | |
assignee: | nobody → Leann Ogasawara (leannogasawara) |
importance: | Undecided → Medium |
status: | New → In Progress |
Also refer to the follow up bug 420605 to add this to the udebs.