Skip to content
Snippets Groups Projects
Commit 203d565b authored by Rhys Kidd's avatar Rhys Kidd Committed by Marge Bot
Browse files

nvc0: fix macro define for NVE4_COPY()


Fixes: e44089b2 ("nvc0: add initial support for nve4+ (Kepler) chipsets")
Signed-off-by: default avatarRhys Kidd <rhyskidd@gmail.com>
Reviewed-by: Karol Herbst's avatarKarol Herbst <kherbst@redhat.com>
Part-of: <mesa/mesa!5982>
parent 3a4024e7
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment