1. 08 2月, 2022 9 次提交
  2. 28 1月, 2022 2 次提交
  3. 20 1月, 2022 1 次提交
  4. 18 11月, 2021 7 次提交
  5. 29 10月, 2021 2 次提交
  6. 14 10月, 2021 3 次提交
  7. 03 8月, 2021 4 次提交
  8. 29 7月, 2021 3 次提交
  9. 13 7月, 2021 6 次提交
  10. 16 6月, 2021 1 次提交
    • F
      drm/amdkfd: Disable SVM per GPU, not per process · 5a75ea56
      Felix Kuehling 提交于
      When some GPUs don't support SVM, don't disabe it for the entire process.
      That would be inconsistent with the information the process got from the
      topology, which indicates SVM support per GPU.
      
      Instead disable SVM support only for the unsupported GPUs. This is done
      by checking any per-device attributes against the bitmap of supported
      GPUs. Also use the supported GPU bitmap to initialize access bitmaps for
      new SVM address ranges.
      
      Don't handle recoverable page faults from unsupported GPUs. (I don't
      think there will be unsupported GPUs that can generate recoverable page
      faults. But better safe than sorry.)
      Signed-off-by: NFelix Kuehling <Felix.Kuehling@amd.com>
      Reviewed-by: NPhilip Yang <philip.yang@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      5a75ea56
  11. 12 6月, 2021 1 次提交
  12. 05 6月, 2021 1 次提交