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

2025-04-15 Thread Liviu Dudau
On Mon, Apr 14, 2025 at 11:41:19AM +0100, Steven Price wrote: > Hi Karunika, > > Minor process thing: There's generally no need to resend a series just > to add R-b tags - they'll get picked up when the series is merged. > > On 11/04/2025 17:48, Karunika Choo wrote: > > This patch adds 64-bit reg

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

2025-04-14 Thread Steven Price
Hi Karunika, Minor process thing: There's generally no need to resend a series just to add R-b tags - they'll get picked up when the series is merged. On 11/04/2025 17:48, Karunika Choo wrote: > This patch adds 64-bit register accessors to simplify register access in > Panthor. It also adds 32-bi

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

2025-04-11 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. Reviewed-by: Boris Brezillon Signed-off-by: Karunika Choo --- dri