diff options
| author | Shiwu Zhang <[email protected]> | 2023-10-31 03:02:49 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-11-17 05:53:49 +0000 |
| commit | 9ddea8c9775d9379d71e6ac1519c552461b90b07 (patch) | |
| tree | 678a287f7650d9c30b25afb2e9b92bb3bc225ccd /drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h | |
| parent | drm/amd/display: Negate IPS allow and commit bits (diff) | |
| download | kernel-9ddea8c9775d9379d71e6ac1519c552461b90b07.tar.gz kernel-9ddea8c9775d9379d71e6ac1519c552461b90b07.zip | |
drm/amdgpu: add and populate the port num into xgmi topology info
The port num info is firstly introduced with 20.00.01.13 xgmi ta and
make them as part of topology info.
Signed-off-by: Shiwu Zhang <[email protected]>
Reviewed-by: Le Ma <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h index 5d36ad3f48c7..c4d9cbde55b9 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h @@ -150,6 +150,7 @@ struct psp_xgmi_node_info { uint8_t is_sharing_enabled; enum ta_xgmi_assigned_sdma_engine sdma_engine; uint8_t num_links; + struct xgmi_connected_port_num port_num[TA_XGMI__MAX_PORT_NUM]; }; struct psp_xgmi_topology_info { |
