mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 20:08:06 +02:00
R300: set the number of GB pipes on all r3xx-r5xx chips
This commit is contained in:
parent
0dba8883e3
commit
5a34ace3e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue