An error occurred fetching the project authors.
  1. 30 Dec, 2021 1 commit
  2. 01 Dec, 2021 1 commit
  3. 06 Oct, 2021 1 commit
  4. 01 Sep, 2021 3 commits
  5. 02 Mar, 2021 1 commit
  6. 22 Feb, 2021 1 commit
  7. 04 Nov, 2020 1 commit
  8. 01 Jul, 2020 1 commit
  9. 21 May, 2020 1 commit
  10. 05 May, 2020 1 commit
  11. 12 Feb, 2020 1 commit
  12. 18 Dec, 2019 1 commit
  13. 13 Nov, 2019 1 commit
    • Bhawanpreet Lakha's avatar
      drm/amd/display: Drop CONFIG_DRM_AMD_DC_DCN2_0 and DSC_SUPPORTED · 1da37801
      Bhawanpreet Lakha authored
      [Why]
      
      DCN2 and DSC are stable enough to be build by default. So drop the flags.
      
      [How]
      
      Remove them using the unifdef tool. The following commands were executed
      in sequence:
      
      $ find -name '*.c' -exec unifdef -m -DCONFIG_DRM_AMD_DC_DSC_SUPPORT -DCONFIG_DRM_AMD_DC_DCN2_0 -UCONFIG_TRIM_DRM_AMD_DC_DCN2_0 '{}' ';'
      $ find -name '*.h' -exec unifdef -m -DCONFIG_DRM_AMD_DC_DSC_SUPPORT -DCONFIG_DRM_AMD_DC_DCN2_0 -UCONFIG_TRIM_DRM_AMD_DC_DCN2_0 '{}' ';'
      
      In addition:
      
      * Remove from kconfig, and replace any dependencies with DCN1_0.
      * Remove from any makefiles.
      * Fix and cleanup NV defninitions in dal_asic_id.h
      * Expand DCN1 ifdef to include DCN2 code in the following files:
          * clk_mgr/clk_mgr.c: dc_clk_mgr_create()
          * core/dc_resources.c: dc_create_resource_pool()
          * dce/dce_dmcu.c: dcn20_*lock_phy()
          * dce/dce_dmcu.c: dcn20_funcs
          * dce/dce_dmcu.c: dcn20_dmcu_create()
          * gpio/hw_factory.c: dal_hw_factory_init()
          * gpio/hw_translate.c: dal_hw_translate_init()
      Signed-off-by: default avatarLeo Li <sunpeng.li@amd.com>
      Signed-off-by: default avatarBhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
      Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
      Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
      1da37801
  14. 17 Sep, 2019 1 commit
  15. 13 Sep, 2019 1 commit
  16. 23 Aug, 2019 1 commit
  17. 22 Jun, 2019 1 commit
    • Harry Wentland's avatar
      drm/amd/display: Add DSC support for Navi (v2) · 97bda032
      Harry Wentland authored
      Add support for DCN2 DSC (Display Stream Compression)
      
      HW Blocks:
      
       +--------++------+       +----------+
       | HUBBUB || HUBP |  <--  | MMHUBBUB |
       +--------++------+       +----------+
              |                     ^
              v                     |
          +--------+            +--------+
          |  DPP   |            |  DWB   |
          +--------+            +--------+
              |
              v                      ^
          +--------+                 |
          |  MPC   |                 |
          +--------+                 |
              |                      |
              v                      |
          +-------+      +-------+   |
          |  OPP  | <--> |  DSC  |   |
          +-------+      +-------+   |
              |                      |
              v                      |
          +--------+                /
          |  OPTC  |  --------------
          +--------+
              |
              v
          +--------+       +--------+
          |  DIO   |       |  DCCG  |
          +--------+       +--------+
      
      v2: rebase (Alex)
      Signed-off-by: default avatarHarry Wentland <harry.wentland@amd.com>
      Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
      97bda032
  18. 21 Jun, 2019 1 commit
  19. 31 May, 2019 1 commit
  20. 28 Mar, 2019 3 commits
  21. 21 Mar, 2019 1 commit
  22. 05 Nov, 2018 1 commit
  23. 09 Oct, 2018 1 commit
  24. 11 Sep, 2018 1 commit
  25. 13 Aug, 2018 1 commit
  26. 15 Jun, 2018 1 commit
  27. 11 Apr, 2018 1 commit
  28. 21 Oct, 2017 1 commit
  29. 26 Sep, 2017 8 commits