Re: [PATCH v2 2/2] drm/panthor: Clean up 64-bit register definitions

2025-04-11 Thread Boris Brezillon
On Fri, 11 Apr 2025 16:11:40 +0100 Karunika Choo wrote: > With the introduction of 64-bit register accessors, the separate *_HI > definitions are no longer necessary. This change removes them and > renames the corresponding *_LO entries for cleaner and more consistent > register definitions. > >

[PATCH v2 2/2] drm/panthor: Clean up 64-bit register definitions

2025-04-11 Thread Karunika Choo
With the introduction of 64-bit register accessors, the separate *_HI definitions are no longer necessary. This change removes them and renames the corresponding *_LO entries for cleaner and more consistent register definitions. Suggested-by: Boris Brezillon Signed-off-by: Karunika Choo --- dri