• Aric Cyr's avatar
    drm/amd/display: 3.2.226 · 1fd0da91
    Aric Cyr authored
    In this new version there are two major changes:
    
    1) Transitioning to the new DC commit sequence
    
    There is an extended effort to migrate to the new DC commit sequence
    that better adheres to the DCN hardware constraints. Most of the code
    was upstreamed already but not connected to amdgpu_dm, and in this new
    DC version, our DM finally started to use it for all ASICs. This should
    improve stability and enable us to improve how pipe split works.
    
    2) Drop old CONFIG_DRM_AMD_DC_DCN in favor of new CONFIG_DRM_AMD_DC_FP
    
    For historical reasons, we created CONFIG_DRM_AMD_DC_DCN to isolate
    FPU-related code to only be used for DCN. Over the years, we lost
    control over this guard, and it was spread in multiple areas. In this
    new DC version, there is an effort to remove all unnecessary
    CONFIG_DRM_AMD_DC_DCN and replace the others for CONFIG_DRM_AMD_DC_FP,
    which better describes which type of code this guard is intended for.
    
    Finally, this version brings along the following:
    - Enable HostVM based on rIOMMU active
    - Keep PHY active for dp confi
    - Improves Z8
    - Update clock table
    - Code and directives clean up
    Acked-by: default avatarQingqing Zhuo <qingqing.zhuo@amd.com>
    Signed-off-by: default avatarAric Cyr <aric.cyr@amd.com>
    Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
    Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
    1fd0da91
dc.h 67 KB