1. 05 5月, 2010 1 次提交
  2. 31 3月, 2010 1 次提交
  3. 15 3月, 2010 2 次提交
  4. 25 2月, 2010 1 次提交
  5. 09 2月, 2010 3 次提交
  6. 05 2月, 2010 1 次提交
  7. 01 2月, 2010 1 次提交
    • D
      drm/kms/radeon: pick digitial encoders smarter. (v3) · f28cf339
      Dave Airlie 提交于
      booting a Lenovo W500 with LVDS + DP outputs showed up a TODO we had
      on our list, to pick a correct digital encoder block. The LVTMA
      encoder requires the second digital encoder, all others can use any
      encoder at all.
      
      This fixes the digital encoder selection logic to enable LVDS/DP combos
      to work okay.
      
      V2: fix silly addition of connector dig_block and cleanup the other
      places in the code that pick the encoder.
      
      V3: rename to dig_encoder and clean up further - also fix
      the picking algorithm.
      
      tested on Lenovo W500 + desktop 3650 cards.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      f28cf339
  8. 24 1月, 2010 1 次提交
  9. 21 1月, 2010 1 次提交
  10. 08 1月, 2010 1 次提交
  11. 23 12月, 2009 1 次提交
  12. 16 12月, 2009 1 次提交
  13. 10 12月, 2009 1 次提交
  14. 08 12月, 2009 9 次提交
  15. 02 12月, 2009 6 次提交
  16. 06 11月, 2009 1 次提交
  17. 28 10月, 2009 1 次提交
  18. 26 10月, 2009 1 次提交
  19. 16 10月, 2009 1 次提交
  20. 12 10月, 2009 1 次提交
  21. 06 10月, 2009 1 次提交
    • D
      drm/fb: add more correct 8/16/24/32 bpp fb support. · b8c00ac5
      Dave Airlie 提交于
      The previous patches had some unwanted side effects, I've fixed
      the lack of 32bpp working, and fixed up 16bpp so it should also work.
      
      this also adds the interface to allow the driver to set a preferred
      console depth so for example low memory rn50 can set it to 8bpp.
      It also catches 24bpp on cards that can't do it and forces 32bpp.
      
      Tested on r100/r600/i945.
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      b8c00ac5
  22. 18 9月, 2009 1 次提交
    • D
      drm/radeon/kms: add initial connector properties · 445282db
      Dave Airlie 提交于
      This adds:
      coherent mode: TMDS coherent mode for atom cards.
      scaling mode: LVDS scaler mode
      load detect: DAC load detection, DVI-I, VGA, TV
      tmds pll: legacy TMDS pll selection
      tv standard: TV standard selection.
      
      for later: other TV ones? dvi subconnector selection using std prop
      
      [contains fixes pointed out on dri-devel for atom bios mixups
       by Michel]
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      445282db
  23. 16 9月, 2009 1 次提交
  24. 08 9月, 2009 1 次提交