1. 10 8月, 2014 4 次提交
  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 3 次提交
    • B
      drm/nouveau/gpio: reimplement as nouveau_gpio.c, fixing a number of issues · a0b25635
      Ben Skeggs 提交于
      - moves out of nouveau_bios.c and demagics the logical state definitions
      - simplifies chipset-specific driver interface
      - makes most of gpio irq handling common, will use for nv4x hpd later
      - api extended to allow both direct gpio access, and access using the
        logical function states
      - api extended to allow for future use of gpio extender chips
      - pre-nv50 was handled very badly, the main issue being that all GPIOs
        were being treated as output-only.
      - fixes nvd0 so gpio changes actually stick, magic reg needs bashing
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      a0b25635
    • B
      abbd3f8e
    • B
      drm/nouveau/mxm: initial implementation of dcb sanitisation · b4c26818
      Ben Skeggs 提交于
      The DCB table provided by the VBIOS on most MXM chips has a number of
      entries which either need to be disabled, or modified according to the
      MXM-SIS Output Device Descriptors.
      
      The x86 vbios code usually takes care of this for us, however, with the
      large number of laptops now with switchable graphics or optimus, a lot
      of the time nouveau is responsible for POSTing the card instead - leaving
      some fun situations like, plugging in a monitor and having nouveau decide
      3 connectors actually just got plugged in..
      
      No MXM-SIS fetching methods implemented yet.
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      b4c26818