Re: [RFC PATCH 2/4] drm/panthor: Add parsed gpu properties

2024-12-23 Thread Steven Price
On 19/12/2024 17:05, Karunika Choo wrote: > This patch adds parsing of GPU register fields on initialization instead of > parsing the fields each time it is needed. Why? ;) The commit message should ideally explain the reason behind a change rather than the change itself (that should ideally be o

[RFC PATCH 2/4] drm/panthor: Add parsed gpu properties

2024-12-19 Thread Karunika Choo
This patch adds parsing of GPU register fields on initialization instead of parsing the fields each time it is needed. Signed-off-by: Karunika Choo --- drivers/gpu/drm/panthor/Makefile | 1 + drivers/gpu/drm/panthor/panthor_device.c | 1 + drivers/gpu/drm/panthor/panthor_device.h |