diff options
| author | Huang Rui <[email protected]> | 2022-04-24 12:44:35 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2023-08-31 20:33:21 +0000 |
| commit | 5b28f1c720f96fb4939c6a062530b4b219f84e99 (patch) | |
| tree | 50bc1bcf4eba5123d6dfac5b537e894b7b29fd0f /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
| parent | drm/amdgpu: add VPE IP BLOCK definition (diff) | |
| download | kernel-5b28f1c720f96fb4939c6a062530b4b219f84e99.tar.gz kernel-5b28f1c720f96fb4939c6a062530b4b219f84e99.zip | |
drm/amdgpu: add VPE HW IP BLOCK definition
Add HW IP BLOCK for Video Processing Engine.
Signed-off-by: Huang Rui <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index dc2d53081e80..ea59243d06ab 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -654,6 +654,7 @@ enum amd_hw_ip_block_type { JPEG_HWIP = VCN_HWIP, VCN1_HWIP, VCE_HWIP, + VPE_HWIP, DF_HWIP, DCE_HWIP, OSSSYS_HWIP, |
