Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] intel: Fix a typo in decode error message.
@ 2012-02-20 17:55 Eric Anholt
  2012-02-20 17:55 ` [PATCH 2/4] intel: Add decode for gen7 3DSTATE_WM Eric Anholt
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Eric Anholt @ 2012-02-20 17:55 UTC (permalink / raw)
  To: intel-gfx

---
 intel/intel_decode.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/intel/intel_decode.c b/intel/intel_decode.c
index f33fb11..00908d0 100644
--- a/intel/intel_decode.c
+++ b/intel/intel_decode.c
@@ -2984,7 +2984,7 @@ decode_3d_965(struct drm_intel_decode *ctx)
 
 		if (len < opcode_3d->min_len ||
 		    len > opcode_3d->max_len) {
-			fprintf(out, "Bad length %d in %s, expeted %d-%d\n",
+			fprintf(out, "Bad length %d in %s, expected %d-%d\n",
 				len, opcode_3d->name,
 				opcode_3d->min_len, opcode_3d->max_len);
 		}
-- 
1.7.9

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-02-22  9:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-20 17:55 [PATCH 1/4] intel: Fix a typo in decode error message Eric Anholt
2012-02-20 17:55 ` [PATCH 2/4] intel: Add decode for gen7 3DSTATE_WM Eric Anholt
2012-02-22  9:38   ` Daniel Vetter
2012-02-20 17:55 ` [PATCH 3/4] intel: Add decode for gen7 HIER_DEPTH_BUFFER Eric Anholt
2012-02-20 17:55 ` [PATCH 4/4] intel: Import a new batchbuffer for the gen7 test Eric Anholt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox