[Intel-gfx] [PATCH 2/4] Fix gs_fence output in URB_FENCE output
Ben Gamari
bgamari.foss at gmail.com
Wed Jul 1 22:52:18 CEST 2009
---
tools/intel_gpu_dump.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/intel_gpu_dump.c b/tools/intel_gpu_dump.c
index 03a2e0f..d2551d0 100644
--- a/tools/intel_gpu_dump.c
+++ b/tools/intel_gpu_dump.c
@@ -1454,7 +1454,7 @@ i965_decode_urb_fence(uint32_t *data, uint32_t hw_offset, int len, int count,
(data[0] >> 8) & 1 ? "vs " : "");
instr_out(data, hw_offset, 1,
"vs fence: %d, clip_fence: %d, gs_fence: %d\n",
- vs_fence, clip_fence, sf_fence);
+ vs_fence, clip_fence, gs_fence);
instr_out(data, hw_offset, 2,
"sf fence: %d, vfe_fence: %d, cs_fence: %d\n",
sf_fence, vfe_fence, cs_fence);
--
1.6.3.3
More information about the Intel-gfx
mailing list