From: Boris Brezillon <boris.brezillon@collabora.com>
To: "Boris Brezillon" <boris.brezillon@collabora.com>,
"Steven Price" <steven.price@arm.com>,
"Liviu Dudau" <liviu.dudau@arm.com>,
"Adrián Larumbe" <adrian.larumbe@collabora.com>
Cc: dri-devel@lists.freedesktop.org, kernel@collabora.com
Subject: Re: [PATCH v5 0/2] drm/panthor: Add 64-bit register accessors
Date: Fri, 6 Jun 2025 12:46:26 +0200 [thread overview]
Message-ID: <20250606124626.449469a9@collabora.com> (raw)
In-Reply-To: <20250606101835.41840-1-boris.brezillon@collabora.com>
On Fri, 6 Jun 2025 12:18:33 +0200
Boris Brezillon <boris.brezillon@collabora.com> wrote:
> Hi all,
>
> This patch series adds support for 64-bit and poll register accessors in
> the Panthor DRM driver and performs a cleanup of the 64-bit register
> definitions.
>
> The first patch introduces new accessor functions to simplify and
> standardize 64-bit and polling register operations. The second patch
> refactors the existing 64-bit register definitions for improved clarity
> and consistency.
>
> v5:
> - Rebased so I can apply cleanly with dim b4-shazam
>
> v4:
> - [PATCH 1/2]:
> - Fixed missing check against mask value in PWRTRANS register polling.
> - Removed panthor_gpu_read_timestamp() and
> panthor_gpu_read_timestamp_offset() in favour of direct register
> access as they currently only serve as wrapper functions.
> - [PATCH 2/2]:
> - Updated the register names inline with the removal of the two
> timestamp functions.
> - Picked up Rb tags from Liviu and Steven
> - Link to v3: https://lore.kernel.org/dri-devel/20250411164805.2015088-1-karunika.choo@arm.com/
> v3:
> - Picked up Rb tags from Boris.
> - Link to v2: https://lore.kernel.org/dri-devel/20250411151140.1815435-1-karunika.choo@arm.com/
> v2:
> - Updated padding of the poll functions as requested
> - Removed *_HI register definitions and renamed *_LO registers
> - Link to v1: https://lore.kernel.org/dri-devel/20250410163546.919749-1-karunika.choo@arm.com/
>
> Regards,
>
> Boris
>
> Karunika Choo (2):
> drm/panthor: Add 64-bit and poll register accessors
> drm/panthor: Clean up 64-bit register definitions
Queued to drm-misc-next.
>
> drivers/gpu/drm/panthor/panthor_device.h | 71 ++++++++++
> drivers/gpu/drm/panthor/panthor_drv.c | 4 +-
> drivers/gpu/drm/panthor/panthor_fw.c | 9 +-
> drivers/gpu/drm/panthor/panthor_gpu.c | 159 +++++------------------
> drivers/gpu/drm/panthor/panthor_gpu.h | 12 +-
> drivers/gpu/drm/panthor/panthor_mmu.c | 34 ++---
> drivers/gpu/drm/panthor/panthor_regs.h | 90 ++++---------
> 7 files changed, 157 insertions(+), 222 deletions(-)
>
prev parent reply other threads:[~2025-06-06 10:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-06 10:18 [PATCH v5 0/2] drm/panthor: Add 64-bit register accessors Boris Brezillon
2025-06-06 10:18 ` [PATCH v5 1/2] drm/panthor: Add 64-bit and poll " Boris Brezillon
2025-06-06 10:18 ` [PATCH v5 2/2] drm/panthor: Clean up 64-bit register definitions Boris Brezillon
2025-06-06 10:46 ` 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=20250606124626.449469a9@collabora.com \
--to=boris.brezillon@collabora.com \
--cc=adrian.larumbe@collabora.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=kernel@collabora.com \
--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 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.