1. 02 9月, 2021 2 次提交
  2. 03 3月, 2021 1 次提交
  3. 23 2月, 2021 1 次提交
  4. 05 11月, 2020 1 次提交
  5. 01 7月, 2020 1 次提交
  6. 22 5月, 2020 1 次提交
  7. 06 5月, 2020 1 次提交
  8. 13 2月, 2020 1 次提交
  9. 19 12月, 2019 1 次提交
  10. 14 11月, 2019 1 次提交
    • B
      drm/amd/display: Drop CONFIG_DRM_AMD_DC_DCN2_0 and DSC_SUPPORTED · 1da37801
      Bhawanpreet Lakha 提交于
      [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: NLeo Li <sunpeng.li@amd.com>
      Signed-off-by: NBhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
      Reviewed-by: NAlex Deucher <alexander.deucher@amd.com>
      Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
      1da37801
  11. 18 9月, 2019 1 次提交
  12. 14 9月, 2019 1 次提交
  13. 24 8月, 2019 1 次提交
  14. 22 6月, 2019 2 次提交
  15. 31 5月, 2019 1 次提交
  16. 28 3月, 2019 3 次提交
  17. 21 3月, 2019 1 次提交
  18. 06 11月, 2018 1 次提交
  19. 10 10月, 2018 1 次提交
  20. 11 9月, 2018 1 次提交
  21. 14 8月, 2018 1 次提交
  22. 16 6月, 2018 1 次提交
  23. 12 4月, 2018 1 次提交
  24. 22 10月, 2017 1 次提交
  25. 27 9月, 2017 12 次提交