Radeon 9500 (0x4144) only has one pipe
authorAlex Deucher <alex@cube.(none)>
Wed, 19 Mar 2008 22:10:47 +0000 (18:10 -0400)
committerAlex Deucher <alex@cube.(none)>
Wed, 19 Mar 2008 22:10:47 +0000 (18:10 -0400)
confirmed by Reid Linnemann <lreid@cs.okstate.edu>

src/mesa/drivers/dri/radeon/radeon_screen.c

index 93b239ae9f18be2ae1475e6790d0e426d9789fcd..d6caa2ac8971ddbf48ee4eb911d4e92285a728ef 100644 (file)
@@ -557,7 +557,11 @@ radeonCreateScreen( __DRIscreenPrivate *sPriv )
       screen->chip_family = CHIP_FAMILY_RS300;
       break;
 
+      /* 9500 with 1 pipe verified by: Reid Linnemann <lreid@cs.okstate.edu> */
    case PCI_CHIP_R300_AD:
+      screen->chip_family = CHIP_FAMILY_RV350;
+      screen->chip_flags = RADEON_CHIPSET_TCL;
+      break;
    case PCI_CHIP_R300_AE:
    case PCI_CHIP_R300_AF:
    case PCI_CHIP_R300_AG: