AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Lizhi Hou <lizhi.hou@amd.com>
To: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>,
	<amd-gfx@lists.freedesktop.org>,
	<dri-devel@lists.freedesktop.org>
Cc: <kernel-dev@igalia.com>, Min Ma <mamin506@gmail.com>,
	Oded Gabbay <ogabbay@kernel.org>
Subject: Re: [PATCH v2 14/27] accel/amdxdna: Remove drm_sched_init_args->num_rqs usage
Date: Fri, 17 Oct 2025 08:55:22 -0700	[thread overview]
Message-ID: <809cd6b6-5333-0006-0a0a-69a5dafcecb8@amd.com> (raw)
In-Reply-To: <20251017133644.44747-15-tvrtko.ursulin@igalia.com>


On 10/17/25 06:36, Tvrtko Ursulin wrote:
> Remove member no longer used by the scheduler core.
>
> Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
> Cc: Min Ma <mamin506@gmail.com>
> Cc: Lizhi Hou <lizhi.hou@amd.com>
> Cc: Oded Gabbay <ogabbay@kernel.org>
> ---
>   drivers/accel/amdxdna/aie2_ctx.c | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/drivers/accel/amdxdna/aie2_ctx.c b/drivers/accel/amdxdna/aie2_ctx.c
> index ab4d66f1325d..e95e10556b00 100644
> --- a/drivers/accel/amdxdna/aie2_ctx.c
> +++ b/drivers/accel/amdxdna/aie2_ctx.c
> @@ -528,7 +528,6 @@ int aie2_hwctx_init(struct amdxdna_hwctx *hwctx)
>   	struct amdxdna_dev *xdna = client->xdna;
>   	const struct drm_sched_init_args args = {
>   		.ops = &sched_ops,
> -		.num_rqs = DRM_SCHED_PRIORITY_COUNT,
Reviewed-by: Lizhi Hou <lizhi.hou@amd.com>
>   		.credit_limit = HWCTX_MAX_CMDS,
>   		.timeout = msecs_to_jiffies(HWCTX_MAX_TIMEOUT),
>   		.name = "amdxdna_js",

  reply	other threads:[~2025-10-17 15:55 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-17 13:36 [PATCH v2 00/27] Fair DRM scheduler Tvrtko Ursulin
2025-10-17 13:36 ` [PATCH v2 01/27] drm/sched: Consolidate entity run queue management Tvrtko Ursulin
2025-10-17 13:36 ` [PATCH v2 02/27] drm/sched: Move run queue related code into a separate file Tvrtko Ursulin
2025-10-17 13:36 ` [PATCH v2 03/27] drm/sched: Add some scheduling quality unit tests Tvrtko Ursulin
2025-10-17 13:36 ` [PATCH v2 04/27] drm/sched: Add some more " Tvrtko Ursulin
2025-10-17 13:36 ` [PATCH v2 05/27] drm/sched: Implement RR via FIFO Tvrtko Ursulin
2025-10-17 13:36 ` [PATCH v2 06/27] drm/sched: Free all finished jobs at once Tvrtko Ursulin
2025-10-17 13:36 ` [PATCH v2 07/27] drm/sched: Account entity GPU time Tvrtko Ursulin
2025-10-17 13:36 ` [PATCH v2 08/27] drm/sched: Remove idle entity from tree Tvrtko Ursulin
2025-10-17 13:36 ` [PATCH v2 09/27] drm/sched: Add fair scheduling policy Tvrtko Ursulin
2025-10-20 13:57   ` Philipp Stanner
2025-10-20 14:39     ` Tvrtko Ursulin
2025-10-22  6:56       ` Philipp Stanner
2025-10-22 13:50         ` Tvrtko Ursulin
2025-10-22 14:03           ` Danilo Krummrich
2025-10-22 14:24             ` Tvrtko Ursulin
2025-10-22 14:44               ` Danilo Krummrich
2025-10-17 13:36 ` [PATCH v2 10/27] drm/sched: Favour interactive clients slightly Tvrtko Ursulin
2025-10-17 13:36 ` [PATCH v2 11/27] drm/sched: Switch default policy to fair Tvrtko Ursulin
2025-10-17 13:36 ` [PATCH v2 12/27] drm/sched: Remove FIFO and RR and simplify to a single run queue Tvrtko Ursulin
2025-10-17 13:36 ` [PATCH v2 13/27] drm/sched: Embed run queue singleton into the scheduler Tvrtko Ursulin
2025-10-17 13:36 ` [PATCH v2 14/27] accel/amdxdna: Remove drm_sched_init_args->num_rqs usage Tvrtko Ursulin
2025-10-17 15:55   ` Lizhi Hou [this message]
2025-10-17 13:36 ` [PATCH v2 15/27] accel/rocket: " Tvrtko Ursulin
2025-10-18 14:32   ` Tomeu Vizoso
2025-10-17 13:36 ` [PATCH v2 16/27] drm/amdgpu: " Tvrtko Ursulin
2025-10-17 13:36 ` [PATCH v2 17/27] drm/etnaviv: " Tvrtko Ursulin
2025-10-17 13:36 ` [PATCH v2 18/27] drm/imagination: " Tvrtko Ursulin
2025-10-17 13:36 ` [PATCH v2 19/27] drm/lima: " Tvrtko Ursulin
2025-10-17 13:36 ` [PATCH v2 20/27] drm/msm: " Tvrtko Ursulin
2025-10-17 13:36 ` [PATCH v2 21/27] drm/nouveau: " Tvrtko Ursulin
2025-10-22 19:51   ` Lyude Paul
2025-10-17 13:36 ` [PATCH v2 22/27] drm/panfrost: " Tvrtko Ursulin
2025-10-17 13:36 ` [PATCH v2 23/27] drm/panthor: " Tvrtko Ursulin
2025-10-17 13:36 ` [PATCH v2 24/27] drm/sched: " Tvrtko Ursulin
2025-10-17 13:36 ` [PATCH v2 25/27] drm/v3d: " Tvrtko Ursulin
2025-10-17 13:36 ` [PATCH v2 26/27] drm/xe: " Tvrtko Ursulin
2025-10-17 13:36 ` [PATCH v2 27/27] drm/sched: Remove drm_sched_init_args->num_rqs Tvrtko Ursulin

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=809cd6b6-5333-0006-0a0a-69a5dafcecb8@amd.com \
    --to=lizhi.hou@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=kernel-dev@igalia.com \
    --cc=mamin506@gmail.com \
    --cc=ogabbay@kernel.org \
    --cc=tvrtko.ursulin@igalia.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