1. 02 2月, 2018 1 次提交
    • L
      drm/nouveau: Add support for basic clockgating on Kepler1 · b138eca6
      Lyude Paul 提交于
      This adds support for enabling automatic clockgating on nvidia GPUs for
      Kepler1. While this is not technically a clockgating level, it does
      enable clockgating using the clockgating values initially set by the
      vbios (which should be safe to use).
      
      This introduces two therm helpers for controlling basic clockgating:
      	nvkm_therm_clkgate_enable() - enables clockgating through
      	CG_CTRL, done after initializing the GPU fully
      	nvkm_therm_clkgate_fini() - prepares clockgating for suspend or
      	driver unload
      
      A lot of this code was originally going to be based off of fermi;
      however it turns out that while Fermi's the first line of GPUs that
      introduced this kind of power saving, Fermi requires more fine tuned
      control of the CG_CTRL registers from the driver while reclocking that
      we don't entirely understand yet.
      
      For the simple parts we will be sharing with Fermi for certain however,
      we at least add those into a new subdev/therm/gf100.h header.
      Signed-off-by: NLyude Paul <lyude@redhat.com>
      Reviewed-by: NMartin Peres <martin.peres@free.fr>
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      b138eca6
  2. 02 11月, 2017 1 次提交
  3. 16 6月, 2017 1 次提交
  4. 12 5月, 2017 1 次提交
  5. 17 2月, 2017 1 次提交
  6. 20 5月, 2016 1 次提交
  7. 28 8月, 2015 7 次提交
  8. 22 1月, 2015 4 次提交
    • B
      drm/nouveau/therm: namespace + nvidia gpu names (no binary change) · e1404611
      Ben Skeggs 提交于
      The namespace of NVKM is being changed to nvkm_ instead of nouveau_,
      which will be used for the DRM part of the driver.  This is being
      done in order to make it very clear as to what part of the driver a
      given symbol belongs to, and as a minor step towards splitting the
      DRM driver out to be able to stand on its own (for virt).
      
      Because there's already a large amount of churn here anyway, this is
      as good a time as any to also switch to NVIDIA's device and chipset
      naming to ease collaboration with them.
      
      A comparison of objdump disassemblies proves no code changes.
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      e1404611
    • B
      drm/nouveau/bios: namespace + nvidia gpu names (no binary change) · d390b480
      Ben Skeggs 提交于
      The namespace of NVKM is being changed to nvkm_ instead of nouveau_,
      which will be used for the DRM part of the driver.  This is being
      done in order to make it very clear as to what part of the driver a
      given symbol belongs to, and as a minor step towards splitting the
      DRM driver out to be able to stand on its own (for virt).
      
      Because there's already a large amount of churn here anyway, this is
      as good a time as any to also switch to NVIDIA's device and chipset
      naming to ease collaboration with them.
      
      A comparison of objdump disassemblies proves no code changes.
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      d390b480
    • B
      drm/nouveau/pmu: rename from pwr (no binary change) · ebb58dc2
      Ben Skeggs 提交于
      Switch to NVIDIA's name for the device.
      
      The namespace of NVKM is being changed to nvkm_ instead of nouveau_,
      which will be used for the DRM part of the driver.  This is being
      done in order to make it very clear as to what part of the driver a
      given symbol belongs to, and as a minor step towards splitting the
      DRM driver out to be able to stand on its own (for virt).
      
      Because there's already a large amount of churn here anyway, this is
      as good a time as any to also switch to NVIDIA's device and chipset
      naming to ease collaboration with them.
      
      A comparison of objdump disassemblies proves no code changes.
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      ebb58dc2
    • B
      drm/nouveau: remove symlinks, move core/ to nvkm/ (no code changes) · c39f472e
      Ben Skeggs 提交于
      The symlinks were annoying some people, and they're not used anywhere
      else in the kernel tree.  The include directory structure has been
      changed so that symlinks aren't needed anymore.
      
      NVKM has been moved from core/ to nvkm/ to make it more obvious as to
      what the directory is for, and as some minor prep for when NVKM gets
      split out into its own module (virt) at a later date.
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      c39f472e
  9. 26 3月, 2014 2 次提交
  10. 14 11月, 2013 1 次提交
  11. 08 11月, 2013 6 次提交
  12. 04 9月, 2013 3 次提交
  13. 18 3月, 2013 4 次提交
  14. 20 2月, 2013 7 次提交