amdgpu/addrlib: add disableLinearOpt flag
[mesa.git] / src / amd / addrlib / addrinterface.h
index 764377a4b479b476ddac649886c622e46f3904b6..c6c46845fd5c1b86238ddd6e64c03fdea39eb921 100644 (file)
@@ -446,7 +446,8 @@ typedef union _ADDR_SURFACE_FLAGS
                                      ///  This flag indicates we need to follow the alignment with
                                      ///  CZ families or other ASICs under PX configuration + CZ.
         UINT_32 nonSplit        : 1; ///< CI: depth texture should not be split
-        UINT_32 reserved        : 10; ///< Reserved bits
+        UINT_32 disableLinearOpt: 1; ///< Disable tile mode optimization to linear
+        UINT_32 reserved        : 9; ///< Reserved bits
     };
 
     UINT_32 value;