From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: References: <20200124170337.346187-1-chris@chris-wilson.co.uk> From: Lionel Landwerlin Message-ID: Date: Fri, 24 Jan 2020 19:11:03 +0200 MIME-Version: 1.0 In-Reply-To: <20200124170337.346187-1-chris@chris-wilson.co.uk> Content-Language: en-US Subject: Re: [igt-dev] [PATCH i-g-t] perf: Treat Cometlake as an alias for Coffeelake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" To: Chris Wilson , intel-gfx@lists.freedesktop.org Cc: igt-dev@lists.freedesktop.org List-ID: Thanks. Hopefully I'll a series soon getting rid of all this special case stuff. Reviewed-by: Lionel Landwerlin 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 > Cc: Lionel Landwerlin > --- > 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