diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-04-01 07:10:25 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-04-01 07:10:25 +0100 |
commit | 537a836dd6db384d53b52eb457a7d257c440217f (patch) | |
tree | 7083fee2653fc7ccbec78af3817027e2447bbbb2 /src/intel_module.c | |
parent | 630d77bf10ba6234bb9c04538636f7d8aa319aea (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>
Diffstat (limited to 'src/intel_module.c')
-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 f6cc6d4b..84165448 100644 --- a/src/intel_module.c +++ b/src/intel_module.c @@ -323,7 +323,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"; |