]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/msm/a6xx: Print GMU core firmware version at boot
authorKonrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Thu, 19 Dec 2024 22:36:56 +0000 (23:36 +0100)
committerRob Clark <robdclark@chromium.org>
Fri, 3 Jan 2025 15:20:22 +0000 (07:20 -0800)
commit280807dd46920c560bce7cf3dd80f3ed375b75cf
treef256ebecbf0366a9ad04c1ff34a7e1e71027e091
parentbb5acdeae4088297444db1a197f0c66908ba2e56
drm/msm/a6xx: Print GMU core firmware version at boot

Log the version for informational purposes, such as for keeping track
of possible GMU fw-related failures in crash / CI logs.

Intentionally not implemented on the if (gmu->legacy) codepath, as
these registers seem not to be used on there.

Downstream additionally warns if the firmware version is too old for
a given GPU, but we already pair the binary to a given GPU, so let's
not go there at the moment.

Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Akhil P Oommen <quic_akhilpo@quicinc.com>
Patchwork: https://patchwork.freedesktop.org/patch/629934/
Signed-off-by: Rob Clark <robdclark@chromium.org>
drivers/gpu/drm/msm/adreno/a6xx_gmu.c