Re: [PATCH] drm/i915/gvt: Add __nonstring annotations for unterminated strings

2025-03-24 Thread Nicolas Chauvet
Le lun. 24 mars 2025 à 13:54, Jani Nikula a écrit : > > On Sun, 23 Mar 2025, Damian Tometzki wrote: > > On Mon, 10. Mar 15:23, Kees Cook wrote: > >> When a character array without a terminating NUL character has a static > >> initializer, GCC 15's -Wunterminated-string-initialization will only >

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

Re: [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: [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-18 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: [PATCH v4 2/2] drm/nouveau: tegra: Detach from ARM DMA/IOMMU mapping

2018-07-09 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) ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

[PATCH] drm/nouveau: platform: Fix deferred probe

2016-02-25 Thread Nicolas Chauvet
device_ctor(&nvkm_device_tegra_func, NULL, &pdev->dev, > @@ -285,9 +293,19 @@ nvkm_device_tegra_new(const struct nvkm_device_tegra_func *func, >cfg, dbg, detect, mmio, subdev_mask, > &tdev->device); > if