1. 07 11月, 2019 1 次提交
  2. 31 8月, 2019 1 次提交
  3. 30 8月, 2019 2 次提交
  4. 16 8月, 2019 1 次提交
  5. 13 8月, 2019 2 次提交
  6. 10 8月, 2019 2 次提交
  7. 07 8月, 2019 2 次提交
  8. 02 8月, 2019 6 次提交
  9. 01 8月, 2019 1 次提交
  10. 31 7月, 2019 1 次提交
  11. 19 7月, 2019 7 次提交
  12. 10 7月, 2019 2 次提交
  13. 09 7月, 2019 1 次提交
    • A
      amdgpu: make pmu support optional · d155bef0
      Arnd Bergmann 提交于
      When CONFIG_PERF_EVENTS is disabled, we cannot compile the pmu
      portion of the amdgpu driver:
      
      drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c:48:38: error: no member named 'hw' in 'struct perf_event'
              struct hw_perf_event *hwc = &event->hw;
                                           ~~~~~  ^
      drivers/gpu/drm/amd/amdgpu/amdgpu_pmu.c:51:13: error: no member named 'attr' in 'struct perf_event'
              if (event->attr.type != event->pmu->type)
                  ~~~~~  ^
      ...
      
      Use conditional compilation for this file.
      
      Fixes: 9c7c85f7 ("drm/amdgpu: add pmu counters")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      d155bef0
  14. 06 7月, 2019 1 次提交
  15. 02 7月, 2019 2 次提交
  16. 22 6月, 2019 7 次提交
  17. 21 6月, 2019 1 次提交