[Nouveau] [PATCH 01/17] drm/nouveau/core: add missing header dependencies

2016-10-22 Thread Karol Herbst
I think it would be better to squash those commits: 1. for the includes 2. for static declerations 2016-10-22 11:41 GMT+02:00 Baoyou Xie : > We get 2 warnings when building kernel with W=1: > drivers/gpu/drm/nouveau/nvkm/core/firmware.c:34:1: warning: no previous > prototype for

[Nouveau] [PATCH v5 0/3] drm/nouveau: set DMA mask before mapping scratch page

2016-10-17 Thread Karol Herbst
Hi Ard, the official nouveau tree is here: https://github.com/skeggsb/nouveau But ben usually takes care of everything if you post the patches on the ML. No idea what you discussed internally though, but alex also posts his suff here. On 16 Oct 2016 22:12, "Ard Biesheuvel" wrote: On 7 October

[Nouveau] [PATCH] drm/nouveau/iccsense: fix memory leak on default sensor->type case

2016-06-03 Thread karol herbst
Hi Colin, thanks for pointing this out, but I am quite sure this continue statement won't ever be hit, ever. check the nvkm_iccsense_create_sensor function. A sensor object will only be created for one of those three types and others don't exist. I've just added that default statement to shut

[PATCH] drm/nouveau/nvbios/iccsense: fix semicolon.cocci warnings

2016-04-13 Thread Karol Herbst
> > > > Generated by: scripts/coccinelle/misc/semicolon.cocci > > > > CC: Martin Peres > > Signed-off-by: Fengguang Wu > Signed-off-by: Martin Peres Signed-off-by: Karol Herbst

[PATCH] drm/nouveau/iccsense: fix ifnullfree.cocci warnings

2016-04-13 Thread Karol Herbst
fe this check is probably not required" > > and kfreeaddr.cocci by Julia Lawall. > > > > Generated by: scripts/coccinelle/free/ifnullfree.cocci > > > > CC: Karol Herbst > > Signed-off-by: Fengguang Wu > Signed-off-by: Martin Peres Signed-off-by: Karol Herbst

[PATCH] drm: nouveau: fix nouveau_debugfs_init prototype

2016-01-15 Thread Karol Herbst
> Emil Velikov hat am 15. Januar 2016 um 12:06 > geschrieben: > > On 13 January 2016 at 16:00, Arnd Bergmann wrote: > > On Wednesday 13 January 2016 14:55:47 Karol Herbst wrote: > >> > Arnd Bergmann hat am 13. Januar 2016 um 14:48 > >> >

[PATCH] drm: nouveau: fix nouveau_debugfs_init prototype

2016-01-13 Thread Karol Herbst
> Arnd Bergmann hat am 13. Januar 2016 um 14:48 geschrieben: > > The new debugfs initialization code fails to build when CONFIG_DEBUG_FS > is disabled: > > In file included from /git/arm-soc/drivers/gpu/drm/nouveau/nouveau_drm.c:57:0: > drivers/gpu/drm/nouveau/nouveau_debugfs.h: In function

[patch] drm/nouveau/pci: reversed condition in nvkm_pcie_set_link()

2016-01-13 Thread Karol Herbst
> Karol Herbst hat am 13. Januar 2016 um 13:30 > geschrieben: > > Hi Dan, > > yeah I also catched that. I assume something went wrong in the review process, > because I am sure I didn't added that "pci ||" check myself ;) but who knows, > maybe I was tir

[patch] drm/nouveau/pci: reversed condition in nvkm_pcie_set_link()

2016-01-13 Thread Karol Herbst
Hi Dan, yeah I also catched that. I assume something went wrong in the review process, because I am sure I didn't added that "pci ||" check myself ;) but who knows, maybe I was tired working with ben on that, cause it was like 4am while doing the last polishing steps. nvm, I already send a patch

<    1   2   3   4   5