Commit 5eceb201 authored by Alex Deucher's avatar Alex Deucher

drm/amdgpu: add VCN1 hardware IP

So we can store the VCN IP revision for each instance of VCN.
Acked-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 2cbc6f42
...@@ -744,6 +744,7 @@ enum amd_hw_ip_block_type { ...@@ -744,6 +744,7 @@ enum amd_hw_ip_block_type {
UVD_HWIP, UVD_HWIP,
VCN_HWIP = UVD_HWIP, VCN_HWIP = UVD_HWIP,
JPEG_HWIP = VCN_HWIP, JPEG_HWIP = VCN_HWIP,
VCN1_HWIP,
VCE_HWIP, VCE_HWIP,
DF_HWIP, DF_HWIP,
DCE_HWIP, DCE_HWIP,
......
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