1. 25 Feb, 2010 9 commits
  2. 23 Feb, 2010 6 commits
  3. 16 Feb, 2010 2 commits
  4. 10 Feb, 2010 2 commits
  5. 09 Feb, 2010 16 commits
  6. 25 Jan, 2010 4 commits
  7. 17 Jan, 2010 1 commit
    • Ben Skeggs's avatar
      drm/nv50: prevent accidently turning off encoders we're actually using · 58d65b84
      Ben Skeggs authored
      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: default avatarBen Skeggs <bskeggs@redhat.com>
      58d65b84