summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/include/amd_shared.h
diff options
context:
space:
mode:
authorHuang Rui <ray.huang@amd.com>2022-04-23 17:37:43 +0300
committerAlex Deucher <alexander.deucher@amd.com>2023-08-31 23:33:17 +0300
commite784199c40b87054a81d6acc25fbe4d9a1a68179 (patch)
treee5cc000f1184ba80217720149e8baa796a409808 /drivers/gpu/drm/amd/include/amd_shared.h
parent2d6ea3b07c371ea1d80f6c41cb7b4ce7c5cf3cd4 (diff)
downloadlinux-e784199c40b87054a81d6acc25fbe4d9a1a68179.tar.xz
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.h1
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,
};