1. 19 9月, 2017 1 次提交
  2. 13 9月, 2017 1 次提交
  3. 11 5月, 2017 1 次提交
  4. 30 3月, 2017 8 次提交
  5. 11 2月, 2017 1 次提交
  6. 09 2月, 2017 1 次提交
  7. 28 1月, 2017 7 次提交
  8. 11 11月, 2016 1 次提交
  9. 26 10月, 2016 2 次提交
  10. 22 9月, 2016 1 次提交
  11. 08 8月, 2016 2 次提交
  12. 01 8月, 2016 1 次提交
  13. 08 7月, 2016 5 次提交
  14. 18 6月, 2016 1 次提交
  15. 05 5月, 2016 2 次提交
  16. 03 3月, 2016 1 次提交
  17. 23 2月, 2016 3 次提交
  18. 11 2月, 2016 1 次提交
    • E
      drm/amd/powerplay: add some sysfs interfaces for powerplay. · f3898ea1
      Eric Huang 提交于
      The new sysfs interfaces:
      pp_num_states: Read-only, return the number of all pp states, 0 if powerplay is not available.
      pp_cur_state: Read-only, return the index number of current pp state.
      pp_force_state: Read-write, to write a power state index will switch to selected state forcedly and
      		enable forced state mode, disable forced state mode. such as "echo >...".
      pp_table: Read-write, binary output, to be used to read or write the dpm table, the maximum
      		file size is 4KB of page size.
      pp_dpm_sclk: Read-write, reading will return a dpm levels list, to write an index number will force
      		powerplay to set the corresponding dpm level.
      pp_dpm_mclk: same as sclk.
      pp_dpm_pcie: same as sclk.
      
      And add new setting "manual" to the existing interface power_dpm_force_performance_level.
      Reviewed-by: NAlex Deucher <alexander.deucher@amd.com>
      Signed-off-by: NEric Huang <JinHuiEric.Huang@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      f3898ea1