Signed-off-by: Lionel Landwerlin <lionel.g.landwer...@intel.com>
Fixes: 00103db04ab879 ("intel: Fix decoding for partial STATE_BASE_ADDRESS 
updates.")
---
 src/intel/common/gen_batch_decoder.c         | 2 +-
 src/intel/tools/aubinator_viewer_decoder.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/intel/common/gen_batch_decoder.c 
b/src/intel/common/gen_batch_decoder.c
index 90fabc2657f..27b094a7670 100644
--- a/src/intel/common/gen_batch_decoder.c
+++ b/src/intel/common/gen_batch_decoder.c
@@ -215,7 +215,7 @@ handle_state_base_address(struct gen_batch_decode_ctx *ctx, 
const uint32_t *p)
          surface_modify = iter.raw_value;
       } else if (strcmp(iter.name, "Dynamic State Base Address Modify Enable") 
== 0) {
          dynamic_modify = iter.raw_value;
-      } else if (strcmp(iter.name, "Insntruction Base Address Modify Enable") 
== 0) {
+      } else if (strcmp(iter.name, "Instruction Base Address Modify Enable") 
== 0) {
          instruction_modify = iter.raw_value;
       }
    }
diff --git a/src/intel/tools/aubinator_viewer_decoder.cpp 
b/src/intel/tools/aubinator_viewer_decoder.cpp
index fb8616efc9f..2c0f5886bb4 100644
--- a/src/intel/tools/aubinator_viewer_decoder.cpp
+++ b/src/intel/tools/aubinator_viewer_decoder.cpp
@@ -175,7 +175,7 @@ handle_state_base_address(struct aub_viewer_decode_ctx *ctx,
          surface_modify = iter.raw_value;
       } else if (strcmp(iter.name, "Dynamic State Base Address Modify Enable") 
== 0) {
          dynamic_modify = iter.raw_value;
-      } else if (strcmp(iter.name, "Insntruction Base Address Modify Enable") 
== 0) {
+      } else if (strcmp(iter.name, "Instruction Base Address Modify Enable") 
== 0) {
          instruction_modify = iter.raw_value;
       }
    }
-- 
2.19.1

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to