1. 28 8月, 2015 3 次提交
  2. 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/mmu: namespace + nvidia gpu names (no binary change) · 42594600
      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>
      42594600
    • 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
  3. 10 8月, 2014 3 次提交
  4. 08 11月, 2013 1 次提交
  5. 01 7月, 2013 1 次提交
  6. 29 11月, 2012 1 次提交
  7. 03 10月, 2012 12 次提交
  8. 24 5月, 2012 2 次提交
    • B
      drm/nouveau/fifo: turn all fifo modules into engine modules · c420b2dc
      Ben Skeggs 提交于
      Been tested on each major revision that's relevant here, but I'm sure there
      are still bugs waiting to be ironed out.
      
      This is a *very* invasive change.
      
      There's a couple of pieces left that I don't like much (eg. other engines
      using fifo_priv for the channel count), but that's an artefact of there
      being a master channel list still.  This is changing, slowly.
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      c420b2dc
    • B
      drm/nouveau/fifo: remove all the "special" engine hooks · 67b342ef
      Ben Skeggs 提交于
      All the places this stuff is actually needed tends to be chipset-specific
      anyway, so we're able to just inline the register bashing instead.
      
      The parts of the common code that still directly touch PFIFO temporarily
      have conditionals, these will be removed in subsequent commits that will
      refactor the fifo modules into engine modules like graph/mpeg etc.
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      67b342ef
  9. 16 5月, 2011 1 次提交
  10. 07 1月, 2011 1 次提交
  11. 08 12月, 2010 1 次提交
  12. 03 12月, 2010 3 次提交
  13. 24 9月, 2010 2 次提交
  14. 13 7月, 2010 1 次提交
  15. 09 4月, 2010 1 次提交
  16. 25 2月, 2010 1 次提交
  17. 11 12月, 2009 1 次提交
    • B
      drm/nouveau: Add DRM driver for NVIDIA GPUs · 6ee73861
      Ben Skeggs 提交于
      This adds a drm/kms staging non-API stable driver for GPUs from NVIDIA.
      
      This driver is a KMS-based driver and requires a compatible nouveau
      userspace libdrm and nouveau X.org driver.
      
      This driver requires firmware files not available in this kernel tree,
      interested parties can find them via the nouveau project git archive.
      
      This driver is reverse engineered, and is in no way supported by nVidia.
      
      Support for nearly the complete range of nvidia hw from nv04->g80 (nv50)
      is available, and the kms driver should support driving nearly all
      output types (displayport is under development still) along with supporting
      suspend/resume.
      
      This work is all from the upstream nouveau project found at
      nouveau.freedesktop.org.
      
      The original authors list from nouveau git tree is:
      Anssi Hannula <anssi.hannula@iki.fi>
      Ben Skeggs <bskeggs@redhat.com>
      Francisco Jerez <currojerez@riseup.net>
      Maarten Maathuis <madman2003@gmail.com>
      Marcin Kościelnicki <koriakin@0x04.net>
      Matthew Garrett <mjg@redhat.com>
      Matt Parnell <mparnell@gmail.com>
      Patrice Mandin <patmandin@gmail.com>
      Pekka Paalanen <pq@iki.fi>
      Xavier Chantry <shiningxc@gmail.com>
      along with project founder Stephane Marchesin <marchesin@icps.u-strasbg.fr>
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      6ee73861