linux/drivers/gpu/drm/amd/display/dc/clk_mgr
Roman Li 496091fa04 drm/amd/display: Fix null-deref on vega20 with xgmi
[Why]
After clkmgr rework it gets initialized after resource pool.
The clkmgr is used in resource pool init for xgmi path.
That causes driver crash on Vega20 with xgmi due to NULL deref.

[How]
Move xgmi compensation code to dce121_clk_mgr_construct()
That also allows to make dce121_clock_patch_xgmi_ss_info()
internal static function.

Signed-off-by: Roman Li <Roman.Li@amd.com>
Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2019-06-20 11:34:32 -05:00
..
dce100
dce110
dce112
dce120 drm/amd/display: Fix null-deref on vega20 with xgmi 2019-06-20 11:34:32 -05:00
dcn10 drm/amd/display: make clk_mgr call enable_pme_wa 2019-06-11 12:51:25 -05:00
clk_mgr.c drm/amdgpu/display: Drop some new CONFIG_DRM_AMD_DC_DCN1_01 guards 2019-06-05 22:18:09 -05:00
Makefile