diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-04-01 07:10:25 +0100 |
---|---|---|
committer | Owain G. Ainsworth <oga@openbsd.org> | 2011-05-29 23:34:35 +0100 |
commit | 85f8860caf826215a1fce0ee67a79a5569538aa3 (patch) | |
tree | 4668887929d449aa7bea0688e8a2fc8b2a23413a | |
parent | c8e6b5af2994b5ba2f745634a2a90f1c6303b6d1 (diff) |
946GZ is a 965G!
Sales & Marketing score another victory in confusing me.
Bugzila: https://bugs.freedesktop.org/show_bug.cgi?id=35854
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
(cherry picked from commit 537a836dd6db384d53b52eb457a7d257c440217f)
Signed-off-by: Owain G. Ainsworth <oga@openbsd.org>
-rw-r--r-- | src/intel_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel_module.c b/src/intel_module.c index 26efc4ac..1ae9f3c0 100644 --- a/src/intel_module.c +++ b/src/intel_module.c @@ -302,7 +302,7 @@ void intel_detect_chipset(ScrnInfoPtr scrn, break; case PCI_CHIP_I946_GZ: chipset->name = "946GZ"; - chipset->info = &intel_i915_info; + chipset->info = &intel_i965_info; break; case PCI_CHIP_I965_GM: chipset->name = "965GM"; |