debian/changelog | 8 ++ debian/patches/108-Add-support-for-IVB-GT2-server.patch | 44 ++++++++++++++++ debian/patches/series | 1 3 files changed, 53 insertions(+)
New commits: commit b021005c8542e0b14ba5f9f7cffc9e6b0a4b3846 Author: Robert Hooker <sarv...@ubuntu.com> Date: Thu Jan 24 11:01:19 2013 -0500 Release 2:2.17.0-1ubuntu4.3: Backport IVB GT2 server support. diff --git a/debian/changelog b/debian/changelog index 20fa358..7609d6b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +xserver-xorg-video-intel (2:2.17.0-1ubuntu4.3) precise-proposed; urgency=low + + * Add 108-Add-support-for-IVB-GT2-server.patch: Backport a commit from a + later release that adds the Ivybridge Server GT2 PCI id used in newer + Xeon processors. (lp: #1091068) + + -- Robert Hooker <sarv...@ubuntu.com> Mon, 17 Dec 2012 13:28:49 -0500 + xserver-xorg-video-intel (2:2.17.0-1ubuntu4.2) precise-proposed; urgency=low * Add 106-uxa-only-consider-attached-outputs-valid.patch, two upstream diff --git a/debian/patches/108-Add-support-for-IVB-GT2-server.patch b/debian/patches/108-Add-support-for-IVB-GT2-server.patch new file mode 100644 index 0000000..c8762c9 --- /dev/null +++ b/debian/patches/108-Add-support-for-IVB-GT2-server.patch @@ -0,0 +1,44 @@ +From ea36f2c4a3fa9afa8184eeaf944af9924c080368 Mon Sep 17 00:00:00 2001 +From: Eugeni Dodonov <eugeni.dodo...@intel.com> +Date: Fri, 30 Mar 2012 00:08:29 +0000 +Subject: Add support for Ivy Bridge GT2 Server chipset + +Sometimes known as Bromlow. + +Signed-off-by: Eugeni Dodonov <eugeni.dodo...@intel.com> +Signed-off-by: Chris Wilson <ch...@chris-wilson.co.uk> +--- +diff --git a/src/intel_driver.h b/src/intel_driver.h +index e9d6d9e..98973e5 100644 +--- a/src/intel_driver.h ++++ b/src/intel_driver.h +@@ -190,6 +190,7 @@ + #define PCI_CHIP_IVYBRIDGE_D_GT1 0x0152 + #define PCI_CHIP_IVYBRIDGE_D_GT2 0x0162 + #define PCI_CHIP_IVYBRIDGE_S_GT1 0x015a ++#define PCI_CHIP_IVYBRIDGE_S_GT2 0x016a + + #endif + +diff --git a/src/intel_module.c b/src/intel_module.c +index 2c0e5cc..c6f94f5 100644 +--- a/src/intel_module.c ++++ b/src/intel_module.c +@@ -142,6 +142,7 @@ static const SymTabRec _intel_chipsets[] = { + {PCI_CHIP_IVYBRIDGE_D_GT1, "Ivybridge Desktop (GT1)" }, + {PCI_CHIP_IVYBRIDGE_D_GT2, "Ivybridge Desktop (GT2)" }, + {PCI_CHIP_IVYBRIDGE_S_GT1, "Ivybridge Server" }, ++ {PCI_CHIP_IVYBRIDGE_S_GT2, "Ivybridge Server (GT2)" }, + {-1, NULL} + }; + #define NUM_CHIPSETS (sizeof(_intel_chipsets) / sizeof(_intel_chipsets[0])) +@@ -210,6 +211,7 @@ static const struct pci_id_match intel_device_match[] = { + INTEL_DEVICE_MATCH (PCI_CHIP_IVYBRIDGE_D_GT1, &intel_ivybridge_info ), + INTEL_DEVICE_MATCH (PCI_CHIP_IVYBRIDGE_D_GT2, &intel_ivybridge_info ), + INTEL_DEVICE_MATCH (PCI_CHIP_IVYBRIDGE_S_GT1, &intel_ivybridge_info ), ++ INTEL_DEVICE_MATCH (PCI_CHIP_IVYBRIDGE_S_GT2, &intel_ivybridge_info ), + + { 0, 0, 0 }, + }; +-- +cgit v0.9.0.2-2-gbebe diff --git a/debian/patches/series b/debian/patches/series index c086e8a..e1f8a65 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -7,3 +7,4 @@ 105_reduce_ivb_gt1_max_thread_count.patch 106-uxa-only-consider-attached-outputs-valid.patch 107-uxa-fix-pageflip-race.patch +108-Add-support-for-IVB-GT2-server.patch -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1typfd-000767...@vasks.debian.org