All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] PCIe speed changes
@ 2015-10-12 20:27 Karol Herbst
       [not found] ` <1444681670-2187-1-git-send-email-nouveau-lIBOoy2+GI7scQ4cX5LuPg@public.gmane.org>
  0 siblings, 1 reply; 13+ messages in thread
From: Karol Herbst @ 2015-10-12 20:27 UTC (permalink / raw)
  To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW

this patch series implements PCIe speed changes for Tesla and newer.

The Kepler and Fermi bits are tested on my cards at home.

Karol Herbst (9):
  pci: add gk104 variant
  pci: add gf106 variant
  pci: implement generic code for PCIe speed change
  pci: implement pcie speed change for tesla
  pci: implement pcie speed change on Fermi
  pci: implement PCIe speed change for kepler+
  bios/perf: parse the pci speed from the bios for tesla and newer cards
  perf: add fields for pci speed and width and use it for the pstates
  perf: change pcie speed on pstate change

 drm/nouveau/include/nvkm/subdev/bios/perf.h |   2 +
 drm/nouveau/include/nvkm/subdev/clk.h       |   3 +
 drm/nouveau/include/nvkm/subdev/pci.h       |  14 ++
 drm/nouveau/nvkm/engine/device/base.c       |  30 ++--
 drm/nouveau/nvkm/subdev/bios/perf.c         |  16 ++
 drm/nouveau/nvkm/subdev/clk/base.c          |   9 ++
 drm/nouveau/nvkm/subdev/pci/Kbuild          |   3 +
 drm/nouveau/nvkm/subdev/pci/base.c          |   5 +
 drm/nouveau/nvkm/subdev/pci/g84.c           | 113 +++++++++++++
 drm/nouveau/nvkm/subdev/pci/g94.c           |  10 ++
 drm/nouveau/nvkm/subdev/pci/gf100.c         |  70 ++++++++
 drm/nouveau/nvkm/subdev/pci/gf106.c         |  48 ++++++
 drm/nouveau/nvkm/subdev/pci/gk104.c         | 238 ++++++++++++++++++++++++++++
 drm/nouveau/nvkm/subdev/pci/pcie.c          | 159 +++++++++++++++++++
 drm/nouveau/nvkm/subdev/pci/priv.h          |  28 ++++
 15 files changed, 733 insertions(+), 15 deletions(-)
 create mode 100644 drm/nouveau/nvkm/subdev/pci/gf106.c
 create mode 100644 drm/nouveau/nvkm/subdev/pci/gk104.c
 create mode 100644 drm/nouveau/nvkm/subdev/pci/pcie.c

-- 
2.6.1

_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2015-10-12 21:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-12 20:27 [PATCH 0/9] PCIe speed changes Karol Herbst
     [not found] ` <1444681670-2187-1-git-send-email-nouveau-lIBOoy2+GI7scQ4cX5LuPg@public.gmane.org>
2015-10-12 20:27   ` [PATCH 1/9] pci: add gk104 variant Karol Herbst
2015-10-12 20:27   ` [PATCH 2/9] pci: add gf106 variant Karol Herbst
2015-10-12 20:27   ` [PATCH 3/9] pci: implement generic code for PCIe speed change Karol Herbst
     [not found]     ` <1444681670-2187-4-git-send-email-nouveau-lIBOoy2+GI7scQ4cX5LuPg@public.gmane.org>
2015-10-12 21:13       ` Roy Spliet
2015-10-12 20:27   ` [PATCH 4/9] pci: implement pcie speed change for tesla Karol Herbst
     [not found]     ` <1444681670-2187-5-git-send-email-nouveau-lIBOoy2+GI7scQ4cX5LuPg@public.gmane.org>
2015-10-12 21:10       ` Roy Spliet
2015-10-12 20:27   ` [PATCH 5/9] pci: implement pcie speed change on Fermi Karol Herbst
2015-10-12 20:27   ` [PATCH 6/9] pci: implement PCIe speed change for kepler+ Karol Herbst
2015-10-12 20:27   ` [PATCH 7/9] bios/perf: parse the pci speed from the bios for tesla and newer cards Karol Herbst
2015-10-12 20:27   ` [PATCH 8/9] perf: add fields for pci speed and width and use it for the pstates Karol Herbst
2015-10-12 20:27   ` [PATCH 9/9] perf: change pcie speed on pstate change Karol Herbst
     [not found]     ` <1444681670-2187-10-git-send-email-nouveau-lIBOoy2+GI7scQ4cX5LuPg@public.gmane.org>
2015-10-12 21:16       ` Roy Spliet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.