* [PATCH 1/1] intel_driver: add support for Ivy Bridge GT2 Server chipset
@ 2012-03-30 0:08 Eugeni Dodonov
2012-03-30 8:36 ` Chris Wilson
0 siblings, 1 reply; 2+ messages in thread
From: Eugeni Dodonov @ 2012-03-30 0:08 UTC (permalink / raw)
To: intel-gfx; +Cc: Eugeni Dodonov
This is the GT2 variant of Ivy Bridge server chip.
Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
---
src/intel_driver.h | 1 +
src/intel_module.c | 2 ++
2 files changed, 3 insertions(+)
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 },
};
--
1.7.9.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] intel_driver: add support for Ivy Bridge GT2 Server chipset
2012-03-30 0:08 [PATCH 1/1] intel_driver: add support for Ivy Bridge GT2 Server chipset Eugeni Dodonov
@ 2012-03-30 8:36 ` Chris Wilson
0 siblings, 0 replies; 2+ messages in thread
From: Chris Wilson @ 2012-03-30 8:36 UTC (permalink / raw)
To: intel-gfx; +Cc: Eugeni Dodonov
On Thu, 29 Mar 2012 21:08:29 -0300, Eugeni Dodonov <eugeni.dodonov@intel.com> wrote:
> This is the GT2 variant of Ivy Bridge server chip.
>
> Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
Pushed, thanks.
I think we should push out a 2.18.1 so that userspace support is
available for when the kernel enabling lands as well.
-Chris
--
Chris Wilson, Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-30 8:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-30 0:08 [PATCH 1/1] intel_driver: add support for Ivy Bridge GT2 Server chipset Eugeni Dodonov
2012-03-30 8:36 ` Chris Wilson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox