1. 23 11月, 2019 1 次提交
  2. 26 10月, 2019 1 次提交
  3. 03 10月, 2019 5 次提交
  4. 14 9月, 2019 1 次提交
  5. 19 7月, 2019 1 次提交
  6. 22 6月, 2019 1 次提交
  7. 21 6月, 2019 7 次提交
  8. 11 6月, 2019 1 次提交
  9. 20 3月, 2019 1 次提交
  10. 29 11月, 2018 1 次提交
  11. 10 11月, 2018 1 次提交
  12. 25 10月, 2018 1 次提交
  13. 28 8月, 2018 4 次提交
  14. 30 1月, 2018 1 次提交
  15. 18 12月, 2017 1 次提交
  16. 20 10月, 2017 1 次提交
  17. 29 9月, 2017 2 次提交
  18. 27 9月, 2017 1 次提交
  19. 14 7月, 2017 1 次提交
  20. 15 6月, 2017 1 次提交
  21. 08 6月, 2017 3 次提交
  22. 28 1月, 2017 1 次提交
  23. 26 10月, 2016 1 次提交
    • B
      drm/amdgpu: change function declarations and add missing header dependencies · 356aee30
      Baoyou Xie 提交于
      We get a few warnings when building kernel with W=1:
      drivers/gpu/drm/amd/amdgpu/atombios_crtc.c:38:6: warning: no previous prototype for 'amdgpu_atombios_crtc_overscan_setup' [-Wmissing-prototypes]
      drivers/gpu/drm/amd/amdgpu/dce_v8_0.c:661:6: warning: no previous prototype for 'dce_v8_0_disable_dce' [-Wmissing-prototypes]
      drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c:40:5: warning: no previous prototype for 'amdgpu_gfx_scratch_get' [-Wmissing-prototypes]
      drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c:62:6: warning: no previous prototype for 'amdgpu_gfx_scratch_free' [-Wmissing-prototypes]
      ....
      
      In fact, these functions are declared in
      drivers/gpu/drm/amd/amdgpu/atombios_crtc.h
      drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
      drivers/gpu/drm/amd/amdgpu/dce_v8_0.h
      drivers/gpu/drm/amd/amdgpu/dce_v10_0.h
      drivers/gpu/drm/amd/amdgpu/dce_v11_0.h
      drivers/gpu/drm/amd/powerplay/inc/pp_acpi.h.
      So this patch adds missing header dependencies.
      
      By the way, this patch changes declaration of amdgpu_gfx_parse_disable_cu()
      to subject to its implement, and clean three function declarations
      in pp_acpi.h up.
      Acked-by: NEdward O'Callaghan <funfunctor@folklore1984.net>
      Acked-by: NChristian König <christian.koenig@amd.com>
      Signed-off-by: NBaoyou Xie <baoyou.xie@linaro.org>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      356aee30
  24. 08 7月, 2016 1 次提交