From: Matt Atwood <matthew.s.atwood@intel.com>
To: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>,
<matthew.d.roper@intel.com>, <intel-xe@lists.freedesktop.org>
Cc: <intel-xe@lists.freedesktop.org>, Matt Roper <matthew.d.roper@intel.com>
Subject: Re: [PATCH V1 2/3] drm/xe/xelpg: Extend some workarounds to graphics version 12.74
Date: Tue, 5 Mar 2024 09:00:27 -0800 [thread overview]
Message-ID: <ZedPq1hHkxNO/6cQ@msatwood-mobl> (raw)
In-Reply-To: <20240229061331.3398966-3-dnyaneshwar.bhadane@intel.com>
On Thu, Feb 29, 2024 at 11:43:30AM +0530, Dnyaneshwar Bhadane wrote:
> From: Matt Roper <matthew.d.roper@intel.com>
>
> A handful of Xe_LPG workarounds are also relevant to graphics version
> 12.74 as well. Extend the graphics version range for these workarounds
> accordingly.
>
> Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Matt Atwood <matthew.s.atwood@intel.com>
> ---
> drivers/gpu/drm/xe/tests/xe_wa_test.c | 1 +
> drivers/gpu/drm/xe/xe_wa.c | 8 ++++----
> 2 files changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/gpu/drm/xe/tests/xe_wa_test.c b/drivers/gpu/drm/xe/tests/xe_wa_test.c
> index 44570d888355..9d0c715142b9 100644
> --- a/drivers/gpu/drm/xe/tests/xe_wa_test.c
> +++ b/drivers/gpu/drm/xe/tests/xe_wa_test.c
> @@ -71,6 +71,7 @@ static const struct platform_test_case cases[] = {
> SUBPLATFORM_CASE(DG2, G12, A1),
> GMDID_CASE(METEORLAKE, 1270, A0, 1300, A0),
> GMDID_CASE(METEORLAKE, 1271, A0, 1300, A0),
> + GMDID_CASE(METEORLAKE, 1274, A0, 1300, A0),
> GMDID_CASE(LUNARLAKE, 2004, A0, 2000, A0),
> GMDID_CASE(LUNARLAKE, 2004, B0, 2000, A0),
> };
> diff --git a/drivers/gpu/drm/xe/xe_wa.c b/drivers/gpu/drm/xe/xe_wa.c
> index a0264eedd443..bcc285f45a1e 100644
> --- a/drivers/gpu/drm/xe/xe_wa.c
> +++ b/drivers/gpu/drm/xe/xe_wa.c
> @@ -173,11 +173,11 @@ static const struct xe_rtp_entry_sr gt_was[] = {
> XE_RTP_ACTIONS(CLR(MISCCPCTL, DOP_CLOCK_GATE_RENDER_ENABLE))
> },
> { XE_RTP_NAME("14018575942"),
> - XE_RTP_RULES(GRAPHICS_VERSION_RANGE(1270, 1271)),
> + XE_RTP_RULES(GRAPHICS_VERSION_RANGE(1270, 1274)),
> XE_RTP_ACTIONS(SET(COMP_MOD_CTRL, FORCE_MISS_FTLB))
> },
> { XE_RTP_NAME("22016670082"),
> - XE_RTP_RULES(GRAPHICS_VERSION_RANGE(1270, 1271)),
> + XE_RTP_RULES(GRAPHICS_VERSION_RANGE(1270, 1274)),
> XE_RTP_ACTIONS(SET(SQCNT1, ENFORCE_RAR))
> },
>
> @@ -397,7 +397,7 @@ static const struct xe_rtp_entry_sr engine_was[] = {
> /* Xe_LPG */
>
> { XE_RTP_NAME("14017856879"),
> - XE_RTP_RULES(GRAPHICS_VERSION_RANGE(1270, 1271),
> + XE_RTP_RULES(GRAPHICS_VERSION_RANGE(1270, 1274),
> FUNC(xe_rtp_match_first_render_or_compute)),
> XE_RTP_ACTIONS(SET(ROW_CHICKEN3, DIS_FIX_EOT1_FLUSH))
> },
> @@ -537,7 +537,7 @@ static const struct xe_rtp_entry_sr lrc_was[] = {
> /* Xe_LPG */
>
> { XE_RTP_NAME("18019271663"),
> - XE_RTP_RULES(GRAPHICS_VERSION_RANGE(1270, 1271)),
> + XE_RTP_RULES(GRAPHICS_VERSION_RANGE(1270, 1274)),
> XE_RTP_ACTIONS(SET(CACHE_MODE_1, MSAA_OPTIMIZATION_REDUC_DISABLE))
> },
> { XE_RTP_NAME("14019877138"),
> --
> 2.34.1
>
next prev parent reply other threads:[~2024-03-05 17:00 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-29 6:13 [PATCH V1 0/3] drm/xe/arl: Add Arrow Lake H support Dnyaneshwar Bhadane
2024-02-29 6:13 ` [PATCH V1 1/3] drm/xe/xelpg: Recognize graphics version 12.74 as Xe_LPG Dnyaneshwar Bhadane
2024-03-05 17:30 ` Matt Atwood
2024-02-29 6:13 ` [PATCH V1 2/3] drm/xe/xelpg: Extend some workarounds to graphics version 12.74 Dnyaneshwar Bhadane
2024-03-05 17:00 ` Matt Atwood [this message]
2024-02-29 6:13 ` [PATCH V2 3/3] drm/xe/arl: Add Arrow Lake H support Dnyaneshwar Bhadane
2024-03-05 16:57 ` Matt Atwood
2024-02-29 6:18 ` ✓ CI.Patch_applied: success for drm/xe/arl: Add Arrow Lake H support (rev2) Patchwork
2024-02-29 6:18 ` ✗ CI.checkpatch: warning " Patchwork
2024-02-29 6:19 ` ✓ CI.KUnit: success " Patchwork
2024-02-29 6:31 ` ✓ CI.Build: " Patchwork
2024-02-29 6:32 ` ✓ CI.Hooks: " Patchwork
2024-02-29 6:33 ` ✓ CI.checksparse: " Patchwork
2024-02-29 6:56 ` ✓ CI.BAT: " Patchwork
-- strict thread matches above, loose matches on Subject: below --
2024-02-29 7:08 [PATCH V1 0/3] drm/xe/arl: Add Arrow Lake H support Dnyaneshwar Bhadane
2024-02-29 7:08 ` [PATCH V1 2/3] drm/xe/xelpg: Extend some workarounds to graphics version 12.74 Dnyaneshwar Bhadane
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=ZedPq1hHkxNO/6cQ@msatwood-mobl \
--to=matthew.s.atwood@intel.com \
--cc=dnyaneshwar.bhadane@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