drm/amdgpu: add VPE IP BLOCK definition
authorHuang Rui <ray.huang@amd.com>
Sat, 23 Apr 2022 14:37:43 +0000 (22:37 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 31 Aug 2023 20:33:17 +0000 (16:33 -0400)
Add IP BLOCK for Video Processing Engine.

Signed-off-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/include/amd_shared.h

index 67d7b7ee8a2a02ddb78e33565dedbccff13c628f..bb49537237c2dd8740ae4df4cbcc5e408341e103 100644 (file)
@@ -100,6 +100,7 @@ enum amd_ip_block_type {
        AMD_IP_BLOCK_TYPE_VCN,
        AMD_IP_BLOCK_TYPE_MES,
        AMD_IP_BLOCK_TYPE_JPEG,
+       AMD_IP_BLOCK_TYPE_VPE,
        AMD_IP_BLOCK_TYPE_NUM,
 };