Re: [PATCH v2 3/9] drm/panthor: Add GPU specific initialization framework

2025-03-21 Thread Boris Brezillon
On Thu, 20 Mar 2025 11:17:35 + Karunika Choo wrote: > This patch aims to lay the foundation to provide support for multiple > Mali GPUs through a framework by which differences in registers, > functionality, and features can be managed. > > It introduces the concept of the arch_id which is a

[PATCH v2 3/9] drm/panthor: Add GPU specific initialization framework

2025-03-20 Thread Karunika Choo
This patch aims to lay the foundation to provide support for multiple Mali GPUs through a framework by which differences in registers, functionality, and features can be managed. It introduces the concept of the arch_id which is a 32-bit ID in the format of ((arch_major << 16) | (arch_minor << 8)