1. 14 9月, 2016 1 次提交
  2. 13 9月, 2016 3 次提交
  3. 01 9月, 2016 3 次提交
  4. 18 4月, 2016 1 次提交
  5. 28 3月, 2016 2 次提交
  6. 25 3月, 2016 1 次提交
  7. 17 3月, 2016 1 次提交
  8. 17 11月, 2015 1 次提交
  9. 03 10月, 2015 1 次提交
  10. 24 9月, 2015 1 次提交
  11. 17 7月, 2015 1 次提交
  12. 26 5月, 2015 2 次提交
  13. 27 4月, 2015 1 次提交
  14. 20 3月, 2015 1 次提交
  15. 22 1月, 2015 4 次提交
  16. 13 1月, 2015 1 次提交
  17. 04 12月, 2014 1 次提交
  18. 21 11月, 2014 1 次提交
  19. 13 11月, 2014 1 次提交
  20. 28 10月, 2014 1 次提交
  21. 17 10月, 2014 1 次提交
  22. 13 10月, 2014 1 次提交
  23. 01 10月, 2014 1 次提交
  24. 05 8月, 2014 1 次提交
  25. 10 6月, 2014 1 次提交
  26. 19 2月, 2014 1 次提交
  27. 18 2月, 2014 1 次提交
  28. 07 2月, 2014 1 次提交
  29. 30 1月, 2014 1 次提交
  30. 21 1月, 2014 1 次提交
  31. 25 12月, 2013 1 次提交
    • A
      drm/radeon/pm: move pm handling into the asic specific code · 6c7bccea
      Alex Deucher 提交于
      We need more control over the ordering of dpm init with
      respect to the rest of the asic.  Specifically, the SMC
      has to be initialized before the rlc and cg/pg.  The pm
      code currently initializes late in the driver, but we need
      it to happen much earlier so move pm handling into the asic
      specific callbacks.
      
      This makes dpm more reliable and makes clockgating work
      properly on CIK parts and should help on SI parts as well.
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      6c7bccea