Re: [PATCH] drm/panthor: Display FW version information

2024-09-09 Thread Carsten Haitzler
On 9/5/24 10:08 PM, Liviu Dudau wrote: On Thu, Sep 05, 2024 at 06:45:28PM +0200, Boris Brezillon wrote: On Thu, 5 Sep 2024 16:51:44 +0100 Steven Price wrote: The firmware binary has a git SHA embedded into it which can be used to identify which firmware binary is being loaded. Output this

Re: [PATCH] drm/panthor: Display FW version information

2024-09-05 Thread Liviu Dudau
On Thu, Sep 05, 2024 at 06:45:28PM +0200, Boris Brezillon wrote: > On Thu, 5 Sep 2024 16:51:44 +0100 > Steven Price wrote: > > > The firmware binary has a git SHA embedded into it which can be used to > > identify which firmware binary is being loaded. Output this as a > > drm_info() so that it'

Re: [PATCH] drm/panthor: Display FW version information

2024-09-05 Thread Boris Brezillon
On Thu, 5 Sep 2024 16:51:44 +0100 Steven Price wrote: > The firmware binary has a git SHA embedded into it which can be used to > identify which firmware binary is being loaded. Output this as a > drm_info() so that it's obvious from a dmesg log which firmware binary > is being used. > > Signed

[PATCH] drm/panthor: Display FW version information

2024-09-05 Thread Steven Price
The firmware binary has a git SHA embedded into it which can be used to identify which firmware binary is being loaded. Output this as a drm_info() so that it's obvious from a dmesg log which firmware binary is being used. Signed-off-by: Steven Price --- drivers/gpu/drm/panthor/panthor_fw.c | 55