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

2025-04-10 Thread Boris Brezillon
On Wed, 9 Apr 2025 14:07:20 +0100 Karunika Choo wrote: > On 21/03/2025 07:53, Boris Brezillon wrote: > > On Thu, 20 Mar 2025 11:17:34 + > > Karunika Choo wrote: > > > >> This patch updates Panthor to use the new 64-bit accessors and poll > >> functions. > > > > nit: I don't think it ma

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

2025-04-09 Thread Karunika Choo
On 21/03/2025 07:53, Boris Brezillon wrote: > On Thu, 20 Mar 2025 11:17:34 + > Karunika Choo wrote: > >> This patch updates Panthor to use the new 64-bit accessors and poll >> functions. > > nit: I don't think it makes sense to dissociate the introduction of the > new helpers and their use.

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

2025-04-05 Thread Boris Brezillon
On Thu, 20 Mar 2025 11:17:34 + Karunika Choo wrote: > This patch updates Panthor to use the new 64-bit accessors and poll > functions. nit: I don't think it makes sense to dissociate the introduction of the new helpers and their use. Could we squash this patch into the previous one? > > Si

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

2025-03-20 Thread Karunika Choo
This patch updates Panthor to use the new 64-bit accessors and poll functions. Signed-off-by: Karunika Choo --- drivers/gpu/drm/panthor/panthor_fw.c | 9 +- drivers/gpu/drm/panthor/panthor_gpu.c | 142 +++--- drivers/gpu/drm/panthor/panthor_mmu.c | 34 ++ 3 files chan