]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/panthor: Display FW version information
authorSteven Price <steven.price@arm.com>
Fri, 6 Sep 2024 09:40:25 +0000 (10:40 +0100)
committerBoris Brezillon <boris.brezillon@collabora.com>
Thu, 12 Sep 2024 07:33:25 +0000 (09:33 +0200)
commit9d443deb0441b9dbb22a9aac3b471da05220df1b
tree59cca25428781141c82ad79ee1dba416f1bf1f63
parent868cd000c19f77e4c25ce87c47b6f951facf4394
drm/panthor: Display FW version information

The version number output when loading the firmware is actually the
interface version not the version of the firmware itself. Update the
message to make this clearer.

However, the firmware binary has a git SHA embedded into it which can be
used to identify which firmware binary is being loaded. So output this
as a drm_info() so that it's obvious from a dmesg log which firmware
binary is being used.

Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Liviu Dudau <liviu.dudau@arm.com>
Signed-off-by: Steven Price <steven.price@arm.com>
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240906094025.638173-1-steven.price@arm.com
drivers/gpu/drm/panthor/panthor_fw.c