[igt-dev] [PATCH i-g-t] tests/perf: enable i915-perf tests on Icelake

Lionel Landwerlin lionel.g.landwerlin at intel.com
Fri Mar 9 14:40:22 UTC 2018


I did not realize Icelake wasn't supported yet in igt :(

On 09/03/18 12:10, Lionel Landwerlin wrote:
> No significant changes from Cannonlake.
>
> Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
> ---
>   tests/perf.c | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/tests/perf.c b/tests/perf.c
> index 153f30eb..b50250a6 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;




More information about the igt-dev mailing list