summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/vcn_v2_5.h
diff options
context:
space:
mode:
authorJames Zhu <James.Zhu@amd.com>2020-06-03 09:41:18 -0400
committerAlex Deucher <alexander.deucher@amd.com>2021-03-23 22:53:17 -0400
commiteb53aa398121fe9b47e44655c87dc277c976766d (patch)
treed5dab58c743d152a937f44301c718327a1fad5b2 /drivers/gpu/drm/amd/amdgpu/vcn_v2_5.h
parent86d848b16d4cddc0f685ba3d145d962ca97a8363 (diff)
drm/amdgpu/vcn2.6: Add vcn2.6 support
Aldebaran is using vcn2.6, and the main change is vcn2.6 using AMDGPU_MMHUB_0, and vcn2.5 using AMDGPU_MMHUB_1 Signed-off-by: James Zhu <James.Zhu@amd.com> Reviewed-by: Leo Liu <leo.liu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/vcn_v2_5.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/vcn_v2_5.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/vcn_v2_5.h b/drivers/gpu/drm/amd/amdgpu/vcn_v2_5.h
index 8d9c0800b8e0..e72f799ed0fd 100644
--- a/drivers/gpu/drm/amd/amdgpu/vcn_v2_5.h
+++ b/drivers/gpu/drm/amd/amdgpu/vcn_v2_5.h
@@ -25,5 +25,6 @@
#define __VCN_V2_5_H__
extern const struct amdgpu_ip_block_version vcn_v2_5_ip_block;
+extern const struct amdgpu_ip_block_version vcn_v2_6_ip_block;
#endif /* __VCN_V2_5_H__ */