From e784199c40b87054a81d6acc25fbe4d9a1a68179 Mon Sep 17 00:00:00 2001 From: Huang Rui Date: Sat, 23 Apr 2022 22:37:43 +0800 Subject: [PATCH] drm/amdgpu: add VPE IP BLOCK definition Add IP BLOCK for Video Processing Engine. Signed-off-by: Huang Rui Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/include/amd_shared.h | 1 + 1 file changed, 1 insertion(+) 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, }; -- 2.20.1