1. 27 8月, 2010 1 次提交
  2. 20 8月, 2010 2 次提交
  3. 10 8月, 2010 2 次提交
  4. 05 8月, 2010 1 次提交
  5. 04 8月, 2010 1 次提交
  6. 02 8月, 2010 2 次提交
  7. 21 7月, 2010 1 次提交
    • A
      drm/radeon/kms: fix shared ddc harder · 42f14c4b
      Alex Deucher 提交于
      This fixes a regression caused by b2ea4aa6
      due to the way shared ddc with multiple digital connectors was handled.
      
      You generally have two cases where DDC lines are shared:
      - HDMI + VGA
      - HDMI + DVI-D
      
      HDMI + VGA is easy to deal with because you can check the EDID for the
      to see if the attached monitor is digital.  A shared DDC line with two
      digital connectors is more complex.  You can't use the hdmi bits in the
      EDID since they may not be there with DVI<->HDMI adapters.  In this case
      all we can do is check the HPD pins to see which is connected as we have
      no way of knowing using the EDID.
      
      Reported-by: trapdoor6@gmail.com
      Signed-off-by: NAlex Deucher <alexdeucher@gmail.com>
      Cc: stable@kernel.org
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      42f14c4b
  8. 07 7月, 2010 1 次提交
  9. 18 5月, 2010 1 次提交
    • D
      drm/fbdev: rework output polling to be back in the core. (v4) · eb1f8e4f
      Dave Airlie 提交于
      After thinking it over a lot it made more sense for the core to deal with
      the output polling especially so it can notify X.
      
      v2: drop plans for fake connector - per Michel's comments - fix X patch sent to xorg-devel, add intel polled/hpd setting, add initial nouveau polled/hpd settings.
      
      v3: add config lock take inside polling, add intel/nouveau poll init/fini calls
      
      v4: config lock was a bit agressive, only needed around connector list reading.
      otherwise it could re-enter.
      
      glisse: discard drm_helper_hpd_irq_event
      
      v3: Reviewed-by: Michel Dänzer <michel@daenzer.net>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      eb1f8e4f
  10. 05 5月, 2010 1 次提交
  11. 19 4月, 2010 1 次提交
  12. 12 4月, 2010 1 次提交
  13. 07 4月, 2010 1 次提交
  14. 06 4月, 2010 1 次提交
  15. 31 3月, 2010 1 次提交
  16. 20 2月, 2010 1 次提交
  17. 09 2月, 2010 1 次提交
  18. 05 2月, 2010 2 次提交
  19. 13 1月, 2010 1 次提交
  20. 08 1月, 2010 1 次提交
  21. 07 1月, 2010 1 次提交
  22. 23 12月, 2009 2 次提交
  23. 09 12月, 2009 1 次提交
  24. 08 12月, 2009 9 次提交
  25. 02 12月, 2009 3 次提交