All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
To: "José Roberto de Souza" <jose.souza@intel.com>,
	igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [PATCH i-g-t] tests/perf: Add test config uuid for Icelake
Date: Sun, 24 Jun 2018 16:51:36 +0100	[thread overview]
Message-ID: <46108bf9-ba40-85af-5ad6-5358aa8475a7@intel.com> (raw)
In-Reply-To: <20180622203130.7732-1-jose.souza@intel.com>

Same patch was sent before but IGT didn't have the IS_ICELAKE() macro at 
the time : https://patchwork.freedesktop.org/series/39690/

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>

On 22/06/18 21:31, José Roberto de Souza wrote:
> This make perf tests to run in Icelake.
>
> Cc: Paulo Zanoni <paulo.r.zanoni@intel.com>
> Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
> ---
>   tests/perf.c | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/tests/perf.c b/tests/perf.c
> index 2a73d5b9..95048bfa 100644
> --- a/tests/perf.c
> +++ b/tests/perf.c
> @@ -958,6 +958,8 @@ init_sys_info(void)
>   			}
>   		} else if (IS_CANNONLAKE(devid)) {
>   			test_set_uuid = "db41edd4-d8e7-4730-ad11-b9a2d6833503";
> +		} else if (IS_ICELAKE(devid)) {
> +			test_set_uuid = "a291665e-244b-4b76-9b9a-01de9d3c8068";
>   		} else {
>   			igt_debug("unsupported GT\n");
>   			return false;


_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

  parent reply	other threads:[~2018-06-24 15:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-22 20:31 [igt-dev] [PATCH i-g-t] tests/perf: Add test config uuid for Icelake José Roberto de Souza
2018-06-22 21:07 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2018-06-22 21:58 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2018-06-24 15:51 ` Lionel Landwerlin [this message]
2018-06-25  6:31   ` [igt-dev] [PATCH i-g-t] " Arkadiusz Hiler

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=46108bf9-ba40-85af-5ad6-5358aa8475a7@intel.com \
    --to=lionel.g.landwerlin@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=jose.souza@intel.com \
    /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.