diff options
author | Jonathan Kim <jonathan.kim@amd.com> | 2021-01-27 23:24:59 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-03-24 05:58:03 +0300 |
commit | 4ac5617c4b7d0f0a8f879997f8ceaa14636d7554 (patch) | |
tree | 3fc4d9fe805d7dcee45f43a29b95bcdc64612865 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
parent | 9a9c59a8f4f4478d5951eb0bded1d17b936aad6e (diff) | |
download | linux-4ac5617c4b7d0f0a8f879997f8ceaa14636d7554.tar.xz |
drm/amdgpu: mask the xgmi number of hops reported from psp to kfd
The psp supplies the link type in the upper 2 bits of the psp xgmi node
information num_hops field. With a new link type, Aldebaran has these
bits set to a non-zero value (1 = xGMI3) so the KFD topology will report
the incorrect IO link weights without proper masking.
The actual number of hops is located in the 3 least significant bits of
this field so mask if off accordingly before passing it to the KFD.
Signed-off-by: Jonathan Kim <jonathan.kim@amd.com>
Reviewed-by: Amber Lin <amber.lin@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions