diff options
Diffstat (limited to 'src/amd/addrlib/r800/siaddrlib.cpp')
-rw-r--r-- | src/amd/addrlib/r800/siaddrlib.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/amd/addrlib/r800/siaddrlib.cpp b/src/amd/addrlib/r800/siaddrlib.cpp index 4d791cef2bf..2b7e9c9bd49 100644 --- a/src/amd/addrlib/r800/siaddrlib.cpp +++ b/src/amd/addrlib/r800/siaddrlib.cpp @@ -1254,7 +1254,7 @@ UINT_32 SiAddrLib::HwlPreHandleBaseLvl3xPitch( // do here if (!pIn->flags.pow2Pad) { - AddrLib::HwlPreHandleBaseLvl3xPitch(pIn, expPitch); + AddrLib1::HwlPreHandleBaseLvl3xPitch(pIn, expPitch); } else { @@ -1287,7 +1287,7 @@ UINT_32 SiAddrLib::HwlPostHandleBaseLvl3xPitch( // From SI, the pitch is expanded 3x first, then padded to pow2, so no special handler here if (!pIn->flags.pow2Pad) { - AddrLib::HwlPostHandleBaseLvl3xPitch(pIn, expPitch); + AddrLib1::HwlPostHandleBaseLvl3xPitch(pIn, expPitch); } return expPitch; |