1. 27 9月, 2017 1 次提交
  2. 19 9月, 2017 1 次提交
  3. 14 9月, 2017 2 次提交
  4. 16 8月, 2017 3 次提交
  5. 14 7月, 2017 3 次提交
  6. 30 6月, 2017 2 次提交
  7. 29 4月, 2017 2 次提交
  8. 30 3月, 2017 4 次提交
  9. 17 2月, 2017 1 次提交
  10. 09 2月, 2017 1 次提交
  11. 28 1月, 2017 3 次提交
  12. 07 1月, 2017 1 次提交
  13. 07 12月, 2016 1 次提交
  14. 29 10月, 2016 2 次提交
  15. 26 10月, 2016 6 次提交
  16. 22 9月, 2016 1 次提交
  17. 15 9月, 2016 1 次提交
    • B
      drm/amdgpu: mark symbols static where possible · 761c2e82
      Baoyou Xie 提交于
      We get a few warnings when building kernel with W=1:
      drivers/gpu/drm/amd/amdgpu/cz_smc.c:51:5: warning: no previous prototype for 'cz_send_msg_to_smc_async' [-Wmissing-prototypes]
      drivers/gpu/drm/amd/amdgpu/cz_smc.c:143:5: warning: no previous prototype for 'cz_write_smc_sram_dword' [-Wmissing-prototypes]
      drivers/gpu/drm/amd/amdgpu/iceland_smc.c:124:6: warning: no previous prototype for 'iceland_start_smc' [-Wmissing-prototypes]
      drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c:3926:6: warning: no previous prototype for 'gfx_v8_0_rlc_stop' [-Wmissing-prototypes]
      drivers/gpu/drm/amd/amdgpu/amdgpu_job.c:94:6: warning: no previous prototype for 'amdgpu_job_free_cb' [-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'.
      Reviewed-by: NChristian König <christian.koenig@amd.com>
      Acked-by: NHuang Rui <ray.huang@amd.com>
      Reviewed-by: NEdward O'Callaghan <funfunctor@folklore1984.net>
      Signed-off-by: NBaoyou Xie <baoyou.xie@linaro.org>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      761c2e82
  18. 26 8月, 2016 1 次提交
  19. 30 7月, 2016 4 次提交