1. 19 10月, 2013 1 次提交
  2. 11 9月, 2013 2 次提交
    • A
      drm/radeon/atom: workaround vbios bug in transmitter table on rs880 (v2) · 91f3a6aa
      Alex Deucher 提交于
      The OUTPUT_ENABLE action jumps past the point in the coder where
      the data_offset is set on certain rs780 cards.  This worked
      previously because the OUTPUT_ENABLE action is always called
      immediately after the ENABLE action so the data_offset remained
      set.  In 6f8bbaf568c7f2c497558bfd04654c0b9841ad57
      (drm/radeon/atom: initialize more atom interpretor elements to 0),
      we explictly reset data_offset to 0 between atom calls which then
      caused this to fail.  The fix is to just skip calling the
      OUTPUT_ENABLE action on the problematic chipsets.  The ENABLE
      action does the same thing and more.  Ultimately, we could
      probably drop the OUTPUT_ENABLE action all together on DCE3
      asics.
      
      fixes:
      https://bugzilla.kernel.org/show_bug.cgi?id=60791
      
      v2: only rs880 seems to be affected
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      Cc: stable@vger.kernel.org
      91f3a6aa
    • A
      drm/radeon: add a connector property for audio · 8666c076
      Alex Deucher 提交于
      This provides a connector property to enable/disable hdmi
      audio on the fly.  The default is disabled, but you can select
      auto (let the driver detect an audio capable monitor and enable it)
      or enabled (force audio enabled).  This also enables audio by
      default so you no longer need a module parameter to enable audio.
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      8666c076
  3. 31 8月, 2013 1 次提交
  4. 27 6月, 2013 3 次提交
  5. 12 6月, 2013 1 次提交
  6. 03 6月, 2013 1 次提交
  7. 24 4月, 2013 1 次提交
  8. 08 12月, 2012 1 次提交
  9. 15 11月, 2012 1 次提交
  10. 23 10月, 2012 1 次提交
  11. 03 10月, 2012 1 次提交
  12. 27 9月, 2012 2 次提交
  13. 21 9月, 2012 8 次提交
  14. 30 8月, 2012 2 次提交
  15. 25 7月, 2012 1 次提交
  16. 20 7月, 2012 1 次提交
  17. 16 6月, 2012 1 次提交
  18. 17 5月, 2012 1 次提交
  19. 13 5月, 2012 1 次提交
  20. 24 4月, 2012 1 次提交
  21. 10 4月, 2012 1 次提交
  22. 26 3月, 2012 1 次提交
  23. 21 3月, 2012 3 次提交
  24. 25 1月, 2012 3 次提交