Mesa (master): nvc0: Fix index of unk fields in nve4_cp_launch_desc

Samuel Pitoiset hakzsam at kemper.freedesktop.org
Thu Apr 27 09:11:58 UTC 2017


Module: Mesa
Branch: master
Commit: 2e35bd964ead9d30e52542e39835d52c0fef0ada
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e35bd964ead9d30e52542e39835d52c0fef0ada

Author: Boyan Ding <boyan.j.ding at gmail.com>
Date:   Sun Apr 23 23:19:21 2017 +0800

nvc0: Fix index of unk fields in nve4_cp_launch_desc

Signed-off-by: Boyan Ding <boyan.j.ding at gmail.com>
Reviewed-by: Ilia Mirkin <imirkin at alum.mit.edu>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>

---

 src/gallium/drivers/nouveau/nvc0/nve4_compute.h | 4 ++--
 1 file 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 5fe58b9671..75b169323b 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;




More information about the mesa-commit mailing list