All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ben Widawsky <bwidawsk@gmail.com>
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH] [intel-gpu-tools] Add MI_SUSPEND_FLUSH instruction decode
Date: Tue, 22 Feb 2011 09:25:29 -0800	[thread overview]
Message-ID: <1298395529-17323-1-git-send-email-bwidawsk@gmail.com> (raw)


Signed-off-by: Ben Widawsky <bwidawsk@gmail.com>
---
 tools/intel_decode.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tools/intel_decode.c b/tools/intel_decode.c
index b344e21..596ecfc 100644
--- a/tools/intel_decode.c
+++ b/tools/intel_decode.c
@@ -91,6 +91,7 @@ decode_mi(uint32_t *data, int count, uint32_t hw_offset, int *failures)
 	{ 0x03, 0, 1, 1, "MI_WAIT_FOR_EVENT" },
 	{ 0x16, 0x7f, 3, 3, "MI_SEMAPHORE_MBOX" },
 	{ 0x26, 0x1f, 3, 4, "MI_FLUSH_DW" },
+	{ 0x0b, 0, 1, 1, "MI_SUSPEND_FLUSH" },
     };
 
     switch ((data[0] & 0x1f800000) >> 23) {
-- 
1.7.3.4

             reply	other threads:[~2011-02-22 17:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-22 17:25 Ben Widawsky [this message]
2011-02-24  0:36 ` [PATCH] [intel-gpu-tools] Add MI_SUSPEND_FLUSH instruction decode Chris Wilson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1298395529-17323-1-git-send-email-bwidawsk@gmail.com \
    --to=bwidawsk@gmail.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.