diff options
author | Hawking Zhang <[email protected]> | 2022-08-25 17:03:29 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2022-08-29 18:00:54 -0400 |
commit | 5bb71735668263403d560b48e8fd1dc1215bdeb6 (patch) | |
tree | 3e9694efc764660bd96218b190c2a4d2cf313cb0 | |
parent | f66f48471ba2f721695694c400cfcda3136ee736 (diff) |
drm/amdgpu: add new ip block for sdma 6.0
Add ip block support for sdma v6_0_3.
Signed-off-by: Hawking Zhang <[email protected]>
Reviewed-by: Frank Min <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-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 27b0f7facb8d..b5c979494c55 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -1826,6 +1826,7 @@ static int amdgpu_discovery_set_sdma_ip_blocks(struct amdgpu_device *adev) case IP_VERSION(6, 0, 0): case IP_VERSION(6, 0, 1): case IP_VERSION(6, 0, 2): + case IP_VERSION(6, 0, 3): amdgpu_device_ip_block_add(adev, &sdma_v6_0_ip_block); break; default: |