1. 22 7月, 2020 6 次提交
  2. 16 7月, 2020 1 次提交
    • E
      drm/amd/powerplay: drop smu_v12_0.c unnecessary wrapper V2 · 982d68b0
      Evan Quan 提交于
      By moving the implemention to renoir_ppt.c considering
      it's really ASIC specific.
      
      V2: fix compile warnings below
      drivers/gpu/drm/amd/amdgpu/../powerplay/renoir_ppt.h:40:25: warning: array subscript is above array bounds [-Warray-bounds]
          freq = table->FClocks[dpm_level].Freq; \
      drivers/gpu/drm/amd/amdgpu/../powerplay/renoir_ppt.c:195:2: note: in expansion of macro ‘GET_DPM_CUR_FREQ’
        GET_DPM_CUR_FREQ(clk_table, clk_type, dpm_level, *freq);
        ^~~~~~~~~~~~~~~~
      drivers/gpu/drm/amd/amdgpu/../powerplay/renoir_ppt.h:46:25: warning: array subscript is above array bounds [-Warray-bounds]
          freq = table->FClocks[dpm_level].Freq;  \
      drivers/gpu/drm/amd/amdgpu/../powerplay/renoir_ppt.c:195:2: note: in expansion of macro ‘GET_DPM_CUR_FREQ’
        GET_DPM_CUR_FREQ(clk_table, clk_type, dpm_level, *freq);
      Signed-off-by: NEvan Quan <evan.quan@amd.com>
      Reviewed-by: NAlex Deucher <alexander.deucher@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      982d68b0
  3. 11 7月, 2020 4 次提交
  4. 01 7月, 2020 6 次提交
  5. 23 4月, 2020 1 次提交
  6. 02 4月, 2020 1 次提交
  7. 13 3月, 2020 1 次提交
  8. 05 3月, 2020 2 次提交
  9. 29 2月, 2020 3 次提交
  10. 08 1月, 2020 2 次提交
  11. 12 12月, 2019 2 次提交
  12. 10 12月, 2019 1 次提交
  13. 04 12月, 2019 2 次提交
  14. 20 11月, 2019 1 次提交
  15. 19 11月, 2019 1 次提交
  16. 26 10月, 2019 3 次提交
  17. 18 10月, 2019 1 次提交
  18. 03 10月, 2019 2 次提交