drm/amdgpu: add VCN1 hardware IP
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 9 Aug 2021 16:18:08 +0000 (12:18 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 4 Oct 2021 19:23:01 +0000 (15:23 -0400)
So we can store the VCN IP revision for each instance of VCN.

Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h

index 815db33190caadd372b3aeebe06756721dd0e21b..b153c3740307a2c90eae5f2aa13a6fc5e5e985b4 100644 (file)
@@ -744,6 +744,7 @@ enum amd_hw_ip_block_type {
        UVD_HWIP,
        VCN_HWIP = UVD_HWIP,
        JPEG_HWIP = VCN_HWIP,
+       VCN1_HWIP,
        VCE_HWIP,
        DF_HWIP,
        DCE_HWIP,