diff options
author | Huang Rui <ray.huang@amd.com> | 2022-04-23 22:37:43 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-08-31 16:33:17 -0400 |
commit | e784199c40b87054a81d6acc25fbe4d9a1a68179 (patch) | |
tree | e5cc000f1184ba80217720149e8baa796a409808 /drivers/gpu/drm/amd/include/amd_shared.h | |
parent | 2d6ea3b07c371ea1d80f6c41cb7b4ce7c5cf3cd4 (diff) |
drm/amdgpu: add VPE IP BLOCK definition
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>
Diffstat (limited to 'drivers/gpu/drm/amd/include/amd_shared.h')
-rw-r--r-- | drivers/gpu/drm/amd/include/amd_shared.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h index 67d7b7ee8a2a..bb49537237c2 100644 --- a/drivers/gpu/drm/amd/include/amd_shared.h +++ b/drivers/gpu/drm/amd/include/amd_shared.h @@ -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, }; |