nvc0: fix macro define for NVE4_COPY()

Fixes: e44089b2f7 ("nvc0: add initial support for nve4+ (Kepler) chipsets")
Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
Reviewed-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5982>
This commit is contained in:
Rhys Kidd 2020-07-20 21:10:25 +10:00 committed by Marge Bot
parent 3a4024e776
commit 203d565b19
1 changed files with 1 additions and 1 deletions

View File

@ -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(m) SUBC_COPY(NVE4_COPY_##n)
#define NVE4_COPY(n) SUBC_COPY(NVE4_COPY_##n)
#define SUBC_SW(m) 7, (m)