All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matthew Auld <matthew.auld@intel.com>
To: "Zbigniew Kempczyński" <zbigniew.kempczynski@intel.com>,
	igt-dev@lists.freedesktop.org
Subject: Re: [PATCH i-g-t 1/3] lib/intel_mocs: fix wb mocs entry for MTL
Date: Thu, 3 Jul 2025 09:41:01 +0100	[thread overview]
Message-ID: <ad2e0a39-066f-49b5-881a-bb4184561930@intel.com> (raw)
In-Reply-To: <20250703063032.553963-6-zbigniew.kempczynski@intel.com>

On 03/07/2025 07:30, Zbigniew Kempczyński wrote:
> Likely there was some typo when adding mocs for MTL. Valid
> entry for WB is equal 1, not 10.
> 
> Signed-off-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
> Cc: Matthew Auld <matthew.auld@intel.com>

Reviewed-by: Matthew Auld <matthew.auld@intel.com>

> ---
>   lib/intel_mocs.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/intel_mocs.c b/lib/intel_mocs.c
> index 5698c6cca0..e0c33c31c0 100644
> --- a/lib/intel_mocs.c
> +++ b/lib/intel_mocs.c
> @@ -29,7 +29,7 @@ static void get_mocs_index(int fd, struct drm_intel_mocs_index *mocs)
>   		mocs->defer_to_pat_index = 0;
>   	} else if (IS_METEORLAKE(devid)) {
>   		mocs->uc_index = 5;
> -		mocs->wb_index = 10;
> +		mocs->wb_index = 1;
>   	} else if (IS_DG2(devid)) {
>   		mocs->uc_index = 1;
>   		mocs->wb_index = 3;


  reply	other threads:[~2025-07-03  8:41 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-03  6:30 [PATCH i-g-t 0/3] TG preemption detection improvements Zbigniew Kempczyński
2025-07-03  6:30 ` [PATCH i-g-t 1/3] lib/intel_mocs: fix wb mocs entry for MTL Zbigniew Kempczyński
2025-07-03  8:41   ` Matthew Auld [this message]
2025-07-03  6:30 ` [PATCH i-g-t 2/3] lib/intel_compute: use macros instead of binary data in post-sync op Zbigniew Kempczyński
2025-07-04  8:01   ` Francois Dugast
2025-07-03  6:30 ` [PATCH i-g-t 3/3] lib/intel_compute: use post-sync write to detect command level preemption Zbigniew Kempczyński
2025-07-04  8:02   ` Francois Dugast
2025-07-04  8:05     ` Zbigniew Kempczyński
2025-07-03  8:02 ` ✗ Xe.CI.BAT: failure for TG preemption detection improvements Patchwork
2025-07-03 10:41   ` Zbigniew Kempczyński
2025-07-03  8:05 ` ✓ i915.CI.BAT: success " Patchwork
2025-07-03 11:48 ` ✓ Xe.CI.BAT: " Patchwork
2025-07-03 15:38 ` ✗ i915.CI.Full: failure " Patchwork
2025-07-04 21:12 ` ✗ Xe.CI.Full: " 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=ad2e0a39-066f-49b5-881a-bb4184561930@intel.com \
    --to=matthew.auld@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.