diff options
-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"; |