commit | db0049129359eca348e5cc2782a90e78fda5bc85 | [log] [tgz] |
---|---|---|
author | Hawking Zhang <Hawking.Zhang@amd.com> | Wed Nov 07 12:00:50 2018 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Nov 07 17:05:54 2018 -0500 |
tree | 1cd26359a18764af00fe4cf205631d09cd5cac2f | |
parent | bb8310cc22d7acd34db72f890c267b513dbc24ff [diff] |
drm/amdgpu: fix frame size of amdgpu_xgmi_add_devices excceed 1024 bytes Instead of stack-allocated psp_xgmi_topology_info in function amdgpu_xgmi_add_device, dynamically allocated this structure to avoid the frame size of this function excceed 1024 bytes Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com> Reviewed-by: Xiaojie Yuan <xiaojie.yuan@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>