radeon: fix tile_split of 128-bit surface formats with 8x MSAA
authorMarek Olšák <maraeo@gmail.com>
Tue, 16 Oct 2012 00:08:02 +0000 (02:08 +0200)
committerMarek Olšák <maraeo@gmail.com>
Fri, 26 Oct 2012 18:00:59 +0000 (20:00 +0200)
commite32fff8e9ea8d522679eaab21a9555cab134fb36
tree7d64d94e069c1283cc74d859218e9c9c583effbf
parentbc494b310d76f701798aee0f2b0b472d608cbfaf
radeon: fix tile_split of 128-bit surface formats with 8x MSAA

The calculation led to the number 8192, which is too high.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
radeon/radeon_surface.c