All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH i-g-t v3 6/7] tests/perf: enable testing on Coffeelake GT3
Date: Fri,  8 Dec 2017 15:21:43 +0000	[thread overview]
Message-ID: <20171208152144.10976-7-lionel.g.landwerlin@intel.com> (raw)
In-Reply-To: <20171208152144.10976-1-lionel.g.landwerlin@intel.com>

Add the test config uuid for GT3.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
---
 tests/perf.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tests/perf.c b/tests/perf.c
index 70166a7a..2bc0f1d6 100644
--- a/tests/perf.c
+++ b/tests/perf.c
@@ -1075,8 +1075,11 @@ init_sys_info(void)
 			case 1:
 				test_set_uuid = "74fb4902-d3d3-4237-9e90-cbdc68d0a446";
 				break;
+			case 2:
+				test_set_uuid = "577e8e2c-3fa0-4875-8743-3538d585e3b0";
+				break;
 			default:
-				igt_debug("unsupported Cannonlake GT size\n");
+				igt_debug("unsupported Coffeelake GT size\n");
 				return false;
 			}
 		} else {
-- 
2.15.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  parent reply	other threads:[~2017-12-08 15:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-08 15:21 [PATCH i-g-t v3 0/7] tests/perf: Enable i915 perf tests on CNL Lionel Landwerlin
2017-12-08 15:21 ` [PATCH i-g-t v3 1/7] debugger/overlay/tools: make sure to include embedded drm-uapi headers Lionel Landwerlin
2017-12-08 15:21 ` [PATCH i-g-t v3 2/7] include/drm-uapi: bump headers Lionel Landwerlin
2017-12-08 15:21 ` [PATCH i-g-t v3 3/7] tests/perf: drop copied i915 defines/structs Lionel Landwerlin
2017-12-08 15:21 ` [PATCH i-g-t v3 4/7] tests/perf: factorize max oa buffer size define Lionel Landwerlin
2017-12-08 15:21 ` [PATCH i-g-t v3 5/7] tests/perf: query CS timestamp frequency if available Lionel Landwerlin
2017-12-08 15:21 ` Lionel Landwerlin [this message]
2017-12-08 15:21 ` [PATCH i-g-t v3 7/7] tests/perf: add test config uuid for Cannonlake Lionel Landwerlin
2017-12-08 15:58 ` ✗ Fi.CI.BAT: failure for tests/perf: Enable i915 perf tests on CNL (rev3) Patchwork

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=20171208152144.10976-7-lionel.g.landwerlin@intel.com \
    --to=lionel.g.landwerlin@intel.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.