summaryrefslogtreecommitdiffstats
path: root/src/amd/addrlib/r800/ciaddrlib.h
diff options
context:
space:
mode:
authorXavi Zhang <[email protected]>2014-08-01 02:18:00 -0400
committerMarek Olšák <[email protected]>2017-03-30 14:44:33 +0200
commit3c3d620cf39ba1755da4faced426739ef653734b (patch)
treeb8f1ab96775d16ddc81ac7892636f166813a0653 /src/amd/addrlib/r800/ciaddrlib.h
parent3614999878fd1335e69ecb0d181a9f6d2b91e3f8 (diff)
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.
Diffstat (limited to 'src/amd/addrlib/r800/ciaddrlib.h')
-rw-r--r--src/amd/addrlib/r800/ciaddrlib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/amd/addrlib/r800/ciaddrlib.h b/src/amd/addrlib/r800/ciaddrlib.h
index 05e9eda2dbb..4862babb483 100644
--- a/src/amd/addrlib/r800/ciaddrlib.h
+++ b/src/amd/addrlib/r800/ciaddrlib.h
@@ -146,8 +146,6 @@ protected:
AddrTileMode* pTileMode,
AddrTileType* pTileType) const;
- virtual BOOL_32 HwlStereoCheckRightOffsetPadding() const;
-
virtual ADDR_E_RETURNCODE HwlComputeDccInfo(
const ADDR_COMPUTE_DCCINFO_INPUT* pIn,
ADDR_COMPUTE_DCCINFO_OUTPUT* pOut) const;