Commit 8742f5f1 authored by Flora Cui's avatar Flora Cui Committed by Alex Deucher

drm/amdgpu/discovery: add hdp6 support for HDP 6.0.1

Enable Host Data Path support.
Reviewed-by: default avatarHawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: default avatarFlora Cui <flora.cui@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 4dad9d63
...@@ -2217,6 +2217,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev) ...@@ -2217,6 +2217,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev)
adev->hdp.funcs = &hdp_v5_0_funcs; adev->hdp.funcs = &hdp_v5_0_funcs;
break; break;
case IP_VERSION(6, 0, 0): case IP_VERSION(6, 0, 0):
case IP_VERSION(6, 0, 1):
adev->hdp.funcs = &hdp_v6_0_funcs; adev->hdp.funcs = &hdp_v6_0_funcs;
break; break;
default: default:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment