From: "Hajda, Andrzej" <andrzej.hajda@intel.com>
To: "Zbigniew Kempczyński" <zbigniew.kempczynski@intel.com>,
igt-dev@lists.freedesktop.org
Cc: Priyanka Dandamudi <priyanka.dandamudi@intel.com>
Subject: Re: [PATCH i-g-t 2/2] tests/xe_gpgpu_fill: Add subtest with 4x4 position for XE3P
Date: Tue, 5 May 2026 11:06:10 +0200 [thread overview]
Message-ID: <bccb577a-cba3-468e-8ddd-be72bfc82c16@intel.com> (raw)
In-Reply-To: <20260422191922.274036-6-zbigniew.kempczynski@intel.com>
W dniu 22.04.2026 o 21:19, Zbigniew KempczyÅski pisze:
> Gpgpu pipeline for XE3P allows passing x which is multiplied of 4
> (y may be incremented by 1). Exercise this is working properly
> on platforms like NVLP and CRI.
>
> Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
> Cc: Priyanka Dandamudi <priyanka.dandamudi@intel.com>
Reviewed-by: Andrzej Hajda <andrzej.hajda@intel.com>
Regards
Andrzej
> ---
> tests/intel/xe_gpgpu_fill.c | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git a/tests/intel/xe_gpgpu_fill.c b/tests/intel/xe_gpgpu_fill.c
> index ce6222ddd7..9ab8b51e78 100644
> --- a/tests/intel/xe_gpgpu_fill.c
> +++ b/tests/intel/xe_gpgpu_fill.c
> @@ -91,6 +91,8 @@ static void buf_check(uint8_t *ptr, int width, int x, int y, uint8_t color)
> * SUBTEST: offset-16x16
> * Description: run gpgpu fill with <x,y> start position == <16,16>
> *
> + * SUBTEST: offset-4x4
> + * Description: run gpgpu fillwith <x,y> start position == <4,4>
> */
>
> static void gpgpu_fill(data_t *data, igt_fillfunc_t fill, uint32_t region,
> @@ -201,6 +203,15 @@ int igt_main_args("dW:H:X:Y:", NULL, help_str, opt_handler, NULL)
> surfheight / 2);
> }
>
> + igt_subtest("offset-4x4") {
> + igt_require(intel_graphics_ver(data.devid) >= IP_VER(35, 0));
> + gpgpu_fill(&data, fill_fn, 0,
> + surfwidth, surfheight,
> + 4, 4,
> + surfwidth / 2,
> + surfheight / 2);
> + }
> +
> igt_fixture() {
> buf_ops_destroy(data.bops);
> drm_close_driver(data.drm_fd);
next prev parent reply other threads:[~2026-05-05 9:06 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-22 19:19 [PATCH i-g-t 0/2] Extend gpgpu fill support to XE3P Zbigniew Kempczyński
2026-04-22 19:19 ` [PATCH i-g-t 1/2] lib/gpgpu_fill: Add support for xe3p gpgpu fill Zbigniew Kempczyński
2026-05-05 8:33 ` Hajda, Andrzej
2026-05-05 10:05 ` Zbigniew Kempczyński
2026-04-22 19:19 ` [PATCH i-g-t 2/2] tests/xe_gpgpu_fill: Add subtest with 4x4 position for XE3P Zbigniew Kempczyński
2026-05-05 9:06 ` Hajda, Andrzej [this message]
2026-04-22 23:29 ` ✓ i915.CI.BAT: success for Extend gpgpu fill support to XE3P Patchwork
2026-04-23 1:20 ` ✓ Xe.CI.BAT: " Patchwork
2026-04-23 6:54 ` ✗ i915.CI.Full: failure " Patchwork
2026-04-23 10:18 ` ✓ Xe.CI.FULL: success " 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=bccb577a-cba3-468e-8ddd-be72bfc82c16@intel.com \
--to=andrzej.hajda@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=priyanka.dandamudi@intel.com \
--cc=zbigniew.kempczynski@intel.com \
/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