1. 11 3月, 2020 1 次提交
  2. 05 3月, 2020 1 次提交
  3. 13 2月, 2020 2 次提交
  4. 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
  5. 23 11月, 2019 1 次提交
  6. 21 11月, 2019 1 次提交
  7. 20 11月, 2019 3 次提交
  8. 19 11月, 2019 3 次提交
  9. 14 11月, 2019 1 次提交
  10. 07 11月, 2019 2 次提交
  11. 16 10月, 2019 1 次提交
  12. 12 10月, 2019 1 次提交
  13. 03 10月, 2019 3 次提交
  14. 18 9月, 2019 1 次提交
  15. 16 9月, 2019 1 次提交
  16. 14 9月, 2019 2 次提交
  17. 06 8月, 2019 1 次提交
  18. 19 7月, 2019 3 次提交
  19. 02 7月, 2019 1 次提交
  20. 22 6月, 2019 1 次提交
  21. 21 6月, 2019 1 次提交
  22. 11 6月, 2019 1 次提交
  23. 06 6月, 2019 1 次提交
    • A
      drm/amdgpu: fix a race in GPU reset with IB test (v2) · beff74bc
      Alex Deucher 提交于
      Split late_init into two functions, one (do_late_init) which
      just does the hw init, and late_init which calls do_late_init
      and schedules the IB test work.  Call do_late_init in
      the GPU reset code to run the init code, but not schedule
      the IB test code.  The IB test code is called directly
      in the gpu reset code so no need to run the IB tests
      in a separate work thread.  If we do, we end up racing.
      
      v2: Rework late_init.  Pull out the mgpu fan boost and xgmi
      pstate code into late_init so they get called in all cases.
      rename the late_init worker thread to delayed work since it's
      just the IB tests now which can happen later.  Schedule the
      work at init and resume time.  It's not needed at reset time
      because the IB tests are called directly.
      Reviewed-by: NChristian König <christian.koenig@amd.com>
      Cc: Xinhui Pan <xinhui.pan@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      beff74bc
  24. 25 5月, 2019 1 次提交
  25. 11 4月, 2019 1 次提交
  26. 20 3月, 2019 3 次提交
  27. 20 2月, 2019 1 次提交