1. 28 1月, 2017 4 次提交
  2. 13 1月, 2017 1 次提交
  3. 26 10月, 2016 1 次提交
    • B
      drm/amd/powerplay: mark symbols static where possible · f8a4c11b
      Baoyou Xie 提交于
      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: NChristian König <christian.koenig@amd.com>
      Signed-off-by: NBaoyou Xie <baoyou.xie@linaro.org>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      f8a4c11b
  4. 14 10月, 2016 1 次提交
  5. 22 9月, 2016 1 次提交
  6. 20 9月, 2016 1 次提交
  7. 24 8月, 2016 1 次提交
  8. 23 8月, 2016 1 次提交
  9. 08 8月, 2016 1 次提交
  10. 30 7月, 2016 1 次提交
  11. 08 7月, 2016 1 次提交
  12. 05 5月, 2016 2 次提交
  13. 17 3月, 2016 1 次提交
  14. 06 3月, 2016 1 次提交
  15. 11 2月, 2016 7 次提交
  16. 08 2月, 2016 3 次提交
  17. 09 1月, 2016 3 次提交
  18. 22 12月, 2015 9 次提交