1. 28 3月, 2016 1 次提交
  2. 09 3月, 2016 2 次提交
  3. 16 2月, 2016 2 次提交
  4. 13 2月, 2016 2 次提交
  5. 11 2月, 2016 8 次提交
  6. 03 2月, 2016 1 次提交
  7. 05 12月, 2015 2 次提交
  8. 03 12月, 2015 1 次提交
  9. 17 11月, 2015 1 次提交
    • A
      drm/amdgpu: fix seq_printf format string · e1b35f61
      Arnd Bergmann 提交于
      The amdgpu driver has a debugfs interface that shows the amount of
      VRAM in use, but the newly added code causes a build error on
      all 32-bit architectures:
      
      drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c:1076:17: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'long long int' [-Wformat=]
      
      This fixes the format string to use "%llu" for printing 64-bit
      numbers, which works everywhere, as long as we also cast to 'u64'.
      Unlike atomic64_t, u64 is defined as 'unsigned long long' on
      all architectures.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Fixes: a2ef8a97 ("drm/amdgpu: add vram usage into debugfs")
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      e1b35f61
  10. 05 11月, 2015 1 次提交
  11. 08 10月, 2015 1 次提交
  12. 24 9月, 2015 1 次提交
  13. 03 9月, 2015 1 次提交
  14. 27 8月, 2015 1 次提交
  15. 25 8月, 2015 2 次提交
  16. 29 6月, 2015 1 次提交
  17. 04 6月, 2015 3 次提交
  18. 07 5月, 2015 1 次提交
  19. 02 4月, 2015 1 次提交
  20. 04 12月, 2014 1 次提交
  21. 13 11月, 2014 1 次提交
  22. 03 10月, 2014 1 次提交
  23. 24 9月, 2014 1 次提交
  24. 19 9月, 2014 1 次提交
  25. 11 9月, 2014 1 次提交
  26. 02 9月, 2014 1 次提交