1. 27 9月, 2017 12 次提交
  2. 19 9月, 2017 1 次提交
  3. 01 9月, 2017 1 次提交
  4. 30 8月, 2017 4 次提交
  5. 18 8月, 2017 1 次提交
  6. 16 8月, 2017 5 次提交
  7. 26 7月, 2017 1 次提交
  8. 14 7月, 2017 13 次提交
  9. 01 7月, 2017 1 次提交
  10. 30 6月, 2017 1 次提交
    • A
      drm/amdgpu: fix typo in amdgpu_debugfs_test_ib_init · 27bad5b9
      Arnd Bergmann 提交于
      The debugfs interface has calls a function that was evidently
      defined under the wrong name in some configurations:
      
      drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:64:12: error: 'amdgpu_debugfs_test_ib_ring_init' used but never defined [-Werror]
      drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:3803:12: error: 'amdgpu_debugfs_test_ib_init' defined but not used [-Werror=unused-function]
      
      This fixes the function name.
      
      Fixes: 4f0955fc ("drm/amdgpu: export test ib debugfs interface")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      27bad5b9