An error occurred fetching the project authors.
  1. 15 Aug, 2017 1 commit
  2. 04 Aug, 2017 1 commit
  3. 25 Jul, 2017 1 commit
  4. 14 Jul, 2017 2 commits
  5. 16 May, 2017 1 commit
  6. 28 Apr, 2017 1 commit
  7. 06 Apr, 2017 1 commit
  8. 30 Mar, 2017 3 commits
  9. 23 Jan, 2017 1 commit
  10. 25 Dec, 2016 1 commit
    • Thomas Gleixner's avatar
      ktime: Cleanup ktime_set() usage · 8b0e1953
      Thomas Gleixner authored
      ktime_set(S,N) was required for the timespec storage type and is still
      useful for situations where a Seconds and Nanoseconds part of a time value
      needs to be converted. For anything where the Seconds argument is 0, this
      is pointless and can be replaced with a simple assignment.
      Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
      Cc: Peter Zijlstra <peterz@infradead.org>
      8b0e1953
  11. 01 Dec, 2016 1 commit
  12. 23 Nov, 2016 1 commit
  13. 15 Nov, 2016 1 commit
  14. 25 Oct, 2016 9 commits
  15. 04 Oct, 2016 1 commit
  16. 28 Sep, 2016 1 commit
  17. 22 Sep, 2016 1 commit
    • Baoyou Xie's avatar
      drm/amdgpu: mark symbols static where possible · 4d446656
      Baoyou Xie authored
      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: 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>
      4d446656
  18. 15 Sep, 2016 1 commit
  19. 17 Aug, 2016 1 commit
  20. 10 Aug, 2016 1 commit
  21. 08 Aug, 2016 9 commits