amdgpu/addrlib: Add a flag "tcCompatible" to surface info output structure.
authorCarlos Xiong <clever.xiong@amd.com>
Wed, 2 Jul 2014 05:46:06 +0000 (01:46 -0400)
committerMarek Olšák <marek.olsak@amd.com>
Thu, 30 Mar 2017 12:44:33 +0000 (14:44 +0200)
commitc12e35065af693fcad866d2089adf277a6109683
tree3b7b2a95c24f515c0947a7d46ca71546926b24c6
parent2ffb30c2af877793a36cf4c99028792ca65962f5
amdgpu/addrlib: Add a flag "tcCompatible" to surface info output structure.

Even if surface info input flag "tcComaptible" is enabled, tc
compatible may be not supported if tile split happens for depth
surfaces. Add a new flag in output structure to notify client to
disable tc compatible in this case.
src/amd/addrlib/addrinterface.h
src/amd/addrlib/core/addrlib.cpp
src/amd/addrlib/r800/ciaddrlib.cpp