]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/nouveau/pmu: Fix gp10b firmware guard
authorAaron Kling <webgeek1234@gmail.com>
Tue, 18 Feb 2025 09:28:03 +0000 (03:28 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Feb 2025 12:10:51 +0000 (04:10 -0800)
commitfbb770b97e181dbb709b4bdda20601e10e2acd05
tree86a8cdc050e63c42ba10be30b8a11023824e5ffe
parent586f0114875afec55ff9612588c46b14abc2a437
drm/nouveau/pmu: Fix gp10b firmware guard

[ Upstream commit 3dbc0215e3c502a9f3221576da0fdc9847fb9721 ]

Most kernel configs enable multiple Tegra SoC generations, causing this
typo to go unnoticed. But in the case where a kernel config is strictly
for Tegra186, this is a problem.

Fixes: 989863d7cbe5 ("drm/nouveau/pmu: select implementation based on available firmware")
Signed-off-by: Aaron Kling <webgeek1234@gmail.com>
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20250218-nouveau-gm10b-guard-v2-1-a4de71500d48@gmail.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gp10b.c