aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/tools/intel_aub.h
diff options
context:
space:
mode:
authorLionel Landwerlin <[email protected]>2018-06-16 23:25:12 +0100
committerLionel Landwerlin <[email protected]>2018-07-05 11:57:45 +0100
commit87915baa2355e3b0d23f47517fc901b8fffa3b16 (patch)
treea76804e536cc975a4f440d58eda8fba1f179a45d /src/intel/tools/intel_aub.h
parentaab21cedc69d97dea425eafa8a6540986986fb69 (diff)
intel: intel_dump_gpu: use simulator id in captures
Signed-off-by: Lionel Landwerlin <[email protected]> Reviewed-by: Rafael Antognolli <[email protected]>
Diffstat (limited to 'src/intel/tools/intel_aub.h')
-rw-r--r--src/intel/tools/intel_aub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/tools/intel_aub.h b/src/intel/tools/intel_aub.h
index 2888515048f..74ca26ab9bb 100644
--- a/src/intel/tools/intel_aub.h
+++ b/src/intel/tools/intel_aub.h
@@ -103,7 +103,7 @@
/* DW2 */
#define AUB_MEM_TRACE_VERSION_DEVICE_MASK 0x0000ff00
-#define AUB_MEM_TRACE_VERSION_DEVICE_CNL (15 << 8)
+#define AUB_MEM_TRACE_VERSION_DEVICE_SHIFT 8
#define AUB_MEM_TRACE_VERSION_METHOD_MASK 0x000c0000
#define AUB_MEM_TRACE_VERSION_METHOD_PHY (1 << 18)