1. 28 11月, 2016 2 次提交
  2. 12 10月, 2016 9 次提交
  3. 20 5月, 2016 1 次提交
  4. 11 1月, 2016 2 次提交
  5. 28 8月, 2015 11 次提交
  6. 14 4月, 2015 1 次提交
    • A
      make RAM device optional · eaecf032
      Alexandre Courbot 提交于
      Having a RAM device does not make sense for chips like GK20A which have
      no dedicated video memory. The dummy RAM device that we used so far
      works as a temporary band-aid, but in the longer term it is desirable
      for the driver to be able to work without any kind of VRAM.
      
      This patch adds a few conditionals in places where a RAM device was
      assumed to be present and allows some more objects to be allocated from
      the TT domain, allowing Nouveau to handle GPUs for which
      pfb->ram == NULL.
      Signed-off-by: NAlexandre Courbot <acourbot@nvidia.com>
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      eaecf032
  7. 22 1月, 2015 6 次提交
    • B
      drm/nouveau/volt: namespace + nvidia gpu names (no binary change) · de3aaa66
      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>
      de3aaa66
    • B
      drm/nouveau/clk: namespace + nvidia gpu names (no binary change) · 7632b30e
      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>
      7632b30e
    • B
      drm/nouveau/clk: rename from clock (no binary change) · f3867f43
      Ben Skeggs 提交于
      Rename to match the Linux subsystem responsible for the same kind of
      things.  Will be investigating how feasible it will be to expose the
      GPU clock trees with it at some point.
      
      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>
      f3867f43
    • 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
    • V
      drm/nouveau/clk: allow users to enable auto mode when loading driver · 9f79b5ce
      Vince Hsu 提交于
      This patch adds one option for the boot config strings "NvClkMode*", so
      that we can enable the "auto" mode when loading module.
      Signed-off-by: NVince Hsu <vinceh@nvidia.com>
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      9f79b5ce
    • V
      drm/nouveau/clk: allow non-blocking for nouveau_clock_astate() · f8a85461
      Vince Hsu 提交于
      There might be some callers of nouveau_clock_astate(), and they are from
      inetrrupt context. So we must ensure that this function can be atomic in
      that condition. This patch adds one parameter which is subsequently passed
      to nouveau_pstate_calc(). Therefore we can choose whether we want to wait
      for the pstate work's completion or not.
      Signed-off-by: NVince Hsu <vinceh@nvidia.com>
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      f8a85461
  8. 15 9月, 2014 1 次提交
  9. 10 8月, 2014 5 次提交
  10. 10 6月, 2014 1 次提交
  11. 23 1月, 2014 1 次提交