1. 02 4月, 2020 1 次提交
    • M
      drm/amdgpu: cleanup all virtualization detection routine · 3aa0115d
      Monk Liu 提交于
      we need to move virt detection much earlier because:
      1) HW team confirms us that RCC_IOV_FUNC_IDENTIFIER will always
      be at DE5 (dw) mmio offset from vega10, this way there is no
      need to implement detect_hw_virt() routine in each nbio/chip file.
      for VI SRIOV chip (tonga & fiji), the BIF_IOV_FUNC_IDENTIFIER is at
      0x1503
      
      2) we need to acknowledged we are SRIOV VF before we do IP discovery because
      the IP discovery content will be updated by host everytime after it recieved
      a new coming "REQ_GPU_INIT_DATA" request from guest (there will be patches
      for this new handshake soon).
      Signed-off-by: NMonk Liu <Monk.Liu@amd.com>
      Reviewed-by: NEmily Deng <Emily.Deng@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      3aa0115d
  2. 19 2月, 2020 1 次提交
  3. 08 1月, 2020 1 次提交
  4. 19 12月, 2019 1 次提交
  5. 06 12月, 2019 3 次提交
  6. 16 10月, 2019 1 次提交
  7. 16 9月, 2019 4 次提交
  8. 14 9月, 2019 7 次提交
  9. 19 7月, 2019 4 次提交
  10. 25 5月, 2019 1 次提交
    • O
      drm/amdgpu: Remap hdp coherency registers · 88807dc8
      Oak Zeng 提交于
      Remap HDP_MEM_COHERENCY_FLUSH_CNTL and HDP_REG_COHERENCY_FLUSH_CNTL
      to an empty page in mmio space. We will later map this page to process
      space so application can flush hdp. This can't be done properly at
      those registers' original location because it will expose more than
      desired registers to process space.
      
      v2: Use explicit register hole location
      v3: Moved remapped hdp registers into adev struct
      v4: Use more generic name for remapped page
          Expose register offset in kfd_ioctl.h
      v5: Move hdp register remap function to nbio ip function
      v6: Fixed operator precedence issue and other bugs
      Signed-off-by: NOak Zeng <Oak.Zeng@amd.com>
      Reviewed-by: NFelix Kuehling <Felix.Kuehling@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      88807dc8
  11. 14 2月, 2019 1 次提交
  12. 01 2月, 2019 1 次提交
  13. 26 1月, 2019 1 次提交
  14. 15 1月, 2019 1 次提交
  15. 21 12月, 2018 1 次提交
  16. 20 9月, 2018 1 次提交
  17. 28 8月, 2018 3 次提交
  18. 17 5月, 2018 1 次提交
  19. 27 2月, 2018 1 次提交
  20. 20 2月, 2018 1 次提交
  21. 14 12月, 2017 2 次提交
  22. 13 12月, 2017 1 次提交
  23. 09 12月, 2017 1 次提交