From: "Adrián Larumbe" <adrian.larumbe@collabora.com>
To: linux-kernel@vger.kernel.org
Cc: dri-devel@lists.freedesktop.org,
Boris Brezillon <boris.brezillon@collabora.com>,
kernel@collabora.com
Subject: Re: [PATCH 0/5] Introduce Panfrost JM contexts
Date: Fri, 29 Aug 2025 00:19:39 +0100 [thread overview]
Message-ID: <3ren5nysulgowtvaqfnsysn5qcsuhlov7orxzbuzfje4oyzis6@jzdougkthyry> (raw)
In-Reply-To: <20250828023422.2404784-1-adrian.larumbe@collabora.com>
Mesa MR with the UM driver changes is available at:
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37075
On 28.08.2025 03:34, Adrián Larumbe wrote:
> This patch series brings the notion of JM contexts into Panfrost.
> UM will be able to create contexts, get a handle for them and attach
> it to a job submission. Contexts describe basic HW resource assignment
> to jobs, and also their job slot priorities.
>
> A Mesa MR with UM changes that leverage this new kernel driver feature
> is still in the making.
>
> Boris Brezillon (5):
> drm/panfrost: Add job slot register defs for affinity
> drm/panfrost: Introduce uAPI for JM context creation
> drm/panfrost: Introduce JM context for manging job resources
> drm/panfrost: Expose JM context IOCTLs to UM
> drm/panfrost: Display list of device JM contexts over debugfs
>
> drivers/gpu/drm/panfrost/panfrost_device.h | 4 +-
> drivers/gpu/drm/panfrost/panfrost_drv.c | 152 +++++++++++-
> drivers/gpu/drm/panfrost/panfrost_job.c | 270 +++++++++++++++++----
> drivers/gpu/drm/panfrost/panfrost_job.h | 27 ++-
> drivers/gpu/drm/panfrost/panfrost_regs.h | 6 +
> include/uapi/drm/panfrost_drm.h | 93 +++++++
> 6 files changed, 494 insertions(+), 58 deletions(-)
>
>
> base-commit: 5c76c794bf29399394ebacaa5af8436b8bed0d46
> --
> 2.50.0
Adrian Larumbe
prev parent reply other threads:[~2025-08-28 23:19 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-28 2:34 [PATCH 0/5] Introduce Panfrost JM contexts Adrián Larumbe
2025-08-28 2:34 ` [PATCH 1/5] drm/panfrost: Add job slot register defs for affinity Adrián Larumbe
2025-08-28 2:34 ` [PATCH 2/5] drm/panfrost: Introduce uAPI for JM context creation Adrián Larumbe
2025-09-01 10:52 ` Steven Price
2025-09-01 12:08 ` Adrián Larumbe
2025-09-01 13:45 ` Steven Price
2025-09-01 12:14 ` Boris Brezillon
2025-09-01 14:15 ` Steven Price
2025-08-28 2:34 ` [PATCH 3/5] drm/panfrost: Introduce JM context for manging job resources Adrián Larumbe
2025-08-30 8:12 ` Daniel Stone
2025-09-01 7:54 ` Boris Brezillon
2025-08-28 2:34 ` [PATCH 4/5] drm/panfrost: Expose JM context IOCTLs to UM Adrián Larumbe
2025-08-28 2:34 ` [PATCH 5/5] drm/panfrost: Display list of device JM contexts over debugfs Adrián Larumbe
2025-08-28 23:19 ` Adrián Larumbe [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=3ren5nysulgowtvaqfnsysn5qcsuhlov7orxzbuzfje4oyzis6@jzdougkthyry \
--to=adrian.larumbe@collabora.com \
--cc=boris.brezillon@collabora.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=kernel@collabora.com \
--cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).