Re: [Nouveau] [PATCH v4 2/4] pci: add nvkm_pcie_get_speed

2019-09-16 Thread Ben Skeggs
On Fri, 13 Sep 2019 at 21:33, Karol Herbst wrote: > > v2: fixed compilation error Is there any need for this patch at all now, if you're forcing 8_0 rather than the pre-DEVINIT speed? > > Signed-off-by: Karol Herbst > Reviewed-by: Lyude Paul > --- > drm/nouveau/include/nvkm/subdev/pci.h | 1 +

[Nouveau] [PATCH v4 2/4] pci: add nvkm_pcie_get_speed

2019-09-13 Thread Karol Herbst
v2: fixed compilation error Signed-off-by: Karol Herbst Reviewed-by: Lyude Paul --- drm/nouveau/include/nvkm/subdev/pci.h | 1 + drm/nouveau/nvkm/subdev/pci/pcie.c| 8 2 files changed, 9 insertions(+) diff --git a/drm/nouveau/include/nvkm/subdev/pci.h