1. 05 8月, 2014 7 次提交
  2. 25 7月, 2014 1 次提交
  3. 23 7月, 2014 1 次提交
  4. 11 7月, 2014 1 次提交
  5. 10 6月, 2014 3 次提交
  6. 02 6月, 2014 3 次提交
  7. 06 5月, 2014 2 次提交
  8. 01 5月, 2014 1 次提交
  9. 17 4月, 2014 2 次提交
  10. 03 4月, 2014 2 次提交
  11. 25 3月, 2014 1 次提交
  12. 13 3月, 2014 1 次提交
  13. 07 3月, 2014 2 次提交
  14. 19 2月, 2014 2 次提交
  15. 18 2月, 2014 3 次提交
  16. 30 1月, 2014 1 次提交
  17. 21 1月, 2014 4 次提交
  18. 09 1月, 2014 1 次提交
  19. 25 12月, 2013 2 次提交
    • A
      drm/radeon: remove generic rptr/wptr functions (v2) · ea31bf69
      Alex Deucher 提交于
      Fill in asic family specific versions rather than
      using the generic version.  This lets us handle asic
      specific differences more easily.  In this case, we
      disable sw swapping of the rtpr writeback value on
      r6xx+ since the hw does it for us.  Fixes bogus
      rptr readback on BE systems.
      
      v2: remove missed cpu_to_le32(), add comments
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      ea31bf69
    • 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