summaryrefslogtreecommitdiff
path: root/lib/mesa/src/gallium/drivers/nouveau/nvc0
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2020-09-22 01:35:23 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2020-09-22 01:35:23 +0000
commit27e7bb02bd0f89f96d9e3b402b46c2c97ee4defe (patch)
tree274247cd9317896d1f4f7b12d469b85dbbae9205 /lib/mesa/src/gallium/drivers/nouveau/nvc0
parent294c26e88dc461cbb485be73fd6624ec386b4f0b (diff)
Import Mesa 20.0.8
Diffstat (limited to 'lib/mesa/src/gallium/drivers/nouveau/nvc0')
-rw-r--r--lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_winsys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_winsys.h b/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_winsys.h
index 811104932..4d07546c3 100644
--- a/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_winsys.h
+++ b/lib/mesa/src/gallium/drivers/nouveau/nvc0/nvc0_winsys.h
@@ -63,7 +63,7 @@ PUSH_REFN(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t flags)
#define NVC0_2D(n) SUBC_2D(NV50_2D_##n)
#define SUBC_COPY(m) 4, (m)
-#define NVE4_COPY(n) SUBC_COPY(NVE4_COPY_##n)
+#define NVE4_COPY(m) SUBC_COPY(NVE4_COPY_##n)
#define SUBC_SW(m) 7, (m)