1. 26 10月, 2016 1 次提交
    • B
      drm/radeon: add missing header dependencies · 297b1286
      Baoyou Xie 提交于
      We get a few warnings when building kernel with W=1:
      drivers/gpu/drm/radeon/radeon_clocks.c:35:10: warning: no previous prototype for 'radeon_legacy_get_engine_clock' [-Wmissing-prototypes]
      drivers/gpu/drm/radeon/atombios_encoders.c:75:1: warning: no previous prototype for 'atombios_get_backlight_level' [-Wmissing-prototypes]
      drivers/gpu/drm/radeon/r600_cs.c:2268:5: warning: no previous prototype for 'r600_cs_parse' [-Wmissing-prototypes]
      drivers/gpu/drm/radeon/evergreen_cs.c:2671:5: warning: no previous prototype for 'evergreen_cs_parse' [-Wmissing-prototypes]
      ....
      
      In fact, these functions are declared
      in drivers/gpu/drm/radeon/radeon_asic.h,
      so this patch adds missing header dependencies.
      Reviewed-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>
      297b1286
  2. 28 7月, 2016 1 次提交
  3. 17 3月, 2016 1 次提交
  4. 28 1月, 2016 2 次提交
  5. 22 12月, 2015 1 次提交
  6. 19 12月, 2015 1 次提交
  7. 20 3月, 2015 1 次提交
  8. 13 2月, 2015 1 次提交
  9. 13 11月, 2014 3 次提交
  10. 01 10月, 2014 1 次提交
  11. 10 9月, 2014 1 次提交
  12. 09 9月, 2014 1 次提交
  13. 05 8月, 2014 3 次提交
  14. 01 7月, 2014 1 次提交
  15. 30 1月, 2014 1 次提交
  16. 21 1月, 2014 2 次提交
  17. 20 1月, 2014 1 次提交
  18. 08 1月, 2014 2 次提交
  19. 03 12月, 2013 1 次提交
  20. 21 9月, 2013 1 次提交
  21. 31 8月, 2013 7 次提交
  22. 30 7月, 2013 1 次提交
  23. 18 7月, 2013 4 次提交
  24. 06 7月, 2013 1 次提交