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

2025-04-15 Thread Liviu Dudau
On Fri, Apr 11, 2025 at 05:48:05PM +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.

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

2025-04-14 Thread Steven Price
On 11/04/2025 17:48, 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. > > Reviewed-by: Bo

[PATCH v3 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. Reviewed-by: Boris Brezillon Suggested-by: Boris Brezillon Signed-o