1. 12 5月, 2016 6 次提交
  2. 05 5月, 2016 4 次提交
  3. 17 3月, 2016 2 次提交
  4. 09 3月, 2016 3 次提交
  5. 03 3月, 2016 2 次提交
  6. 01 3月, 2016 1 次提交
  7. 26 2月, 2016 1 次提交
  8. 13 2月, 2016 9 次提交
  9. 11 2月, 2016 8 次提交
  10. 08 2月, 2016 1 次提交
  11. 03 2月, 2016 1 次提交
  12. 21 10月, 2015 1 次提交
  13. 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