Skip to content
Snippets Groups Projects
Commit f9fdd9df authored by Rhys Kidd's avatar Rhys Kidd Committed by Eric Engestrom
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>
(cherry picked from commit 203d565b)
parent ea013055
No related branches found
No related tags found
Loading
......@@ -211,7 +211,7 @@
"description": "nvc0: fix macro define for NVE4_COPY()",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"master_sha": null,
"because_sha": "e44089b2f79aa2dcaacf348911433d1e21235c0c"
},
......
......@@ -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