From: Boris Brezillon <boris.brezillon@collabora.com>
To: Faith Ekstrand <faith@gfxstrand.net>
Cc: dri-devel@lists.freedesktop.org,
"Faith Ekstrand" <faith.ekstrand@collabora.com>,
"Steven Price" <steven.price@arm.com>,
"Liviu Dudau" <liviu.dudau@arm.com>,
"Adrián Larumbe" <adrian.larumbe@collabora.com>
Subject: Re: [PATCH 0/7] panfrost,panthor: Cached maps and explicit flushing
Date: Fri, 22 Aug 2025 17:05:02 +0200 [thread overview]
Message-ID: <20250822170502.38d9eaaa@fedora> (raw)
In-Reply-To: <20250822142954.902402-1-faith.ekstrand@collabora.com>
+panthor/panfrost maintainers/devs
On Fri, 22 Aug 2025 10:29:09 -0400
Faith Ekstrand <faith@gfxstrand.net> wrote:
> This series implements cached maps and explicit flushing for both panfrost
> and panthor. To avoid code/bug duplication, the tricky guts of the cache
> flusing ioctl which walk the sg list are broken into a new common shmem
> helper which can be used by any driver.
>
> The PanVK MR to use this lives here:
>
> https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36385
>
> Faith Ekstrand (6):
> drm/shmem: Add a drm_gem_shmem_sync_mmap() helper
> drm/panthor: Add a PANTHOR_BO_SYNC ioctl
> drm/panthor: Bump the driver version to 1.6
> drm/panfrost: Add flag to map GEM object Write-Back Cacheable
> drm/panfrost: Add a PANFROST_SYNC_BO ioctl
> drm/panfrost: Bump the driver version to 1.5
>
> Loïc Molinari (1):
> drm/panthor: Add flag to map GEM object Write-Back Cacheable
>
> drivers/gpu/drm/drm_gem_shmem_helper.c | 64 +++++++++++++++++++++++
> drivers/gpu/drm/panfrost/panfrost_drv.c | 67 +++++++++++++++++++++++--
> drivers/gpu/drm/panfrost/panfrost_gem.c | 23 +++++++++
> drivers/gpu/drm/panfrost/panfrost_gem.h | 2 +
> drivers/gpu/drm/panthor/panthor_drv.c | 58 +++++++++++++++++++--
> drivers/gpu/drm/panthor/panthor_gem.c | 23 +++++++++
> drivers/gpu/drm/panthor/panthor_gem.h | 3 ++
> include/drm/drm_gem_shmem_helper.h | 3 ++
> include/uapi/drm/panfrost_drm.h | 46 +++++++++++++++++
> include/uapi/drm/panthor_drm.h | 65 ++++++++++++++++++++++++
> 10 files changed, 348 insertions(+), 6 deletions(-)
>
prev parent reply other threads:[~2025-08-22 15:05 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-22 14:29 [PATCH 0/7] panfrost,panthor: Cached maps and explicit flushing Faith Ekstrand
2025-08-22 14:29 ` [PATCH 1/7] drm/shmem: Add a drm_gem_shmem_sync_mmap() helper Faith Ekstrand
2025-08-22 15:13 ` Boris Brezillon
2025-08-23 5:36 ` kernel test robot
2025-09-01 8:18 ` Adrian Larumbe
2025-09-01 8:47 ` Boris Brezillon
2025-08-22 14:29 ` [PATCH 2/7] drm/panthor: Add flag to map GEM object Write-Back Cacheable Faith Ekstrand
2025-08-22 15:19 ` Boris Brezillon
2025-08-22 14:29 ` [PATCH 3/7] drm/panthor: Add a PANTHOR_BO_SYNC ioctl Faith Ekstrand
2025-08-22 15:28 ` Boris Brezillon
2025-08-22 14:29 ` [PATCH 4/7] drm/panthor: Bump the driver version to 1.6 Faith Ekstrand
2025-09-01 8:21 ` Adrian Larumbe
2025-08-22 14:29 ` [PATCH 5/7] drm/panfrost: Add flag to map GEM object Write-Back Cacheable Faith Ekstrand
2025-09-01 8:24 ` Adrian Larumbe
2025-08-22 14:29 ` [PATCH 6/7] drm/panfrost: Add a PANFROST_SYNC_BO ioctl Faith Ekstrand
2025-08-24 4:01 ` kernel test robot
2025-08-22 14:29 ` [PATCH 7/7] drm/panfrost: Bump the driver version to 1.5 Faith Ekstrand
2025-08-22 15:05 ` Boris Brezillon [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=20250822170502.38d9eaaa@fedora \
--to=boris.brezillon@collabora.com \
--cc=adrian.larumbe@collabora.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=faith.ekstrand@collabora.com \
--cc=faith@gfxstrand.net \
--cc=liviu.dudau@arm.com \
--cc=steven.price@arm.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