1. 22 1月, 2015 1 次提交
  2. 10 8月, 2014 2 次提交
  3. 26 3月, 2014 2 次提交
  4. 28 11月, 2013 1 次提交
  5. 08 11月, 2013 1 次提交
  6. 18 3月, 2013 1 次提交
  7. 20 2月, 2013 3 次提交
  8. 04 1月, 2013 1 次提交
  9. 16 10月, 2012 3 次提交
  10. 03 10月, 2012 10 次提交
  11. 19 4月, 2012 1 次提交
  12. 13 3月, 2012 12 次提交
  13. 10 1月, 2012 1 次提交
  14. 21 12月, 2011 1 次提交
    • 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