Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Manszewski, Christoph" <christoph.manszewski@intel.com>
To: Dominik Grzegorzek <dominik.grzegorzek@intel.com>,
	igt-dev@lists.freedesktop.org
Subject: Re: [PATCH i-g-t 2/2] tests/xe_eudebug_online: Set VRT
Date: Tue, 4 Mar 2025 12:37:48 +0100	[thread overview]
Message-ID: <5b656ee8-d8c1-4a02-9365-356de01c79ac@intel.com> (raw)
In-Reply-To: <20250226104436.257298-2-dominik.grzegorzek@intel.com>

Hi Dominik,

On 26.02.2025 11:44, Dominik Grzegorzek wrote:
> Limit number of GRFs used by single thread to utilize all
> possible threads per EU.
> 
> Signed-off-by: Dominik Grzegorzek <dominik.grzegorzek@intel.com>

Reviewed-by: Christoph Manszewski <christoph.manszewski@intel.com>

Thanks,
Christoph

> ---
>   tests/intel/xe_eudebug_online.c | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/tests/intel/xe_eudebug_online.c b/tests/intel/xe_eudebug_online.c
> index 472013fe1..7f36faee1 100644
> --- a/tests/intel/xe_eudebug_online.c
> +++ b/tests/intel/xe_eudebug_online.c
> @@ -158,6 +158,9 @@ static struct gpgpu_shader *get_shader(int fd, const unsigned int flags)
>   
>   	shader = gpgpu_shader_create(fd);
>   
> +	if (shader->gen_ver == 3000)
> +		gpgpu_shader_set_vrt(shader, VRT_96);
> +
>   	gpgpu_shader__write_dword(shader, SHADER_CANARY, 0);
>   	if (flags & SHADER_BREAKPOINT) {
>   		gpgpu_shader__nop(shader);

  reply	other threads:[~2025-03-04 11:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-26 10:44 [PATCH i-g-t 1/2] lib: Add variable registers per thread (VRT) setup Dominik Grzegorzek
2025-02-26 10:44 ` [PATCH i-g-t 2/2] tests/xe_eudebug_online: Set VRT Dominik Grzegorzek
2025-03-04 11:37   ` Manszewski, Christoph [this message]
2025-02-27 14:23 ` ✓ Xe.CI.BAT: success for series starting with [i-g-t,1/2] lib: Add variable registers per thread (VRT) setup Patchwork
2025-02-27 14:33 ` ✗ i915.CI.BAT: failure " Patchwork
2025-02-27 17:10 ` ✗ Xe.CI.Full: " Patchwork
2025-03-04 11:36 ` [PATCH i-g-t 1/2] " Manszewski, Christoph

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=5b656ee8-d8c1-4a02-9365-356de01c79ac@intel.com \
    --to=christoph.manszewski@intel.com \
    --cc=dominik.grzegorzek@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    /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