Re: [PATCH v2] drm/nouveau/pmu: Fix gp10b firmware guard

2025-02-19 Thread Danilo Krummrich
On Tue, Feb 18, 2025 at 03:28:03AM -0600, Aaron Kling via B4 Relay wrote: > From: Aaron Kling > > 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: 989863

[PATCH v2] drm/nouveau/pmu: Fix gp10b firmware guard

2025-02-18 Thread Aaron Kling via B4 Relay
From: Aaron Kling 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-of