amdgpu/addrlib: allow tileSplitBytes greater than row size
authorXiao-Tao Zai <xaio-tao.zai@amd.com>
Wed, 25 Jun 2014 15:06:00 +0000 (11:06 -0400)
committerMarek Olšák <marek.olsak@amd.com>
Thu, 30 Mar 2017 12:44:33 +0000 (14:44 +0200)
commit47de94a79414e241d4f37b8e38e3cc5396ce5b3f
treef25be1dd0f3f88795ba0fa6144176371d4e8b908
parentd52e0bbfe6e7f3745a2193673c49e80b9f005123
amdgpu/addrlib: allow tileSplitBytes greater than row size

Carrizo row size is 1K, while tileSplitBytes is 2K for a 4xAA 32bpp
depth surface. Remove the sanity check that tileSplitBytes must be
greater than row size. There could be performance loss but may be
covered by non-split depth which enables tc-compatible read.
src/amd/addrlib/r800/egbaddrlib.cpp