R300: set the number of GB pipes on all r3xx-r5xx chips

This commit is contained in:
Alex Deucher 2009-02-27 14:31:14 -05:00
parent 0dba8883e3
commit 5a34ace3e6

View file

@ -892,7 +892,7 @@ radeonCreateScreen( __DRIscreenPrivate *sPriv )
screen->fbLocation = (temp & 0xffff) << 16;
}
if (screen->chip_family >= CHIP_FAMILY_RV515) {
if (screen->chip_family >= CHIP_FAMILY_R300) {
ret = radeonGetParam( sPriv->fd, RADEON_PARAM_NUM_GB_PIPES,
&temp);
if (ret) {