From: "Pottumuttu, Sai Teja" <sai.teja.pottumuttu@intel.com>
To: Matt Roper <matthew.d.roper@intel.com>, <intel-xe@lists.freedesktop.org>
Subject: Re: [PATCH] drm/xe/xe3: Recognize 3DSTATE_COARSE_PIXEL to LRC dumps
Date: Mon, 10 Mar 2025 10:50:45 +0530 [thread overview]
Message-ID: <ace70e78-09c0-47e4-b52e-74d4e3f26fd7@intel.com> (raw)
In-Reply-To: <20250307190754.678376-2-matthew.d.roper@intel.com>
On 08-03-2025 00:37, Matt Roper wrote:
> Xe3 adds a new 3DSTATE_COARSE_PIXEL state instruction as part of the
> render engine LRC. Ensure we can recognize and report this properly in
> the LRC dumps.
>
> Bspec: 65182, 73415
> Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Just a nit, it should be 'in LRC dumps' in the subject probably, other
than that
LGTM,
Reviewed-by: Sai Teja Pottumuttu <sai.teja.pottumuttu@intel.com>
> ---
> drivers/gpu/drm/xe/instructions/xe_gfxpipe_commands.h | 1 +
> drivers/gpu/drm/xe/xe_lrc.c | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/drivers/gpu/drm/xe/instructions/xe_gfxpipe_commands.h b/drivers/gpu/drm/xe/instructions/xe_gfxpipe_commands.h
> index 31d28a67ef6a..457881af8af9 100644
> --- a/drivers/gpu/drm/xe/instructions/xe_gfxpipe_commands.h
> +++ b/drivers/gpu/drm/xe/instructions/xe_gfxpipe_commands.h
> @@ -137,6 +137,7 @@
> #define CMD_3DSTATE_CLIP_MESH GFXPIPE_3D_CMD(0x0, 0x81)
> #define CMD_3DSTATE_SBE_MESH GFXPIPE_3D_CMD(0x0, 0x82)
> #define CMD_3DSTATE_CPSIZE_CONTROL_BUFFER GFXPIPE_3D_CMD(0x0, 0x83)
> +#define CMD_3DSTATE_COARSE_PIXEL GFXPIPE_3D_CMD(0x0, 0x89)
>
> #define CMD_3DSTATE_DRAWING_RECTANGLE GFXPIPE_3D_CMD(0x1, 0x0)
> #define CMD_3DSTATE_CHROMA_KEY GFXPIPE_3D_CMD(0x1, 0x4)
> diff --git a/drivers/gpu/drm/xe/xe_lrc.c b/drivers/gpu/drm/xe/xe_lrc.c
> index df3ceddede07..81def1792664 100644
> --- a/drivers/gpu/drm/xe/xe_lrc.c
> +++ b/drivers/gpu/drm/xe/xe_lrc.c
> @@ -1445,6 +1445,7 @@ static int dump_gfxpipe_command(struct drm_printer *p,
> MATCH3D(3DSTATE_CLIP_MESH);
> MATCH3D(3DSTATE_SBE_MESH);
> MATCH3D(3DSTATE_CPSIZE_CONTROL_BUFFER);
> + MATCH3D(3DSTATE_COARSE_PIXEL);
>
> MATCH3D(3DSTATE_DRAWING_RECTANGLE);
> MATCH3D(3DSTATE_CHROMA_KEY);
prev parent reply other threads:[~2025-03-10 5:21 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-07 19:07 [PATCH] drm/xe/xe3: Recognize 3DSTATE_COARSE_PIXEL to LRC dumps Matt Roper
2025-03-07 22:54 ` ✓ CI.Patch_applied: success for " Patchwork
2025-03-07 22:54 ` ✓ CI.checkpatch: " Patchwork
2025-03-07 22:55 ` ✓ CI.KUnit: " Patchwork
2025-03-07 23:12 ` ✓ CI.Build: " Patchwork
2025-03-07 23:14 ` ✓ CI.Hooks: " Patchwork
2025-03-07 23:16 ` ✓ CI.checksparse: " Patchwork
2025-03-07 23:37 ` ✓ Xe.CI.BAT: " Patchwork
2025-03-09 9:10 ` ✗ Xe.CI.Full: failure " Patchwork
2025-03-10 18:05 ` Matt Roper
2025-03-10 5:20 ` Pottumuttu, Sai Teja [this message]
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=ace70e78-09c0-47e4-b52e-74d4e3f26fd7@intel.com \
--to=sai.teja.pottumuttu@intel.com \
--cc=intel-xe@lists.freedesktop.org \
--cc=matthew.d.roper@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