1. 21 12月, 2011 5 次提交
  2. 20 9月, 2011 1 次提交
  3. 09 9月, 2011 1 次提交
  4. 23 6月, 2011 2 次提交
  5. 16 5月, 2011 3 次提交
  6. 05 4月, 2011 1 次提交
  7. 25 2月, 2011 6 次提交
  8. 21 12月, 2010 1 次提交
  9. 08 12月, 2010 1 次提交
  10. 03 12月, 2010 2 次提交
  11. 18 11月, 2010 1 次提交
  12. 19 10月, 2010 1 次提交
  13. 06 10月, 2010 2 次提交
  14. 05 10月, 2010 1 次提交
  15. 24 9月, 2010 2 次提交
  16. 10 8月, 2010 2 次提交
  17. 06 8月, 2010 1 次提交
  18. 13 7月, 2010 2 次提交
  19. 19 5月, 2010 2 次提交
  20. 11 2月, 2010 2 次提交
  21. 18 1月, 2010 1 次提交
    • B
      drm/nv50: prevent accidently turning off encoders we're actually using · 58d65b84
      Ben Skeggs 提交于
      On most cards the DisplayPort connector is created with 2 encoders sharing
      a single SOR (for native DP, and for DVI-over-DP).  The previous logic
      for turning off unused encoders didn't take into account that we could
      have multiple drm_encoders on a single hw encoder and ended up turning off
      encoders that were actually being used still.
      
      This patch fixes that issue.  We probably want to look at something a bit
      better later on, and only expose one drm_encoder per hw encoder block.
      Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
      58d65b84