1. 28 8月, 2015 19 次提交
  2. 17 3月, 2015 1 次提交
    • B
      drm/nouveau/fifo/nv04: remove the loop from the interrupt handler · adc346b1
      Ben Skeggs 提交于
      Complete bong hit (and not the last...), the hardware will reassert the
      interrupt to PMC if it's necessary.
      
      Also potentially harmful in the face of interrupts such as the non-stall
      interrupt, which remain active in NV_PFIFO_INTR even when we don't care
      about servicing it.
      
      It appears (hopefully, fdo#87244), that under certain loads, the methods
      may pass quickly enough to hit the "100 spins and kill PFIFO" thing that
      we had going on.  Not ideal ;)
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      adc346b1
  3. 22 1月, 2015 4 次提交
    • B
      drm/nouveau/fifo: namespace + nvidia gpu names (no binary change) · 05c7145d
      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>
      05c7145d
    • B
      drm/nouveau/timer: namespace + nvidia gpu names (no binary change) · 9e79a853
      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>
      9e79a853
    • 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
    • B
      drm/nouveau/core: rename subclass.base to subclass.superclass · 587f7a5b
      Ben Skeggs 提交于
      Makes things a bit more readable.  This is specially important now as
      upcoming commits are going to be gradually removing the use of macros
      for down-casts, in favour of compile-time checking.
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      587f7a5b
  4. 02 12月, 2014 1 次提交
  5. 10 8月, 2014 4 次提交
  6. 11 6月, 2014 1 次提交
  7. 08 11月, 2013 1 次提交
  8. 20 2月, 2013 3 次提交
  9. 29 11月, 2012 3 次提交
  10. 03 10月, 2012 3 次提交