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

2025-02-01 Thread Aaron Kling
Fixes: 989863d7cbe5 ("drm/nouveau/pmu: select implementation based on available firmware") Signed-off-by: Aaron Kling --- drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gp10b.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/

Re: [PATCH] drm/tegra: Assign plane type before registration

2025-04-20 Thread Aaron Kling
On Sat, Apr 19, 2025 at 7:30 PM Aaron Kling via B4 Relay wrote: > > From: Thierry Reding > > Changes to a plane's type after it has been registered aren't propagated > to userspace automatically. This could possibly be achieved by updating > the property, but since we

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

2025-02-18 Thread Aaron Kling
On Mon, Feb 17, 2025 at 5:43 PM Aaron Kling via B4 Relay wrote: > > From: Aaron Kling > > Fixes: 989863d7cbe5 ("drm/nouveau/pmu: select implementation based on > available firmware") > Signed-off-by: Aaron Kling > --- > drivers/gpu/drm/nouveau/nvkm/subdev/pm

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

2025-02-16 Thread 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-off-by: A

[PATCH] drm/tegra: Assign plane type before registration

2025-04-19 Thread Aaron Kling via B4 Relay
type from the start is a much better solution. Suggested-by: Aaron Kling Signed-off-by: Thierry Reding Cc: sta...@vger.kernel.org --- Signed-off-by: Aaron Kling --- drivers/gpu/drm/tegra/dc.c | 12 drivers/gpu/drm/tegra/hub.c | 4 ++-- drivers/gpu/drm/tegra/hub.h | 3 ++- 3 fil

[PATCH v2] drm/tegra: Assign plane type before registration

2025-04-21 Thread Aaron Kling via B4 Relay
type from the start is a much better solution. Suggested-by: Aaron Kling Signed-off-by: Thierry Reding Cc: sta...@vger.kernel.org Fixes: 473079549f27 ("drm/tegra: dc: Add Tegra186 support") Signed-off-by: Aaron Kling --- Changes in v2: - Fixed signoff in commit message - Added fix

[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&quo

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

2025-02-17 Thread Aaron Kling via B4 Relay
From: Aaron Kling Fixes: 989863d7cbe5 ("drm/nouveau/pmu: select implementation based on available firmware") Signed-off-by: Aaron Kling --- drivers/gpu/drm/nouveau/nvkm/subdev/pmu/gp10b.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/n