Re: [PATCH v2 1/9] drm/panthor: Add 64-bit and poll register accessors

2025-04-10 Thread Karunika Choo
On 10/04/2025 14:28, Boris Brezillon wrote: > On Wed, 9 Apr 2025 14:00:54 +0100 > Karunika Choo wrote: > >> On 21/03/2025 07:48, Boris Brezillon wrote: >>> On Thu, 20 Mar 2025 11:17:33 + >>> Karunika Choo wrote: >>> This patch adds 64-bit register accessors to simplify register access

Re: [PATCH v2 1/9] drm/panthor: Add 64-bit and poll register accessors

2025-04-10 Thread Boris Brezillon
On Wed, 9 Apr 2025 14:00:54 +0100 Karunika Choo wrote: > On 21/03/2025 07:48, Boris Brezillon wrote: > > On Thu, 20 Mar 2025 11:17:33 + > > Karunika Choo wrote: > > > >> This patch adds 64-bit register accessors to simplify register access in > >> Panthor. It also adds 32-bit and 64-bit va

Re: [PATCH v2 1/9] drm/panthor: Add 64-bit and poll register accessors

2025-04-09 Thread Karunika Choo
On 21/03/2025 07:48, Boris Brezillon wrote: > On Thu, 20 Mar 2025 11:17:33 + > Karunika Choo wrote: > >> This patch adds 64-bit register accessors to simplify register access in >> Panthor. It also adds 32-bit and 64-bit variants for read_poll_timeout. >> >> Signed-off-by: Karunika Choo >> --

[PATCH v2 1/9] drm/panthor: Add 64-bit and poll register accessors

2025-04-04 Thread Karunika Choo
This patch adds 64-bit register accessors to simplify register access in Panthor. It also adds 32-bit and 64-bit variants for read_poll_timeout. Signed-off-by: Karunika Choo --- drivers/gpu/drm/panthor/panthor_regs.h | 55 ++ 1 file changed, 55 insertions(+) diff --git a

Re: [PATCH v2 1/9] drm/panthor: Add 64-bit and poll register accessors

2025-03-21 Thread Boris Brezillon
On Thu, 20 Mar 2025 11:17:33 + Karunika Choo wrote: > This patch adds 64-bit register accessors to simplify register access in > Panthor. It also adds 32-bit and 64-bit variants for read_poll_timeout. > > Signed-off-by: Karunika Choo > --- > drivers/gpu/drm/panthor/panthor_regs.h | 55