[PATCH i-g-t] PVC: tests/intel/xe_multi_tile: Added Multi tile verification in available platform
Kamil Konieczny
kamil.konieczny at linux.intel.com
Wed Jul 2 10:40:40 UTC 2025
Hi Nishit,
On 2025-07-01 at 08:03:09 +0000, Sharma, Nishit wrote:
>
I have few nits, see below.
If you will sent new revision please remove 'PVC: ' from subject,
so instead of:
[PATCH i-g-t] PVC: tests/intel/xe_multi_tile: Added Multi tile verification in available platform
it should be:
[PATCH i-g-t] tests/intel/xe_multi_tile: Add Multi-tile verification for PVC
or
[PATCH i-g-t] tests/intel: Add xe_multi_tile test
> This multi-tile test verifies whether platform supports multi-tile or not. If multi-tile supported then how many gt belongs to single tile%d and type of each gt.
Fold description lines, so:
This multi-tile test verifies whether platform supports
multi-tile or not. If it is, then check how many GTs
belongs to single Tile and type of each gt.
>
> Signed-off-by: Nishit Sharma <nishit.sharma at intel.com>
> ---
> tests/intel/xe_multi_tile.c | 274 ++++++++++++++++++++++++++++++++++++
> tests/meson.build | 1 +
> 2 files changed, 275 insertions(+)
> create mode 100644 tests/intel/xe_multi_tile.c
>
> diff --git a/tests/intel/xe_multi_tile.c b/tests/intel/xe_multi_tile.c new file mode 100644 index 000000000..d302dce28
> --- /dev/null
> +++ b/tests/intel/xe_multi_tile.c
> @@ -0,0 +1,274 @@
> +// SPDX-License-Identifier: MIT
> +/*
> + * Copyright © 2025 Intel Corporation
> + *
> + * Authors:
Author:
> + * Nishit Sharma <nishit.sharma at intel.com>
> + */
> +
> +#include <dirent.h>
> +#include <fcntl.h>
> +#include <sys/types.h>
> +#include <sys/stat.h>
> +#include <unistd.h>
> +
> +#include "igt.h"
> +#include "igt_sysfs.h"
> +
> +#include "xe_drm.h"
> +#include "xe/xe_ioctl.h"
> +#include "xe/xe_query.h"
> +
> +/**
> + * TEST: Test to verify if multi-tile support available in platform
> + * Category: Core
> + * Mega feature: General Core features
> + * Functionality: Tile/GT operations
I am not sure about this 'Functionality' here,
please find some already existing so it is kept on minimum.
Regards,
Kamil
> + */
> +
> +/**
> + * SUBTEST: multi-tile-info
> + * Description: Test gathers Tile_ID/s, GT_ID/s, GT Type info
> + * Test category: functionality test
> + *
> + */
[...cut...]
More information about the igt-dev
mailing list