1. 18 5月, 2020 1 次提交
  2. 24 4月, 2020 1 次提交
  3. 14 4月, 2020 2 次提交
  4. 02 4月, 2020 3 次提交
  5. 23 1月, 2020 1 次提交
  6. 12 12月, 2019 1 次提交
    • Y
      drm/amd/powerplay: enable pp one vf mode for vega10 · c9ffa427
      Yintian Tao 提交于
      Originally, due to the restriction from PSP and SMU, VF has
      to send message to hypervisor driver to handle powerplay
      change which is complicated and redundant. Currently, SMU
      and PSP can support VF to directly handle powerplay
      change by itself. Therefore, the old code about the handshake
      between VF and PF to handle powerplay will be removed and VF
      will use new the registers below to handshake with SMU.
      mmMP1_SMN_C2PMSG_101: register to handle SMU message
      mmMP1_SMN_C2PMSG_102: register to handle SMU parameter
      mmMP1_SMN_C2PMSG_103: register to handle SMU response
      
      v2: remove module parameter pp_one_vf
      v3: fix the parens
      v4: forbid vf to change smu feature
      v5: use hwmon_attributes_visible to skip sepicified hwmon atrribute
      v6: change skip condition at vega10_copy_table_to_smc
      Signed-off-by: NYintian Tao <yttao@amd.com>
      Acked-by: NEvan Quan <evan.quan@amd.com>
      Reviewed-by: NKenneth Feng <kenneth.feng@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      c9ffa427
  7. 02 8月, 2019 1 次提交
  8. 17 7月, 2019 1 次提交
  9. 11 6月, 2019 1 次提交
  10. 25 5月, 2019 1 次提交
  11. 20 4月, 2019 1 次提交
  12. 11 4月, 2019 1 次提交
  13. 20 11月, 2018 1 次提交
  14. 06 11月, 2018 5 次提交
  15. 11 9月, 2018 1 次提交
  16. 28 8月, 2018 1 次提交
  17. 08 3月, 2018 1 次提交
  18. 02 3月, 2018 1 次提交
    • M
      drm/amdgpu: try again kiq access if not in IRQ(v4) · a22144a5
      Monk Liu 提交于
      sometimes GPU is switched to other VFs and won't swich
      back soon, so the kiq reg access will not signal within
      a short period, instead of busy waiting a long time(MAX_KEQ_REG_WAIT)
      and returning TMO we can istead sleep 5ms and try again
      later (non irq context)
      
      And since the waiting in kiq_r/weg is busy wait, so MAX_KIQ_REG_WAIT
      shouldn't set to a long time, set it to 10ms is more appropriate.
      
      if gpu already in reset state, don't retry the KIQ reg access
      otherwise it would always hang because KIQ was already die usually.
      
      v2:
      replace schedule() with msleep() for the wait
      
      v3:
      use while loop for the wait repeating
      use macros for the sleep period
      more description for it
      
      v4:
      drop unused variable
      Signed-off-by: NMonk Liu <Monk.Liu@amd.com>
      Reviewed-by: Christian König <christian.koenig@amd.com
      Reviewed-by: NPixel Ding <Pixel.Ding@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      a22144a5
  19. 20 2月, 2018 1 次提交
  20. 07 12月, 2017 2 次提交
  21. 05 12月, 2017 4 次提交
  22. 09 11月, 2017 1 次提交
  23. 03 11月, 2017 1 次提交
  24. 20 10月, 2017 2 次提交
  25. 18 8月, 2017 2 次提交
  26. 25 5月, 2017 2 次提交