1. 10 8月, 2014 3 次提交
  2. 26 3月, 2014 2 次提交
    • B
      drm/nouveau: recognise higher link rate for available dp bw calculations · 14f97da7
      Ben Skeggs 提交于
      I should resurrect/merge that cleanup branch to remove the weird
      duplication.. One day.
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      14f97da7
    • A
      support for platform devices · 420b9469
      Alexandre Courbot 提交于
      Upcoming mobile Kepler GPUs (such as GK20A) use the platform bus instead
      of PCI to which Nouveau is tightly dependent. This patch allows Nouveau
      to handle platform devices by:
      
      - abstracting PCI-dependent functions that were typically used for
        resource querying and page mapping,
      - introducing a nv_device_is_pci() function that allows to make
        PCI-dependent code conditional,
      - providing a nouveau_drm_platform_probe() function that takes a GPU
        platform device to be probed.
      
      Core code as well as engine/subdev drivers are updated wherever possible
      to make use of these functions. Some older drivers are too dependent on
      PCI to be properly updated, but all newer code on which future chips may
      depend should at least be runnable with platform devices.
      Signed-off-by: NAlexandre Courbot <acourbot@nvidia.com>
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      420b9469
  3. 09 10月, 2013 1 次提交
  4. 01 7月, 2013 2 次提交
  5. 26 4月, 2013 1 次提交
    • B
      drm/nv04/disp: hide all the cruft away in its own little hole · 1a646342
      Ben Skeggs 提交于
      It'd be pretty awesome if someone would care enough to port this all
      properly to a class interface, perhaps submitting a command stream to
      the core via a sw object on PFIFO (emulating how EVO works basically,
      and also what nvidia have done forever..)..
      
      But, this seems unlikely given how old this hardware is now, so, lets
      just hide it away.
      
      There's a heap of other bits and pieces laying around that are still
      tangled.  I'll (re)move them in pieces.
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      1a646342
  6. 20 2月, 2013 5 次提交
  7. 29 11月, 2012 2 次提交
  8. 03 10月, 2012 10 次提交
  9. 26 7月, 2012 1 次提交
  10. 24 5月, 2012 2 次提交
  11. 30 4月, 2012 1 次提交
  12. 04 4月, 2012 1 次提交
  13. 02 4月, 2012 2 次提交
  14. 22 3月, 2012 1 次提交
  15. 13 3月, 2012 2 次提交
  16. 21 12月, 2011 4 次提交