[igt-dev] [PATCH i-g-t] tests/perf: Add test config uuid for Icelake

Lionel Landwerlin lionel.g.landwerlin at intel.com
Sun Jun 24 15:51:36 UTC 2018


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 at 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 at intel.com>
> Signed-off-by: José Roberto de Souza <jose.souza at 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;




More information about the igt-dev mailing list