1. 20 3月, 2019 2 次提交
  2. 04 2月, 2019 1 次提交
  3. 26 1月, 2019 1 次提交
  4. 06 11月, 2018 7 次提交
  5. 28 8月, 2018 1 次提交
  6. 15 3月, 2018 3 次提交
  7. 27 2月, 2018 4 次提交
  8. 20 2月, 2018 2 次提交
  9. 28 12月, 2017 3 次提交
  10. 16 12月, 2017 1 次提交
  11. 07 12月, 2017 6 次提交
  12. 18 8月, 2017 1 次提交
  13. 26 7月, 2017 1 次提交
  14. 16 5月, 2017 1 次提交
  15. 05 4月, 2017 1 次提交
  16. 30 3月, 2017 1 次提交
  17. 17 2月, 2017 1 次提交
    • N
      drm/ttm: make TTM_MAX_BO_PRIORITY unsigned · 5187b6cd
      Nicolai Hähnle 提交于
      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: NNicolai Hähnle <nicolai.haehnle@amd.com>
      Reviewed-by: NChristian König <christian.koenig@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      5187b6cd
  18. 28 1月, 2017 3 次提交