1. 12 2月, 2020 1 次提交
  2. 31 1月, 2020 1 次提交
  3. 28 1月, 2020 1 次提交
  4. 23 1月, 2020 7 次提交
  5. 17 1月, 2020 4 次提交
  6. 14 1月, 2020 3 次提交
  7. 08 1月, 2020 1 次提交
  8. 29 12月, 2019 1 次提交
  9. 24 12月, 2019 3 次提交
  10. 19 12月, 2019 1 次提交
  11. 06 12月, 2019 1 次提交
  12. 04 12月, 2019 1 次提交
    • M
      drm/amdgpu: fix calltrace during kmd unload(v3) · 747d4f71
      Monk Liu 提交于
      issue:
      kernel would report a warning from a double unpin
      during the driver unloading on the CSB bo
      
      why:
      we unpin it during hw_fini, and there will be another
      unpin in sw_fini on CSB bo.
      
      fix:
      actually we don't need to pin/unpin it during
      hw_init/fini since it is created with kernel pinned,
      we only need to fullfill the CSB again during hw_init
      to prevent CSB/VRAM lost after S3
      
      v2:
      get_csb in init_rlc so hw_init() will make CSIB content
      back even after reset or s3
      
      v3:
      use bo_create_kernel instead of bo_create_reserved for CSB
      otherwise the bo_free_kernel() on CSB is not aligned and
      would lead to its internal reserve pending there forever
      
      take care of gfx7/8 as well
      Signed-off-by: NMonk Liu <Monk.Liu@amd.com>
      Reviewed-by: NHawking Zhang <Hawking.Zhang@amd.com>
      Reviewed-by: NXiaojie Yuan <xiaojie.yuan@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      747d4f71
  13. 03 12月, 2019 3 次提交
  14. 27 11月, 2019 1 次提交
  15. 23 11月, 2019 4 次提交
  16. 21 11月, 2019 1 次提交
  17. 19 11月, 2019 1 次提交
  18. 09 11月, 2019 1 次提交
  19. 07 11月, 2019 4 次提交