mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 09:10:12 +01:00
r300g: a couple more chipsets do not have HiZ RAM
This commit is contained in:
parent
474dc40fb4
commit
5d1cc93077
1 changed files with 4 additions and 0 deletions
|
|
@ -204,24 +204,28 @@ void r300_parse_chipset(struct r300_capabilities* caps)
|
|||
case 0x5954:
|
||||
case 0x5955:
|
||||
caps->family = CHIP_FAMILY_RS480;
|
||||
caps->has_hiz = FALSE;
|
||||
caps->has_tcl = FALSE;
|
||||
break;
|
||||
|
||||
case 0x5974:
|
||||
case 0x5975:
|
||||
caps->family = CHIP_FAMILY_RS482;
|
||||
caps->has_hiz = FALSE;
|
||||
caps->has_tcl = FALSE;
|
||||
break;
|
||||
|
||||
case 0x5A41:
|
||||
case 0x5A42:
|
||||
caps->family = CHIP_FAMILY_RS400;
|
||||
caps->has_hiz = FALSE;
|
||||
caps->has_tcl = FALSE;
|
||||
break;
|
||||
|
||||
case 0x5A61:
|
||||
case 0x5A62:
|
||||
caps->family = CHIP_FAMILY_RC410;
|
||||
caps->has_hiz = FALSE;
|
||||
caps->has_tcl = FALSE;
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue