r500: enable gb tiling for r5xx

This commit is contained in:
Dave Airlie 2008-03-22 10:56:48 +10:00 committed by Alex Deucher
parent 6864220c28
commit fbab11e9b0

View file

@ -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;