aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2019-05-17 14:56:23 +0000
committerAlyssa Rosenzweig <[email protected]>2019-05-17 14:59:52 +0000
commitea479fdc1d04f8548fb6628f5d5bda83324a76da (patch)
tree306e4bd25955ed89758246ad947774b46163043e /src
parent6a1f609a4c5d18dcc56e45567dbdda2be8f10313 (diff)
panfrost/midgard: Typofix
Reported-by: Ryan Houdek <[email protected]> Signed-off-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/panfrost/midgard/midgard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/panfrost/midgard/midgard.h b/src/gallium/drivers/panfrost/midgard/midgard.h
index 4a4ec0e4542..d5d6c12f78c 100644
--- a/src/gallium/drivers/panfrost/midgard/midgard.h
+++ b/src/gallium/drivers/panfrost/midgard/midgard.h
@@ -548,7 +548,7 @@ static char *load_store_opcode_names[256] = {
[midgard_op_atomic_umin] = "atomic_umin",
[midgard_op_atomic_imax] = "atomic_imax",
[midgard_op_atomic_umax] = "atomic_umax",
- [midgard_op_atomic_umax] = "atomic_xchg",
+ [midgard_op_atomic_xchg] = "atomic_xchg",
[midgard_op_ld_char] = "ld_char",
[midgard_op_ld_char2] = "ld_char2",