1. 05 12月, 2017 2 次提交
  2. 01 11月, 2017 1 次提交
  3. 10 10月, 2017 1 次提交
  4. 27 9月, 2017 1 次提交
  5. 14 9月, 2017 1 次提交
  6. 30 8月, 2017 2 次提交
  7. 24 8月, 2017 1 次提交
  8. 18 8月, 2017 2 次提交
  9. 16 8月, 2017 5 次提交
  10. 26 7月, 2017 1 次提交
  11. 14 7月, 2017 6 次提交
  12. 25 5月, 2017 1 次提交
  13. 29 4月, 2017 2 次提交
  14. 08 4月, 2017 1 次提交
  15. 07 4月, 2017 1 次提交
  16. 05 4月, 2017 1 次提交
  17. 30 3月, 2017 4 次提交
  18. 10 2月, 2017 2 次提交
  19. 09 2月, 2017 1 次提交
    • A
      drm/amdgpu: shut up #warning for compile testing · 31bb90f1
      Arnd Bergmann 提交于
      My randconfig tests on linux-next showed a newly introduced warning:
      
      drivers/gpu/drm/amd/amdgpu/amdgpu_object.c: In function 'amdgpu_bo_create_restricted':
      drivers/gpu/drm/amd/amdgpu/amdgpu_object.c:377:2: error: #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance thanks to write-combining [-Werror=cpp]
      
      Generally speaking, warnings about bad kernel configuration are not particularly
      helpful. We could enforce the selection of X86_PAT through Kconfig, so the driver
      cannot even be used unless it is enabled, or we could just rely on the runtime
      warning that is also there.
      
      In this version, I'm making the warning conditional on CONFIG_COMPILE_TEST, which
      shuts it up for me, but not people that may actually want to run the kernel
      as a compromize.
      
      Fixes: a2e2f299 ("drm/amdgpu: Bring bo creation in line with radeon driver (v2)")
      Reviewed-by: NMichel Dänzer <michel.daenzer@amd.com>
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      31bb90f1
  20. 28 1月, 2017 4 次提交