1. 30 3月, 2017 1 次提交
    • E
      drm/amd/amdgpu: add power profile sysfs entry · 34bb2734
      Eric Huang 提交于
      Add the sysfs entries pp_gfx_power_profile and
      pp_compute_power_profile which give user a way to set
      power profile through parameters minimum sclk, minimum mclk,
      activity threshold, up hysteresis and down hysteresis only
      when the entry power_dpm_force_performance_level is in
      default value "auto". It is read and write. Example:
      
      echo 500 800 20 0 5 > /sys/class/drm/card0/device/pp_*_power_profile
      
      cat /sys/class/drm/card0/device/pp_*_power_profile
      500 800 20 0 5
      
      Note: first parameter is sclk in MHz, second is mclk in MHz,
      third is activity threshold in percentage, fourth is up hysteresis
      in ms and fifth is down hysteresis in ms.
      
      echo set > /sys/class/drm/card0/device/pp_*_power_profile
      To set power profile state if it exists.
      
      echo reset > /sys/class/drm/card0/device/pp_*_power_profile
      To restore default state and clear previous setting.
      Signed-off-by: NEric Huang <JinHuiEric.Huang@amd.com>
      Acked-by: NRex Zhu <Rex.Zhu@amd.com>
      Acked-by: NAlex Deucher <alexander.deucher@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      34bb2734
  2. 11 2月, 2017 1 次提交
  3. 09 2月, 2017 1 次提交
  4. 28 1月, 2017 7 次提交
  5. 11 11月, 2016 1 次提交
  6. 26 10月, 2016 2 次提交
  7. 22 9月, 2016 1 次提交
  8. 08 8月, 2016 2 次提交
  9. 01 8月, 2016 1 次提交
  10. 08 7月, 2016 5 次提交
  11. 18 6月, 2016 1 次提交
  12. 05 5月, 2016 2 次提交
  13. 03 3月, 2016 1 次提交
  14. 23 2月, 2016 3 次提交
  15. 11 2月, 2016 2 次提交
  16. 14 1月, 2016 1 次提交
  17. 09 1月, 2016 1 次提交
  18. 22 12月, 2015 4 次提交
  19. 23 10月, 2015 1 次提交
  20. 20 10月, 2015 1 次提交
  21. 18 8月, 2015 1 次提交