linux/drivers/gpu/drm/amd
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
..
acp treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
amdgpu drm/amdgpu: improve HMM error -ENOMEM and -EBUSY handling 2019-06-20 11:33:41 -05:00
amdkfd drm/amdkfd: Add procfs-style information for KFD processes 2019-06-20 11:34:00 -05:00
display drm/amd/display: Fix null-deref on vega20 with xgmi 2019-06-20 11:34:32 -05:00
include drm/amdkfd: Shift sdma_engine_id and sdma_queue_id in mqd 2019-05-24 12:21:01 -05:00
powerplay drm/amd/powerplay: Delete a redundant memory setting in vega20_set_default_od8_setttings() 2019-06-17 11:02:03 -05:00