public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
To: Chris Wilson <chris@chris-wilson.co.uk>, intel-gfx@lists.freedesktop.org
Cc: igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [PATCH i-g-t] perf: Treat Cometlake as an alias for Coffeelake
Date: Fri, 24 Jan 2020 19:11:03 +0200	[thread overview]
Message-ID: <ab195c79-77f6-c128-340a-e80f10a886e5@intel.com> (raw)
In-Reply-To: <20200124170337.346187-1-chris@chris-wilson.co.uk>

Thanks.
Hopefully I'll a series soon getting rid of all this special case stuff.

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


On 24/01/2020 19:03, Chris Wilson wrote:
> The kernel doesn't differentiate between the Coffeelake and Cometlake
> platforms, but igt does. Add the alias for perf to use the Coffeelake
> register set for Cometlake.
>
> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
> Cc: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
> ---
>   tests/perf.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/perf.c b/tests/perf.c
> index a837551cb..f1f9b7cea 100644
> --- a/tests/perf.c
> +++ b/tests/perf.c
> @@ -955,7 +955,7 @@ init_sys_info(void)
>   			}
>   		} else if (IS_GEMINILAKE(devid)) {
>   			test_set_uuid = "dd3fd789-e783-4204-8cd0-b671bbccb0cf";
> -		} else if (IS_COFFEELAKE(devid)) {
> +		} else if (IS_COFFEELAKE(devid) || IS_COMETLAKE(devid)) {
>   			switch (intel_gt(devid)) {
>   			case 1:
>   				test_set_uuid = "74fb4902-d3d3-4237-9e90-cbdc68d0a446";


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

  reply	other threads:[~2020-01-24 17:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-24 17:03 [igt-dev] [PATCH i-g-t] perf: Treat Cometlake as an alias for Coffeelake Chris Wilson
2020-01-24 17:11 ` Lionel Landwerlin [this message]
2020-01-24 17:47 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2020-01-26 22:22 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2020-01-27  9:18 ` [igt-dev] ✗ GitLab.Pipeline: warning " 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=ab195c79-77f6-c128-340a-e80f10a886e5@intel.com \
    --to=lionel.g.landwerlin@intel.com \
    --cc=chris@chris-wilson.co.uk \
    --cc=igt-dev@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox