1. 12 4月, 2018 1 次提交
  2. 21 3月, 2018 1 次提交
  3. 20 3月, 2018 1 次提交
  4. 15 3月, 2018 2 次提交
  5. 07 3月, 2018 1 次提交
  6. 06 3月, 2018 1 次提交
  7. 27 2月, 2018 1 次提交
  8. 20 2月, 2018 7 次提交
  9. 20 12月, 2017 1 次提交
  10. 20 10月, 2017 2 次提交
  11. 30 9月, 2017 2 次提交
  12. 29 9月, 2017 1 次提交
  13. 27 9月, 2017 6 次提交
  14. 14 7月, 2017 2 次提交
  15. 30 3月, 2017 1 次提交
  16. 28 1月, 2017 4 次提交
  17. 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
  18. 20 9月, 2016 2 次提交
  19. 15 9月, 2016 1 次提交
  20. 08 8月, 2016 1 次提交
  21. 21 6月, 2016 1 次提交