summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
diff options
context:
space:
mode:
authorLang Yu <Lang.Yu@amd.com>2023-05-09 03:16:46 +0300
committerAlex Deucher <alexander.deucher@amd.com>2023-08-31 23:33:47 +0300
commit4c63735fa8b1c53786ba74421d666c60005582d5 (patch)
tree8725a103e382c72b3af826b368ba2eef9cfdafe9 /drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
parentce7b59c1e61231cb97e2e5b46b2f45c97251d966 (diff)
downloadlinux-4c63735fa8b1c53786ba74421d666c60005582d5.tar.xz
drm/amdgpu: add UCODE ID for VPE
Add UCODE ID for Video Processing Engine. Signed-off-by: Lang Yu <Lang.Yu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
index 81a8ddbd6b2f..0b601efa2944 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
@@ -487,6 +487,8 @@ enum AMDGPU_UCODE_ID {
AMDGPU_UCODE_ID_VCN0_RAM,
AMDGPU_UCODE_ID_VCN1_RAM,
AMDGPU_UCODE_ID_DMCUB,
+ AMDGPU_UCODE_ID_VPE_CTX,
+ AMDGPU_UCODE_ID_VPE_CTL,
AMDGPU_UCODE_ID_MAXIMUM,
};