Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@linux.intel.com>
To: "Upadhyay, Tejas" <tejas.upadhyay@intel.com>,
	"Ghimiray, Himal Prasad" <himal.prasad.ghimiray@intel.com>,
	"intel-xe@lists.freedesktop.org" <intel-xe@lists.freedesktop.org>
Cc: "Roper, Matthew D" <matthew.d.roper@intel.com>
Subject: RE: [PATCH] drm/xe/xe2hpg: Add Wa_14021821874
Date: Mon, 12 Aug 2024 16:58:27 +0300	[thread overview]
Message-ID: <87o75x267w.fsf@intel.com> (raw)
In-Reply-To: <MN0PR11MB62089AAB6D089B844091CC5281852@MN0PR11MB6208.namprd11.prod.outlook.com>

On Mon, 12 Aug 2024, "Upadhyay, Tejas" <tejas.upadhyay@intel.com> wrote:
>> -----Original Message-----
>> From: Ghimiray, Himal Prasad <himal.prasad.ghimiray@intel.com>
>> Sent: Monday, August 12, 2024 1:18 PM
>> To: Upadhyay, Tejas <tejas.upadhyay@intel.com>; intel-
>> xe@lists.freedesktop.org
>> Cc: Roper, Matthew D <matthew.d.roper@intel.com>
>> Subject: Re: [PATCH] drm/xe/xe2hpg: Add Wa_14021821874
>> 
>> 
>> 
>> On 12-08-2024 12:32, Tejas Upadhyay wrote:
>> > Wa_14021821874 applies to xe2_hpg
>> >
>> > Cc: Matt Roper <matthew.d.roper@intel.com>
>> > Signed-off-by: Tejas Upadhyay <tejas.upadhyay@intel.com>
>> > ---
>> >   drivers/gpu/drm/xe/regs/xe_gt_regs.h | 1 +
>> >   drivers/gpu/drm/xe/xe_wa.c           | 4 ++++
>> >   2 files changed, 5 insertions(+)
>> >
>> > diff --git a/drivers/gpu/drm/xe/regs/xe_gt_regs.h
>> > b/drivers/gpu/drm/xe/regs/xe_gt_regs.h
>> > index 2c8c4d4218db..9054253f6aaa 100644
>> > --- a/drivers/gpu/drm/xe/regs/xe_gt_regs.h
>> > +++ b/drivers/gpu/drm/xe/regs/xe_gt_regs.h
>> > @@ -451,6 +451,7 @@
>> >   #define   DIS_FIX_EOT1_FLUSH			REG_BIT(9)
>> >
>> >   #define TDL_TSL_CHICKEN				XE_REG_MCR(0xe4c4,
>> XE_REG_OPTION_MASKED)
>> > +#define	  STK_ID_RESTRICT			REG_BIT(12)
>> 
>> Nit: space instead of tab ?
>
> Thanks for comment. Its not tab, spaces only. Also strict checkpatch
> is clean. Locally it looks ok, don’t know why it looks like tab here
> on mailing list.

I presume your editor hides it somehow. There's definitely a tab in the
patch. Try adding spaces at column 0 and see how it behaves.

checkpatch wouldn't complain about spaces after a tab for indentation,
only about tabs after spaces.

BR,
Jani.


>
> Thanks,
> Tejas
>> 
>> Patch LGTM.
>> Reviewed-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
>> 
>> 
>> >   #define   SLM_WMTP_RESTORE			REG_BIT(11)
>> >
>> >   #define ROW_CHICKEN				XE_REG_MCR(0xe4f0,
>> XE_REG_OPTION_MASKED)
>> > diff --git a/drivers/gpu/drm/xe/xe_wa.c b/drivers/gpu/drm/xe/xe_wa.c
>> > index 564e32e44e3b..28b7f95b6c2f 100644
>> > --- a/drivers/gpu/drm/xe/xe_wa.c
>> > +++ b/drivers/gpu/drm/xe/xe_wa.c
>> > @@ -542,6 +542,10 @@ static const struct xe_rtp_entry_sr engine_was[] = {
>> >   	  XE_RTP_RULES(GRAPHICS_VERSION(2001),
>> ENGINE_CLASS(RENDER)),
>> >   	  XE_RTP_ACTIONS(SET(HALF_SLICE_CHICKEN7,
>> CLEAR_OPTIMIZATION_DISABLE))
>> >   	},
>> > +	{ XE_RTP_NAME("14021821874"),
>> > +	  XE_RTP_RULES(GRAPHICS_VERSION(2001),
>> FUNC(xe_rtp_match_first_render_or_compute)),
>> > +	  XE_RTP_ACTIONS(SET(TDL_TSL_CHICKEN, STK_ID_RESTRICT))
>> > +	},
>> >
>> >   	/* Xe2_LPM */
>> >

-- 
Jani Nikula, Intel

  reply	other threads:[~2024-08-12 13:58 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-12  7:02 [PATCH] drm/xe/xe2hpg: Add Wa_14021821874 Tejas Upadhyay
2024-08-12  7:05 ` ✓ CI.Patch_applied: success for drm/xe/xe2hpg: Add wa_14021821874 (rev2) Patchwork
2024-08-12  7:05 ` ✓ CI.checkpatch: " Patchwork
2024-08-12  7:06 ` ✓ CI.KUnit: " Patchwork
2024-08-12  7:18 ` ✓ CI.Build: " Patchwork
2024-08-12  7:20 ` ✓ CI.Hooks: " Patchwork
2024-08-12  7:22 ` ✓ CI.checksparse: " Patchwork
2024-08-12  7:42 ` ✓ CI.BAT: " Patchwork
2024-08-12  7:48 ` [PATCH] drm/xe/xe2hpg: Add Wa_14021821874 Ghimiray, Himal Prasad
2024-08-12 12:48   ` Upadhyay, Tejas
2024-08-12 13:58     ` Jani Nikula [this message]
2024-08-12  9:04 ` ✗ CI.FULL: failure for drm/xe/xe2hpg: Add wa_14021821874 (rev2) Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2024-04-29  5:44 [PATCH] drm/xe/xe2hpg: Add wa_14021821874 Tejas Upadhyay
2024-04-29  5:50 ` Ghimiray, Himal Prasad

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=87o75x267w.fsf@intel.com \
    --to=jani.nikula@linux.intel.com \
    --cc=himal.prasad.ghimiray@intel.com \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=matthew.d.roper@intel.com \
    --cc=tejas.upadhyay@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