From: Danilo Krummrich <dakr@kernel.org>
To: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
Cc: amd-gfx@lists.freedesktop.org, kernel-dev@igalia.com,
"Christian König" <christian.koenig@amd.com>,
"Matthew Brost" <matthew.brost@intel.com>,
"Philipp Stanner" <phasta@kernel.org>
Subject: Re: [PATCH v3 0/3] drm/sched: Job queue peek/pop helpers and struct job re-order
Date: Thu, 6 Feb 2025 17:58:05 +0100 [thread overview]
Message-ID: <0da4a9f6-ecd9-4ff3-b397-d8da817da912@kernel.org> (raw)
In-Reply-To: <20250206164031.43413-1-tvrtko.ursulin@igalia.com>
On 2/6/25 5:40 PM, Tvrtko Ursulin wrote:
> Lets add some helpers for peeking and popping from the job queue which allows us
> to re-order the fields in struct drm_sched_job and remove one hole.
I think you forgot to add the dri-devel list.
Can't fetch patches with b4. :(
>
> v2:
> * Add header file for internal scheduler API.
> * Add helper for peeking too. (Danilo)
> * Add (temporary?) drm_sched_cancel_all_jobs() helper to replace amdgpu
> amdgpu_job_stop_all_jobs_on_sched().
>
> v3:
> * Settle for a copy of __drm_sched_entity_queue_pop in amdgpu for now.
>
> Cc: Christian König <christian.koenig@amd.com>
> Cc: Danilo Krummrich <dakr@kernel.org>
> Cc: Matthew Brost <matthew.brost@intel.com>
> Cc: Philipp Stanner <phasta@kernel.org>
>
> Tvrtko Ursulin (3):
> drm/sched: Add internal job peek/pop API
> drm/amdgpu: Pop jobs from the queue more robustly
> drm/sched: Remove a hole from struct drm_sched_job
>
> drivers/gpu/drm/amd/amdgpu/amdgpu_job.c | 22 +++++++++--
> drivers/gpu/drm/scheduler/sched_entity.c | 11 +++---
> drivers/gpu/drm/scheduler/sched_internal.h | 43 ++++++++++++++++++++++
> drivers/gpu/drm/scheduler/sched_main.c | 7 ++--
> include/drm/gpu_scheduler.h | 38 ++++++++++---------
> 5 files changed, 90 insertions(+), 31 deletions(-)
> create mode 100644 drivers/gpu/drm/scheduler/sched_internal.h
>
next prev parent reply other threads:[~2025-02-06 16:58 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-06 16:40 [PATCH v3 0/3] drm/sched: Job queue peek/pop helpers and struct job re-order Tvrtko Ursulin
2025-02-06 16:40 ` [PATCH 1/3] drm/sched: Add internal job peek/pop API Tvrtko Ursulin
2025-02-06 16:54 ` Danilo Krummrich
2025-02-07 8:41 ` Tvrtko Ursulin
2025-02-06 16:40 ` [PATCH 2/3] drm/amdgpu: Pop jobs from the queue more robustly Tvrtko Ursulin
2025-02-11 8:22 ` Christian König
2025-02-11 10:08 ` Philipp Stanner
2025-02-11 10:21 ` Christian König
2025-02-11 10:35 ` Tvrtko Ursulin
2025-02-14 10:21 ` Tvrtko Ursulin
2025-02-14 10:31 ` Christian König
2025-02-14 10:34 ` Tvrtko Ursulin
2025-02-14 10:39 ` Christian König
2025-02-06 16:40 ` [PATCH 3/3] drm/sched: Remove a hole from struct drm_sched_job Tvrtko Ursulin
2025-02-06 17:04 ` Danilo Krummrich
2025-02-11 8:28 ` Christian König
2025-02-06 16:58 ` Danilo Krummrich [this message]
2025-02-07 10:13 ` [PATCH v3 0/3] drm/sched: Job queue peek/pop helpers and struct job re-order 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=0da4a9f6-ecd9-4ff3-b397-d8da817da912@kernel.org \
--to=dakr@kernel.org \
--cc=amd-gfx@lists.freedesktop.org \
--cc=christian.koenig@amd.com \
--cc=kernel-dev@igalia.com \
--cc=matthew.brost@intel.com \
--cc=phasta@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 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.