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

2025-04-11 Thread Boris Brezillon
On Fri, 11 Apr 2025 16:17:56 +0100 Karunika Choo wrote: > On 10/04/2025 17:46, Boris Brezillon wrote: > > On Thu, 10 Apr 2025 17:35:46 +0100 > > Karunika Choo wrote: > > > >> This patch adds 64-bit register accessors to simplify register access in > >> Panthor. It also adds 32-bit and 64-bit

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

2025-04-11 Thread Karunika Choo
On 10/04/2025 17:46, Boris Brezillon wrote: > On Thu, 10 Apr 2025 17:35:46 +0100 > 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. >> >> This patch also updates Panthor to

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

2025-04-10 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. This patch also updates Panthor to use the new 64-bit accessors and poll functions. Signed-off-by: Karunika Choo --- drivers/gpu/drm/panthor/panthor_d

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

2025-04-10 Thread Boris Brezillon
On Thu, 10 Apr 2025 17:35:46 +0100 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. > > This patch also updates Panthor to use the new 64-bit accessors and poll > functions. >