From: Matthew Brost <matthew.brost@intel.com>
To: Maarten Lankhorst <dev@lankhorst.se>
Cc: <intel-xe@lists.freedesktop.org>
Subject: Re: [PATCH 2/4] drm/xe: Silence migrate debug message.
Date: Fri, 2 May 2025 09:55:50 -0700 [thread overview]
Message-ID: <aBT5FtAdLTAJ1WBA@lstrano-desk.jf.intel.com> (raw)
In-Reply-To: <20250502093514.510621-3-dev@lankhorst.se>
On Fri, May 02, 2025 at 11:35:11AM +0200, Maarten Lankhorst wrote:
> It doesn't explain much, and is a debugging leftover.
>
> Signed-off-by: Maarten Lankhorst <dev@lankhorst.se>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
> ---
> drivers/gpu/drm/xe/xe_migrate.c | 4 ----
> 1 file changed, 4 deletions(-)
>
> diff --git a/drivers/gpu/drm/xe/xe_migrate.c b/drivers/gpu/drm/xe/xe_migrate.c
> index 8f8e9fdfb2a81..673a5d165482e 100644
> --- a/drivers/gpu/drm/xe/xe_migrate.c
> +++ b/drivers/gpu/drm/xe/xe_migrate.c
> @@ -773,7 +773,6 @@ struct dma_fence *xe_migrate_copy(struct xe_migrate *m,
> u64 src_L0_ofs, dst_L0_ofs;
> u32 src_L0_pt, dst_L0_pt;
> u64 src_L0, dst_L0;
> - int pass = 0;
> int err;
> bool src_is_pltt = src->mem_type == XE_PL_TT;
> bool dst_is_pltt = dst->mem_type == XE_PL_TT;
> @@ -824,9 +823,6 @@ struct dma_fence *xe_migrate_copy(struct xe_migrate *m,
> src_L0 = xe_migrate_res_sizes(m, &src_it);
> dst_L0 = xe_migrate_res_sizes(m, &dst_it);
>
> - drm_dbg(&xe->drm, "Pass %u, sizes: %llu & %llu\n",
> - pass++, src_L0, dst_L0);
> -
> src_L0 = min(src_L0, dst_L0);
>
> pte_flags = src_is_vram ? PTE_UPDATE_FLAG_IS_VRAM : 0;
> --
> 2.45.2
>
next prev parent reply other threads:[~2025-05-02 16:54 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-02 9:35 [PATCH 0/4] drm/xe: Update migration tests Maarten Lankhorst
2025-05-02 9:35 ` [PATCH 1/4] drm/xe: Simplify migration kunit tests Maarten Lankhorst
2025-05-02 16:54 ` Matthew Brost
2025-05-02 9:35 ` [PATCH 2/4] drm/xe: Silence migrate debug message Maarten Lankhorst
2025-05-02 16:55 ` Matthew Brost [this message]
2025-05-02 9:35 ` [PATCH 3/4] drm/xe: Fix small leak in migration error path Maarten Lankhorst
2025-05-02 16:59 ` Matthew Brost
2025-05-02 9:35 ` [PATCH 4/4] drm/xe: Add migrate performance kunit test Maarten Lankhorst
2025-05-08 6:49 ` Matthew Brost
2025-05-02 11:02 ` ✓ CI.Patch_applied: success for drm/xe: Update migration tests Patchwork
2025-05-02 11:02 ` ✗ CI.checkpatch: warning " Patchwork
2025-05-02 11:03 ` ✓ CI.KUnit: success " Patchwork
2025-05-02 11:12 ` ✓ CI.Build: " Patchwork
2025-05-02 11:14 ` ✓ CI.Hooks: " Patchwork
2025-05-02 11:15 ` ✓ CI.checksparse: " Patchwork
2025-05-02 15:21 ` ✗ Xe.CI.Full: failure " Patchwork
2025-05-06 7:59 ` ✗ Xe.CI.BAT: " 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=aBT5FtAdLTAJ1WBA@lstrano-desk.jf.intel.com \
--to=matthew.brost@intel.com \
--cc=dev@lankhorst.se \
--cc=intel-xe@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 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.