1. 03 3月, 2016 1 次提交
  2. 01 3月, 2016 1 次提交
  3. 26 2月, 2016 1 次提交
  4. 13 2月, 2016 3 次提交
  5. 11 2月, 2016 9 次提交
  6. 03 2月, 2016 3 次提交
  7. 16 1月, 2016 1 次提交
  8. 22 12月, 2015 3 次提交
  9. 12 12月, 2015 2 次提交
  10. 05 12月, 2015 4 次提交
  11. 03 12月, 2015 2 次提交
  12. 17 11月, 2015 3 次提交
  13. 04 11月, 2015 1 次提交
  14. 28 10月, 2015 1 次提交
  15. 22 10月, 2015 1 次提交
  16. 21 10月, 2015 1 次提交
  17. 19 10月, 2015 1 次提交
  18. 08 10月, 2015 1 次提交
  19. 24 9月, 2015 1 次提交
    • M
      drm/amdgpu: sync ce and me with SWITCH_BUFFER(2) · 5c3422b0
      monk.liu 提交于
      we used to adopt wait_reg_mem to let CE wait before DE finish page
      updating, but from Tonga+, CE doesn't support wait_reg_mem package so
      this logic no longer works.
      
      so here is another approach to do same thing:
      Insert two of SWITCH_BUFFER at both front and end of vm_flush can
      guarantee that CE not go further to process IB_const before vm_flush
      done.
      
      Insert two of SWITCH_BUFFER also works on CI, so remove legency method
      to sync CE and ME
      
      v2:
      Insert double SWITCH_BUFFER at front of vm flush as well.
      Signed-off-by: Nmonk.liu <monk.liu@amd.com>
      Reviewed-by: NChristian König <christian.koenig@amd.com>
      5c3422b0