1. 23 2月, 2010 1 次提交
  2. 18 2月, 2010 2 次提交
  3. 09 2月, 2010 7 次提交
  4. 08 1月, 2010 2 次提交
  5. 06 1月, 2010 1 次提交
  6. 23 12月, 2009 2 次提交
  7. 10 12月, 2009 1 次提交
  8. 09 12月, 2009 2 次提交
  9. 08 12月, 2009 3 次提交
  10. 04 12月, 2009 2 次提交
  11. 02 12月, 2009 3 次提交
  12. 06 11月, 2009 3 次提交
  13. 28 10月, 2009 1 次提交
    • A
      drm/radeon/kms/atom: loosen pll min output limits · 8f552a66
      Alex Deucher 提交于
      Limiting the pll output range is a good thing generally as
      it limits the number of possible pll combinations for a given
      frequency presumably to the ones that work best on each card.
      That's why the limits are in the bios tables. However, certain
      duallink DVI monitors seem to like pll combinations that would
      be limited by this at least on pre-DCE 3.0 r6xx hardware.  This
      might need to be adjusted per family or per clock range in the
      future.
      
      See fdo bug 24727.
      Signed-off-by: NAlex Deucher <alexdeucher@gmail.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      8f552a66
  14. 26 10月, 2009 2 次提交
  15. 12 10月, 2009 2 次提交
  16. 25 9月, 2009 1 次提交
  17. 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
  18. 16 9月, 2009 1 次提交
  19. 12 9月, 2009 1 次提交
  20. 11 9月, 2009 1 次提交
  21. 08 9月, 2009 1 次提交
    • J
      drm/radeon/kms: add r600 KMS support · 3ce0a23d
      Jerome Glisse 提交于
      This adds the r600 KMS + CS support to the Linux kernel.
      
      The r600 TTM support is quite basic and still needs more
      work esp around using interrupts, but the polled fencing
      should work okay for now.
      
      Also currently TTM is using memcpy to do VRAM moves,
      the code is here to use a 3D blit to do this, but
      isn't fully debugged yet.
      
      Authors:
      Alex Deucher <alexdeucher@gmail.com>
      Dave Airlie <airlied@redhat.com>
      Jerome Glisse <jglisse@redhat.com>
      Signed-off-by: NJerome Glisse <jglisse@redhat.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      3ce0a23d