1. 26 10月, 2016 10 次提交
  2. 14 10月, 2016 2 次提交
  3. 13 10月, 2016 2 次提交
  4. 07 10月, 2016 1 次提交
  5. 28 9月, 2016 1 次提交
  6. 22 9月, 2016 2 次提交
    • B
      drm/amdgpu: mark symbols static where possible · 4d446656
      Baoyou Xie 提交于
      We get 7 warnings when building kernel with W=1:
      drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1990:5: warning: no previous prototype for 'amdgpu_pre_soft_reset' [-Wmissing-prototypes]
      drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c:1548:5: warning: no previous prototype for 'amdgpu_connector_virtual_dpms' [-Wmissing-prototypes]
      drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c:1560:5: warning: no previous prototype for 'amdgpu_connector_virtual_set_property' [-Wmissing-prototypes]
      drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c:330:5: warning: no previous prototype for 'amdgpu_cs_list_validate' [-Wmissing-prototypes]
      drivers/gpu/drm/amd/amdgpu/dce_virtual.c:98:6: warning: no previous prototype for 'dce_virtual_stop_mc_access' [-Wmissing-prototypes]
      drivers/gpu/drm/amd/amdgpu/dce_virtual.c:130:6: warning: no previous prototype for 'dce_virtual_resume_mc_access' [-Wmissing-prototypes]
      drivers/gpu/drm/amd/amdgpu/dce_virtual.c:136:6: warning: no previous prototype for 'dce_virtual_set_vga_render_state' [-Wmissing-prototypes]
      
      In fact, all of the 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 both functions with 'static'.
      Reviewed-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>
      4d446656
    • M
      bec86378
  7. 20 9月, 2016 4 次提交
  8. 17 9月, 2016 1 次提交
  9. 13 9月, 2016 1 次提交
  10. 02 9月, 2016 1 次提交
  11. 01 9月, 2016 6 次提交
  12. 31 8月, 2016 2 次提交
  13. 25 8月, 2016 1 次提交
  14. 23 8月, 2016 2 次提交
  15. 20 8月, 2016 1 次提交
  16. 18 8月, 2016 1 次提交
  17. 16 8月, 2016 1 次提交
  18. 11 8月, 2016 1 次提交