Re: [Nouveau] [PATCH] nouveau: don't fail driver load if no display hw present.

2023-11-15 Thread Nicolas Chauvet
Le mer. 15 nov. 2023 à 15:40, a écrit : > > From: Dave Airlie > > If we get back ENODEV don't fail load. There are nvidia devices > that don't have display blocks and the driver should work on those. > > Fixes: 15740541e8f0 ("drm/nouveau/devinit/tu102-: prepare for GSP-RM") > Link: https://gitlab

[Nouveau] Panic on deferred probe with nouveau - jetson-tx1 - 6.3-rc1

2023-03-07 Thread Nicolas Chauvet
Hi, I'm using the fedora rawhide kernel-6.3.0-0.rc1.16.fc39.aarch64 on a fedora 38 userspace with jetson-tx1. I'm experiencing the following panic [0]. The workaround is to blacklist nouveau at boot (using rd.driver.blacklist=nouveau modprobe.blacklist=nouveau on cmdline) . modprobe nouveau after

Re: [Nouveau] [REGRESSION] GM20B probe fails after commit 2541626cfb79

2023-01-30 Thread Nicolas Chauvet
t it fixes the problem > > on the Pixel C, and everything works as before the regression. > > With this, for the combination of patches > > > > Tested-by: Diogo Ivo > > > > which I can resend after testing the final patch version. > Thank you (both!) for testing! > > I've attached a "final" version of a patch that I'll send (assuming it > still works ;)) after re-testing. There's only a minor change to > avoid breaking the non-Tegra path, so I expect it should be fine. Fine with me. Tested-By: Nicolas Chauvet Thanks.

Re: [Nouveau] [REGRESSION] GM20B probe fails after commit 2541626cfb79

2023-01-27 Thread Nicolas Chauvet
N] ch 3 [04002a2000 glmark2-wayland[2753]] subc 0 class b197 mthd 19d0 data 003d [ 1510.952000] nouveau 5700.gpu: gr: DATA_ERROR 0003 [INVALID_OPERATION] ch 3 [04002a2000 glmark2-wayland[2753]] subc 0 class b197 mthd 19d0 data 003d [ 1510.952060] nouveau 5700.gpu: gr: DATA_ERROR 00

Re: [Nouveau] [REGRESSION] GM20B probe fails after commit 2541626cfb79

2023-01-18 Thread Nicolas Chauvet
Le mer. 18 janv. 2023 à 02:29, Ben Skeggs a écrit : > > On Mon, 16 Jan 2023 at 22:27, Diogo Ivo wrote: > > > > On Mon, Jan 16, 2023 at 07:45:05AM +1000, David Airlie wrote: > > > On Thu, Dec 29, 2022 at 12:58 AM Diogo Ivo > > > wrote: > > > As a quick check can you try changing > > > > > > driv

Re: [Nouveau] [REGRESSION] GM20B probe fails after commit 2541626cfb79

2023-01-17 Thread Nicolas Chauvet
Le dim. 15 janv. 2023 à 22:45, David Airlie a écrit : > > On Thu, Dec 29, 2022 at 12:58 AM Diogo Ivo > wrote: > > > > Hello, > > > > Commit 2541626cfb79 breaks GM20B probe with > > the following kernel log: > > > > [2.153892] [ cut here ] > > [2.153897] WARNING: C

Re: [Nouveau] [PATCH v4 2/2] drm/nouveau: tegra: Detach from ARM DMA/IOMMU mapping

2018-07-06 Thread Nicolas Chauvet
iommu_bit) > return; > > -- > 2.17.0 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-tegra" in > the body of a message to majord...@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html This serie (v4) Tested-by: Nicolas Chauvet Tested on jetson-tk1 on a Fedora 4.18-rc3 kernel. -- - Nicolas (kwizart) ___ Nouveau mailing list Nouveau@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/nouveau

Re: [Nouveau] [PATCH] drm: nouveau: Enable gp20b/gp10b firmware tag when relevant

2018-06-11 Thread Nicolas Chauvet
2018-06-11 10:33 GMT+02:00 Thierry Reding : > On Sun, Jun 10, 2018 at 01:01:31PM +0200, Nicolas Chauvet wrote: >> This allows to have the related MODULE_FIRMWARE tag only >> on relevant arch (arm64). >> This will saves about 400k on initramfs when not relevant >> >&g

[Nouveau] [PATCH] drm: nouveau: Enable gp20b/gp10b firmware tag when relevant

2018-06-10 Thread Nicolas Chauvet
This allows to have the related MODULE_FIRMWARE tag only on relevant arch (arm64). This will saves about 400k on initramfs when not relevant Signed-off-by: Nicolas Chauvet --- drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gm20b.c | 2 ++ drivers/gpu/drm/nouveau/nvkm/subdev/secboot/gp10b.c | 2

Re: [Nouveau] [PATCH v2] nouveau: arm: Add MODULE_FIRMWARE for gk20a

2015-11-11 Thread Nicolas Chauvet
2015-09-30 6:57 GMT+02:00 Alexandre Courbot : > On Tue, Sep 29, 2015 at 12:08 AM, Nicolas Chauvet > wrote: > > This patch is needed by initramfs tools to detect > > the required firmware files for the module. > > > > This patch tests for either TEGRA_124_SO

[Nouveau] [PATCH v2] nouveau: arm: Add MODULE_FIRMWARE for gk20a

2015-09-28 Thread Nicolas Chauvet
NOUVEAU_PLATFORM_DRIVER Signed-off-by: Nicolas Chauvet --- drivers/gpu/drm/nouveau/nouveau_platform.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/gpu/drm/nouveau/nouveau_platform.c b/drivers/gpu/drm/nouveau/nouveau_platform.c index 3eb6654..9013141 100644 --- a

[Nouveau] [PATCH 1/2] nouveau: arm: Add MODULE_FIRMWARE for gk20a

2015-09-09 Thread Nicolas Chauvet
This patch is needed by initramfs tools to detect the required firmware files for the module. This patch tests for NOUVEAU_PLATFORM_DRIVER and either TEGRA_124_SOC or TEGRA_132_SOC for the firmwares related to the Tegra K1 generation. Signed-off-by: Nicolas Chauvet --- drivers/gpu/drm/nouveau

[Nouveau] [PATCH 2/2] [RFC] nouveau: arm: Add MODULE_FIRMWARE for gm20b

2015-09-09 Thread Nicolas Chauvet
Signed-off-by: Nicolas Chauvet --- drivers/gpu/drm/nouveau/nouveau_drm.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/drivers/gpu/drm/nouveau/nouveau_drm.c b/drivers/gpu/drm/nouveau/nouveau_drm.c index 862c225..36a3bc3 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drm.c

[Nouveau] [PATCH 2/2] [RFC] nouveau: arm: Add MODULE_FIRMWARE for gm20b

2015-09-09 Thread Nicolas Chauvet
Signed-off-by: Nicolas Chauvet --- drivers/gpu/drm/nouveau/nouveau_drm.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/drivers/gpu/drm/nouveau/nouveau_drm.c b/drivers/gpu/drm/nouveau/nouveau_drm.c index 862c225..36a3bc3 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drm.c

[Nouveau] [PATCH 1/2] nouveau: arm: Add MODULE_FIRMWARE for gk20a

2015-09-09 Thread Nicolas Chauvet
This patch is needed by initramfs tools to detect the required firmware files for the module. This patch tests for NOUVEAU_PLATFORM_DRIVER and either TEGRA_124_SOC or TEGRA_132_SOC for the firmwares related to the Tegra K1 generation. Signed-off-by: Nicolas Chauvet --- drivers/gpu/drm/nouveau