summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoyan Ding <boyan.j.ding@gmail.com>2017-04-23 23:19:21 +0800
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>2017-04-27 11:11:10 +0200
commit2e35bd964ead9d30e52542e39835d52c0fef0ada (patch)
treeea7c8f4018b61e6ccb0de4c4878d0fe620545dee
parent4a9f7bfe9068af5e7f62c59956d04c5af9b5b8af (diff)
nvc0: Fix index of unk fields in nve4_cp_launch_desc
Signed-off-by: Boyan Ding <boyan.j.ding@gmail.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
-rw-r--r--src/gallium/drivers/nouveau/nvc0/nve4_compute.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/nouveau/nvc0/nve4_compute.h b/src/gallium/drivers/nouveau/nvc0/nve4_compute.h
index 5fe58b96718..75b169323bc 100644
--- a/src/gallium/drivers/nouveau/nvc0/nve4_compute.h
+++ b/src/gallium/drivers/nouveau/nvc0/nve4_compute.h
@@ -18,8 +18,8 @@ struct nve4_cp_launch_desc
u16 griddim_z;
u32 unk14[3];
u16 shared_size; /* must be aligned to 0x100 */
- u16 unk15;
- u16 unk16;
+ u16 unk17;
+ u16 unk18;
u16 blockdim_x;
u16 blockdim_y;
u16 blockdim_z;