aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nvc0/nvc0_3d.xml.h
diff options
context:
space:
mode:
authorBen Skeggs <[email protected]>2020-06-07 09:52:46 +1000
committerMarge Bot <[email protected]>2020-06-10 22:52:42 +0000
commit268dc60d3a091bc563e319c38e74cc10e544aa8a (patch)
treea99255e6985c066cd87a6f23234c1bc4ed4520ac /src/gallium/drivers/nouveau/nvc0/nvc0_3d.xml.h
parent839aeffb49ef989d2eab3a62e04f1cb8b907d7d7 (diff)
nvc0: initial support for gv100
v2: - remove unnecessary MAX2() - add proper method definitions Signed-off-by: Ben Skeggs <[email protected]> Acked-by: Karol Herbst <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5377>
Diffstat (limited to 'src/gallium/drivers/nouveau/nvc0/nvc0_3d.xml.h')
-rw-r--r--src/gallium/drivers/nouveau/nvc0/nvc0_3d.xml.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_3d.xml.h b/src/gallium/drivers/nouveau/nvc0/nvc0_3d.xml.h
index 221bab3105b..1c5a8dc0b1f 100644
--- a/src/gallium/drivers/nouveau/nvc0/nvc0_3d.xml.h
+++ b/src/gallium/drivers/nouveau/nvc0/nvc0_3d.xml.h
@@ -1787,6 +1787,9 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define NVC0_3D_SP_UNK14__ESIZE 0x00000004
#define NVC0_3D_SP_UNK14__LEN 0x00000004
+#define GV100_3D_SP_ADDRESS_HIGH(i0) (0x00002014 + 0x40*(i0))
+#define GV100_3D_SP_ADDRESS_LOW(i0) (0x00002018 + 0x40*(i0))
+
#define NVC0_3D_TEX_LIMITS(i0) (0x00002200 + 0x10*(i0))
#define NVC0_3D_TEX_LIMITS__ESIZE 0x00000010
#define NVC0_3D_TEX_LIMITS__LEN 0x00000005