1. 01 2月, 2010 7 次提交
  2. 25 1月, 2010 13 次提交
  3. 24 1月, 2010 5 次提交
  4. 21 1月, 2010 14 次提交
  5. 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