An error occurred fetching the project authors.
  1. 14 Mar, 2018 2 commits
  2. 27 Feb, 2018 4 commits
  3. 19 Feb, 2018 2 commits
  4. 28 Dec, 2017 2 commits
  5. 27 Dec, 2017 1 commit
  6. 15 Dec, 2017 1 commit
  7. 06 Dec, 2017 6 commits
  8. 17 Aug, 2017 1 commit
  9. 25 Jul, 2017 1 commit
  10. 16 May, 2017 1 commit
  11. 05 Apr, 2017 1 commit
  12. 30 Mar, 2017 1 commit
  13. 16 Feb, 2017 1 commit
    • Nicolai Hähnle's avatar
      drm/ttm: make TTM_MAX_BO_PRIORITY unsigned · 5187b6cd
      Nicolai Hähnle authored
      Fix a warning about different types in min() macro in amdgpu:
      
      In file included from ./include/linux/list.h:8:0,
                       from drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:32:
      drivers/gpu/drm/amd/amdgpu/amdgpu_object.c: In function ‘amdgpu_bo_create_restricted’:
      ./include/linux/kernel.h:739:16: warning: comparison of distinct pointer types lacks a cast
        (void) (&min1 == &min2);   \
                      ^
      ./include/linux/kernel.h:742:2: note: in expansion of macro ‘__min’
        __min(typeof(x), typeof(y),   \
        ^~~~~
      drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:434:21: note: in expansion of macro ‘min’
        bo->tbo.priority = min(bo->tbo.priority, TTM_MAX_BO_PRIORITY - 1);
                           ^~~
      Signed-off-by: default avatarNicolai Hähnle <nicolai.haehnle@amd.com>
      Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
      Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
      5187b6cd
  14. 27 Jan, 2017 4 commits
  15. 14 Jan, 2017 1 commit
    • Peter Zijlstra's avatar
      locking/atomic, kref: Add kref_read() · 2c935bc5
      Peter Zijlstra authored
      Since we need to change the implementation, stop exposing internals.
      
      Provide kref_read() to read the current reference count; typically
      used for debug messages.
      
      Kills two anti-patterns:
      
      	atomic_read(&kref->refcount)
      	kref->refcount.counter
      Signed-off-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Linus Torvalds <torvalds@linux-foundation.org>
      Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
      Cc: Peter Zijlstra <peterz@infradead.org>
      Cc: Thomas Gleixner <tglx@linutronix.de>
      Cc: linux-kernel@vger.kernel.org
      Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
      2c935bc5
  16. 25 Oct, 2016 3 commits
  17. 16 Sep, 2016 1 commit
  18. 08 Aug, 2016 3 commits
  19. 05 Aug, 2016 1 commit
  20. 29 Jul, 2016 1 commit
  21. 07 Jul, 2016 2 commits