1. 27 Jan, 2017 7 commits
  2. 12 Jan, 2017 1 commit
  3. 25 Oct, 2016 1 commit
    • Baoyou Xie's avatar
      drm/amd/powerplay: mark symbols static where possible · f8a4c11b
      Baoyou Xie authored
      
      We get a few warnings when building kernel with W=1:
      drivers/gpu/drm/amd/amdgpu/../powerplay/smumgr/fiji_smumgr.c:162:5: warning: no previous prototype for 'fiji_setup_pwr_virus' [-Wmissing-prototypes]
      drivers/gpu/drm/amd/amdgpu/../powerplay/smumgr/fiji_smc.c:2052:5: warning: no previous prototype for 'fiji_program_mem_timing_parameters' [-Wmissing-prototypes]
      drivers/gpu/drm/amd/amdgpu/../powerplay/smumgr/polaris10_smumgr.c:175:5: warning: no previous prototype for 'polaris10_avfs_event_mgr' [-Wmissing-prototypes]
      drivers/gpu/drm/amd/amdgpu/../powerplay/hwmgr/cz_hwmgr.c:69:10: warning: no previous prototype for 'cz_get_eclk_level' [-Wmissing-prototypes]
      drivers/gpu/drm/amd/amdgpu/../powerplay/hwmgr/smu7_hwmgr.c:92:26: warning: no previous prototype for 'cast_phw_smu7_power_state' [-Wmissing-prototypes]
      ....
      
      In fact, these functions are only used in the file in which they are
      declared and don't need a declaration, but can be made static.
      So this patch marks these functions with 'static'.
      Acked-by: default avatarChristian König <christian.koenig@amd.com>
      Signed-off-by: default avatarBaoyou Xie <baoyou.xie@linaro.org>
      Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
      f8a4c11b
  4. 14 Oct, 2016 1 commit
  5. 22 Sep, 2016 1 commit
  6. 19 Sep, 2016 1 commit
  7. 23 Aug, 2016 1 commit
  8. 22 Aug, 2016 1 commit
  9. 08 Aug, 2016 1 commit
  10. 29 Jul, 2016 1 commit
  11. 07 Jul, 2016 1 commit
  12. 05 May, 2016 2 commits
  13. 16 Mar, 2016 1 commit
  14. 05 Mar, 2016 1 commit
  15. 10 Feb, 2016 7 commits
  16. 08 Feb, 2016 3 commits
  17. 08 Jan, 2016 3 commits
  18. 21 Dec, 2015 6 commits