1. 02 8月, 2019 4 次提交
  2. 31 7月, 2019 12 次提交
  3. 23 7月, 2019 2 次提交
  4. 19 7月, 2019 6 次提交
  5. 18 7月, 2019 1 次提交
  6. 17 7月, 2019 4 次提交
  7. 12 7月, 2019 2 次提交
  8. 06 7月, 2019 1 次提交
  9. 28 6月, 2019 1 次提交
  10. 26 6月, 2019 2 次提交
  11. 24 6月, 2019 1 次提交
    • H
      drm/amdgpu: fix modprobe failure for uvd_4/5/6 · 73c86d62
      Hawking Zhang 提交于
      For uvd_4/5/6, amdgpu driver will only power on them when
      there are jobs assigned to decode/enc rings.uvd_4/5/6 dpm was broken
      since amdgpu_dpm_set_powergating_by_smu only covers gfx block.
      
      The change would add more IP block support in amdgpu_dpm_set_powergating_by_smu
      For GFX/UVD/VCN/VCE, if the new SMU driver is supported, invoke new
      power gate helper function smu_dpm_set_power_gate, otherwise, fallback to
      legacy powerplay helper function pp_set_powergating_by_smu. For other IP blocks
      always invoke legacy powerplay helper function.
      Signed-off-by: NHawking Zhang <Hawking.Zhang@amd.com>
      Reviewed-by: NTianci Yin <tianci.yin@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      73c86d62
  12. 22 6月, 2019 4 次提交