From: "Danilo Krummrich" <dakr@kernel.org>
To: "Tvrtko Ursulin" <tvrtko.ursulin@igalia.com>
Cc: phasta@kernel.org, amd-gfx@lists.freedesktop.org,
dri-devel@lists.freedesktop.org, kernel-dev@igalia.com,
"Christian König" <christian.koenig@amd.com>,
"Leo Liu" <Leo.Liu@amd.com>,
"Lucas Stach" <l.stach@pengutronix.de>,
"Matthew Brost" <matthew.brost@intel.com>,
"Pierre-Eric Pelloux-Prayer" <pierre-eric.pelloux-prayer@amd.com>,
"Michel Dänzer" <michel.daenzer@mailbox.org>
Subject: Re: [PATCH v6 00/31] Fair(er) DRM scheduler
Date: Thu, 12 Feb 2026 11:29:59 +0100 [thread overview]
Message-ID: <DGCWW5ME9V8N.2C22CCX8Y3469@kernel.org> (raw)
In-Reply-To: <12fc3ede-d9af-4d32-8ea4-822a9b93627d@igalia.com>
On Thu Feb 12, 2026 at 10:56 AM CET, Tvrtko Ursulin wrote:
> I am waiting on Christian to merge the first three patches via amd-next.
Let's take them through drm-misc if the AMD folks agree, otherwise we can't pull
in this series without backmerging, etc.
> And based on the past experience you will not be merging it any time soon.
In our conversation in v5 we been discussing about the maintainance concerns and
seem to have consensus that subsequent work has to focus on locking design.
Also, thanks for the detailed clarification about the accounting of the entity
GPU time.
Given that, for the DRM scheduler and nouveau parts
Acked-by: Danilo Krummrich <dakr@kernel.org>
One more request: For the future, please send the full series to my inbox.
prev parent reply other threads:[~2026-02-12 10:36 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-28 11:07 [PATCH v6 00/31] Fair(er) DRM scheduler Tvrtko Ursulin
2026-01-28 11:07 ` [PATCH v6 01/31] drm/amdgpu: Reject impossible entities early Tvrtko Ursulin
2026-01-28 11:07 ` [PATCH v6 02/31] drm/amdgpu: Remove redundant missing hw ip handling Tvrtko Ursulin
2026-01-28 11:07 ` [PATCH v6 03/31] drm/sched: Disallow initializing entities with no schedulers Tvrtko Ursulin
2026-01-28 11:07 ` [PATCH v6 04/31] drm/sched: Consolidate entity run queue management Tvrtko Ursulin
2026-01-28 11:07 ` [PATCH v6 05/31] drm/sched: Move run queue related code into a separate file Tvrtko Ursulin
2026-01-28 11:07 ` [PATCH v6 06/31] drm/sched: Add some scheduling quality unit tests Tvrtko Ursulin
2026-01-29 15:31 ` kernel test robot
2026-02-11 10:56 ` Philipp Stanner
2026-02-12 9:44 ` Tvrtko Ursulin
2026-01-28 11:07 ` [PATCH v6 07/31] drm/sched: Add some more " Tvrtko Ursulin
2026-01-28 11:07 ` [PATCH v6 08/31] drm/sched: Implement RR via FIFO Tvrtko Ursulin
2026-01-28 11:07 ` [PATCH v6 09/31] drm/sched: Free all finished jobs at once Tvrtko Ursulin
2026-01-28 11:07 ` [PATCH v6 10/31] drm/sched: Account entity GPU time Tvrtko Ursulin
2026-01-28 11:07 ` [PATCH v6 11/31] drm/sched: Remove idle entity from tree Tvrtko Ursulin
2026-01-28 11:07 ` [PATCH v6 12/31] drm/sched: Add fair scheduling policy Tvrtko Ursulin
2026-01-28 11:07 ` [PATCH v6 13/31] drm/sched: Favour interactive clients slightly Tvrtko Ursulin
2026-01-28 11:07 ` [PATCH v6 14/31] drm/sched: Switch default policy to fair Tvrtko Ursulin
2026-01-28 11:07 ` [PATCH v6 15/31] drm/sched: Remove FIFO and RR and simplify to a single run queue Tvrtko Ursulin
2026-01-28 11:07 ` [PATCH v6 16/31] drm/sched: Embed run queue singleton into the scheduler Tvrtko Ursulin
2026-01-28 11:07 ` [PATCH v6 17/31] accel/amdxdna: Remove drm_sched_init_args->num_rqs usage Tvrtko Ursulin
2026-01-28 11:07 ` [PATCH v6 18/31] accel/rocket: " Tvrtko Ursulin
2026-01-28 11:07 ` [PATCH v6 19/31] accel/ethosu: " Tvrtko Ursulin
2026-02-18 22:06 ` Rob Herring
2026-01-28 11:07 ` [PATCH v6 20/31] drm/amdgpu: " Tvrtko Ursulin
2026-01-28 11:07 ` [PATCH v6 21/31] drm/etnaviv: " Tvrtko Ursulin
2026-01-28 11:07 ` [PATCH v6 22/31] drm/imagination: " Tvrtko Ursulin
2026-01-28 11:07 ` [PATCH v6 23/31] drm/lima: " Tvrtko Ursulin
2026-01-28 11:07 ` [PATCH v6 24/31] drm/msm: " Tvrtko Ursulin
2026-01-28 11:08 ` [PATCH v6 25/31] drm/nouveau: " Tvrtko Ursulin
2026-01-28 11:08 ` [PATCH v6 26/31] drm/panfrost: " Tvrtko Ursulin
2026-01-28 11:08 ` [PATCH v6 27/31] drm/panthor: " Tvrtko Ursulin
2026-01-28 11:08 ` [PATCH v6 28/31] drm/sched: " Tvrtko Ursulin
2026-01-28 11:08 ` [PATCH v6 29/31] drm/v3d: " Tvrtko Ursulin
2026-01-28 11:08 ` [PATCH v6 30/31] drm/xe: " Tvrtko Ursulin
2026-01-28 11:08 ` [PATCH v6 31/31] drm/sched: Remove drm_sched_init_args->num_rqs Tvrtko Ursulin
2026-02-11 11:08 ` [PATCH v6 00/31] Fair(er) DRM scheduler Philipp Stanner
2026-02-12 9:56 ` Tvrtko Ursulin
2026-02-12 10:04 ` Philipp Stanner
2026-02-12 10:29 ` Danilo Krummrich [this message]
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=DGCWW5ME9V8N.2C22CCX8Y3469@kernel.org \
--to=dakr@kernel.org \
--cc=Leo.Liu@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=christian.koenig@amd.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=kernel-dev@igalia.com \
--cc=l.stach@pengutronix.de \
--cc=matthew.brost@intel.com \
--cc=michel.daenzer@mailbox.org \
--cc=phasta@kernel.org \
--cc=pierre-eric.pelloux-prayer@amd.com \
--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