1. 22 1月, 2015 2 次提交
  2. 22 12月, 2014 1 次提交
  3. 02 12月, 2014 6 次提交
  4. 01 10月, 2014 1 次提交
  5. 30 9月, 2014 2 次提交
  6. 02 9月, 2014 3 次提交
  7. 01 9月, 2014 2 次提交
  8. 27 8月, 2014 1 次提交
  9. 15 8月, 2014 1 次提交
  10. 10 8月, 2014 10 次提交
  11. 22 7月, 2014 1 次提交
  12. 26 3月, 2014 1 次提交
    • 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
  13. 18 2月, 2014 1 次提交
  14. 23 1月, 2014 6 次提交
  15. 14 11月, 2013 2 次提交