Re: [RFC PATCH 1/4] drm/panthor: Add 64-bit register accessors

2024-12-23 Thread Steven Price
On 19/12/2024 17:05, Karunika Choo wrote: > This patch adds 64-bit register accessors to simplify register access in > Panthor. It also adds 64-bit variants for read_poll_timeout and replaces > all 64-bit and poll register accesses with these new functions. > > Signed-off-by: Karunika Choo (Mino

[RFC PATCH 1/4] drm/panthor: Add 64-bit register accessors

2024-12-19 Thread Karunika Choo
This patch adds 64-bit register accessors to simplify register access in Panthor. It also adds 64-bit variants for read_poll_timeout and replaces all 64-bit and poll register accesses with these new functions. Signed-off-by: Karunika Choo --- drivers/gpu/drm/panthor/panthor_fw.c | 11 +- driv