xf86-video-intel: src/intel_module.c

Chris Wilson ickle at kemper.freedesktop.org
Mon Dec 20 02:50:18 PST 2010


 src/intel_module.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6f21405454487adf7623cf22f0fdd9f127099afd
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Fri Dec 17 16:37:55 2010 +0000

    G35 is gen4 and not gen3
    
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=32478
    Reported-and-tested-by: Michal Marek <mmarek at suse.cz>
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/src/intel_module.c b/src/intel_module.c
index 898e697..528ecf4 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";


More information about the xorg-commit mailing list