Re: [RFC PATCH 3/4] drm/panthor: Add gpu specific initialization framework

2024-12-23 Thread Steven Price
On 19/12/2024 17:05, Karunika Choo wrote: > This patch adds a framework for adding GPU specific code which adds the > following gpu-specific features: > - register base addresses > - feature bits > - function pointers > > The above allows the handling of changes to register and register set > offs

[RFC PATCH 3/4] drm/panthor: Add gpu specific initialization framework

2024-12-19 Thread Karunika Choo
This patch adds a framework for adding GPU specific code which adds the following gpu-specific features: - register base addresses - feature bits - function pointers The above allows the handling of changes to register and register set offsets, as well as logical changes to the code between GPUs.