amdgpu/addrlib: add equation generation
[mesa.git] / src / amd / addrlib / core / addrlib.h
index d1c5dd755d663b0971a06937470f9025142f4e66..4ba7c2d415f400e40e5d419d10f7d2c29c2d0842 100644 (file)
@@ -196,6 +196,14 @@ protected:
     /// Pure Virtual function for Hwl converting chip family
     virtual AddrChipFamily HwlConvertChipFamily(UINT_32 uChipFamily, UINT_32 uChipRevision) = 0;
 
+    /// Get equation table pointer and number of equations
+    virtual UINT_32 HwlGetEquationTableInfo(const ADDR_EQUATION** ppEquationTable) const
+    {
+        *ppEquationTable = NULL;
+
+        return 0;
+    }
+
     //
     // Misc helper
     //