All of lore.kernel.org
 help / color / mirror / Atom feed
From: Damien Lespiau <damien.lespiau@intel.com>
To: dri-devel@lists.freedesktop.org
Cc: intel-gfx@lists.freedesktop.org
Subject: [PATCH 2/2] intel/test_decode: Allow gen8 to be infered from the batch filenames
Date: Fri, 13 Dec 2013 17:51:26 +0000	[thread overview]
Message-ID: <1386957086-28618-2-git-send-email-damien.lespiau@intel.com> (raw)
In-Reply-To: <1386957086-28618-1-git-send-email-damien.lespiau@intel.com>

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
---
 intel/test_decode.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/intel/test_decode.c b/intel/test_decode.c
index 0fcdf3b..b710f34 100644
--- a/intel/test_decode.c
+++ b/intel/test_decode.c
@@ -146,6 +146,7 @@ infer_devid(const char *batch_filename)
 		{ "gen5", PCI_CHIP_ILD_G },
 		{ "gen6", PCI_CHIP_SANDYBRIDGE_GT2 },
 		{ "gen7", PCI_CHIP_IVYBRIDGE_GT2 },
+		{ "gen8", 0x1616 },
 		{ NULL, 0 },
 	};
 	int i;
-- 
1.8.3.1

  reply	other threads:[~2013-12-13 17:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-13 17:51 [PATCH 1/2] gitignore: Ignore various generated files Damien Lespiau
2013-12-13 17:51 ` Damien Lespiau [this message]
2013-12-13 18:05   ` [PATCH 2/2] intel/test_decode: Allow gen8 to be infered from the batch filenames Daniel Vetter
2013-12-13 18:03 ` [PATCH 1/2] gitignore: Ignore various generated files Daniel Vetter
2013-12-13 18:20   ` Damien Lespiau

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=1386957086-28618-2-git-send-email-damien.lespiau@intel.com \
    --to=damien.lespiau@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --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.