diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-12-17 16:37:55 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-12-20 10:49:42 +0000 |
commit | 6f21405454487adf7623cf22f0fdd9f127099afd (patch) | |
tree | 414d6c5e56faad85444f0286afe9c46e2d211db5 /src | |
parent | 5743c223877fbff710cdd5114cff6d3ee3108309 (diff) |
G35 is gen4 and not gen3
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=32478
Reported-and-tested-by: Michal Marek <mmarek@suse.cz>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src')
-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 898e6973..528ecf49 100644 --- a/src/intel_module.c +++ b/src/intel_module.c @@ -315,7 +315,7 @@ void intel_detect_chipset(ScrnInfoPtr scrn, break; case PCI_CHIP_G35_G: chipset->name = "G35"; - chipset->info = &intel_g33_info; + chipset->info = &intel_i965_info; break; case PCI_CHIP_I965_Q: chipset->name = "965Q"; |