mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-11 09:30:27 +01:00
r500: enable gb tiling for r5xx
This commit is contained in:
parent
583ed4bde3
commit
4feac4e40e
1 changed files with 2 additions and 0 deletions
|
|
@ -2046,6 +2046,8 @@ static void r300ResetHwState(r300ContextPtr r300)
|
|||
R300_GB_TILE_PIPE_COUNT_R300;
|
||||
break;
|
||||
case CHIP_FAMILY_R420:
|
||||
case CHIP_FAMILY_RV515:
|
||||
case CHIP_FAMILY_R520:
|
||||
r300->hw.gb_misc.cmd[R300_GB_MISC_TILE_CONFIG] |=
|
||||
R300_GB_TILE_PIPE_COUNT_R420;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue