amdgpu/addrlib: Let Kaveri go general stereo right eye offset padding path
authorXavi Zhang <xavi.zhang@amd.com>
Fri, 1 Aug 2014 06:18:00 +0000 (02:18 -0400)
committerMarek Olšák <marek.olsak@amd.com>
Thu, 30 Mar 2017 12:44:33 +0000 (14:44 +0200)
commit3c3d620cf39ba1755da4faced426739ef653734b
treeb8f1ab96775d16ddc81ac7892636f166813a0653
parent3614999878fd1335e69ecb0d181a9f6d2b91e3f8
amdgpu/addrlib: Let Kaveri go general stereo right eye offset padding path

Kaveri (2-pipe) macro tiling mode table was initially set to all
4-aspect-ratio so the swizzling path did not work for it and then we
chose to pad the offset. We now discover the root cause is that if
ratio > 2, the swizzling path does not work. So we can safely use the
same path for Kaveri.
src/amd/addrlib/r800/ciaddrlib.cpp
src/amd/addrlib/r800/ciaddrlib.h
src/amd/addrlib/r800/egbaddrlib.cpp
src/amd/addrlib/r800/egbaddrlib.h