1. 11 1月, 2016 2 次提交
  2. 28 8月, 2015 8 次提交
  3. 22 1月, 2015 2 次提交
    • B
      drm/nouveau/disp: namespace + nvidia gpu names (no binary change) · 878da15a
      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>
      878da15a
    • 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
  4. 10 8月, 2014 7 次提交
  5. 08 7月, 2014 1 次提交
  6. 11 6月, 2014 1 次提交
  7. 30 7月, 2013 1 次提交
  8. 20 2月, 2013 1 次提交
    • B
      drm/nv50-/disp: move DP link training to core and train from supervisor · 0a0afd28
      Ben Skeggs 提交于
      We need to be able to do link training for PIOR-connected ANX9805 from
      the third supervisor handler (due to script ordering in the bios, can't
      have the "user" call train because some settings are overwritten from
      the modesetting bios scripts).
      
      This moves link training for SOR-connected DP encoders to the second
      supervisor interrupt, *before* we call the modesetting scripts (yes,
      different ordering from PIOR is necessary).  This is useful since we
      should now be able to remove some hacks to workaround races between
      the supervisor and link training paths.
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      0a0afd28
  9. 29 11月, 2012 7 次提交