1. 07 10月, 2021 1 次提交
  2. 06 8月, 2021 1 次提交
    • R
      drm/amd/display: Move specific DCN2x code that uses FPU to DML · c8b3538d
      Rodrigo Siqueira 提交于
      The display core files rely on FPU, which requires to be compiled with
      special flags. Ideally, we don't want these FPU operations spread around
      the DC code; nevertheless, it happens in the current source. This commit
      introduces a new directory inside DML for centralizing shared DCN
      functions that require FPU and have been used outside DML. For
      illustrating this process of transferring FPU functions to the DML
      folder, this commit moves one of the functions
      dcn20_populate_dml_writeback_from_context) that require FPU access to a
      single shared file. Notice that this is the first part of the work, and
      it does not fix the FPU issue yet; we still need other patches for
      achieving the complete FPU isolation.
      
      Changes since V3:
      - Jun: Instead of creating a new directory to keep the FPU code, let's
      make the DML folder the only part that requires FPU access. Drop
      fpu_operation folder.
      - Christian: Fix function code style.
      
      Changes since V2:
      - Christian: Remove unnecessary wrapper.
      - lkp: Add missing prototype.
      - Only compile the FPU operations if the DCN option is enabled.
      
      Change since V1:
      - Update documentation and rebase.
      
      Cc: Harry Wentland <harry.wentland@amd.com>
      Cc: Anson Jacob <Anson.Jacob@amd.com>
      Cc: Christian König <christian.koenig@amd.com>
      Cc: Hersen Wu <hersenxs.wu@amd.com>
      Cc: Aric Cyr <aric.cyr@amd.com>
      Cc: Jun Lei <jun.lei@amd.com>
      Cc: Dmytro Laktyushkin <dmytro.laktyushkin@amd.com>
      Cc: Qingqing Zhuo <qingqing.zhuo@amd.com>
      Reported-by: Nkernel test robot <lkp@intel.com>
      Signed-off-by: NRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
      Reviewed-by: NChristian König <christian.koenig@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      c8b3538d
  3. 28 7月, 2021 2 次提交
  4. 23 7月, 2021 1 次提交
  5. 09 6月, 2021 2 次提交
  6. 11 5月, 2021 1 次提交
  7. 10 4月, 2021 2 次提交
  8. 24 3月, 2021 4 次提交
  9. 16 3月, 2021 1 次提交
  10. 11 3月, 2021 3 次提交
  11. 06 3月, 2021 2 次提交
  12. 19 2月, 2021 3 次提交
  13. 03 2月, 2021 2 次提交
  14. 21 1月, 2021 2 次提交
  15. 09 12月, 2020 1 次提交
  16. 02 12月, 2020 1 次提交
  17. 17 11月, 2020 1 次提交
  18. 11 11月, 2020 4 次提交
  19. 03 11月, 2020 1 次提交
  20. 27 10月, 2020 4 次提交
  21. 06 10月, 2020 1 次提交