diff options
| author | Prike Liang <[email protected]> | 2021-12-22 08:54:14 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2022-02-16 22:30:02 +0000 |
| commit | 01cbf049e10f2cc4cda5570ca8ad3d0334cebae1 (patch) | |
| tree | 72eb60ed151e4af9656a4393529e5be85542042b /drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | |
| parent | drm/amdgpu: make cyan skillfish support code more consistent (diff) | |
| download | kernel-01cbf049e10f2cc4cda5570ca8ad3d0334cebae1.tar.gz kernel-01cbf049e10f2cc4cda5570ca8ad3d0334cebae1.zip | |
drm/amdgpu/discovery: add nbio sw func for 7.5.1 nbio
add nbio sw func for the new 7.5.1 nbio block.
Signed-off-by: Prike Liang <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c index aa115eec97eb..1befe6b3c5db 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -1807,6 +1807,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev) case IP_VERSION(7, 2, 0): case IP_VERSION(7, 2, 1): case IP_VERSION(7, 5, 0): + case IP_VERSION(7, 5, 1): adev->nbio.funcs = &nbio_v7_2_funcs; adev->nbio.hdp_flush_reg = &nbio_v7_2_hdp_flush_reg; break; |
