1. 11 8月, 2022 1 次提交
  2. 15 6月, 2022 1 次提交
  3. 14 12月, 2021 1 次提交
    • I
      drm/amd/display: fix function scopes · 240e6d25
      Isabella Basso 提交于
      This turns previously global functions into static, thus removing
      compile-time warnings such as:
      
       warning: no previous prototype for 'get_highest_allowed_voltage_level'
       [-Wmissing-prototypes]
       742 | unsigned int get_highest_allowed_voltage_level(uint32_t chip_family, uint32_t hw_internal_rev, uint32_t pci_revision_id)
           |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       warning: no previous prototype for 'rv1_vbios_smu_send_msg_with_param'
       [-Wmissing-prototypes]
       102 | int rv1_vbios_smu_send_msg_with_param(struct clk_mgr_internal *clk_mgr, unsigned int msg_id, unsigned int param)
           |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      
      Changes since v1:
      - As suggested by Rodrigo Siqueira:
        1. Rewrite function signatures to make them more readable.
        2. Get rid of unused functions in order to remove 'defined but not
           used' warnings.
      Reviewed-by: NRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
      Signed-off-by: NIsabella Basso <isabbasso@riseup.net>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      240e6d25
  4. 28 9月, 2021 1 次提交
  5. 22 7月, 2021 1 次提交
  6. 09 6月, 2021 1 次提交
  7. 05 6月, 2021 1 次提交
  8. 10 4月, 2021 1 次提交
  9. 14 1月, 2021 1 次提交
  10. 16 12月, 2020 2 次提交
  11. 05 11月, 2020 1 次提交
  12. 10 10月, 2020 1 次提交
  13. 06 10月, 2020 1 次提交
  14. 01 7月, 2020 2 次提交
  15. 09 4月, 2020 1 次提交
  16. 01 4月, 2020 1 次提交
  17. 10 3月, 2020 1 次提交
  18. 05 3月, 2020 1 次提交
  19. 17 1月, 2020 1 次提交
  20. 14 11月, 2019 3 次提交
  21. 11 10月, 2019 1 次提交
  22. 24 8月, 2019 2 次提交
  23. 15 8月, 2019 2 次提交
  24. 22 6月, 2019 2 次提交
  25. 31 5月, 2019 1 次提交
  26. 25 5月, 2019 3 次提交
  27. 20 2月, 2019 1 次提交
  28. 07 2月, 2019 4 次提交