diff options
| author | Prike Liang <[email protected]> | 2022-05-24 03:19:45 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-08-07 20:35:23 +0000 |
| commit | 9b9a5e34d4bb5d07fa22dabbc5807cc4acce839c (patch) | |
| tree | 5170cbe400bbffc248c7a8205fe8f696a763a399 /drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | |
| parent | drm/amdgpu: Match against exact bootloader status (diff) | |
| download | kernel-9b9a5e34d4bb5d07fa22dabbc5807cc4acce839c.tar.gz kernel-9b9a5e34d4bb5d07fa22dabbc5807cc4acce839c.zip | |
drm/amdgpu/discovery: add hdp 6.1.0 support
Add to IP discovery table.
Signed-off-by: Prike Liang <[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 cdb955500cf4..3bda4f6be3e1 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c @@ -2449,6 +2449,7 @@ int amdgpu_discovery_set_ip_blocks(struct amdgpu_device *adev) break; case IP_VERSION(6, 0, 0): case IP_VERSION(6, 0, 1): + case IP_VERSION(6, 1, 0): adev->hdp.funcs = &hdp_v6_0_funcs; break; default: |
