mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-04-25 00:30:47 +02:00
amdgpu/drm: add AMDGPU_HW_IP_VCN_DEC
Signed-off-by: Leo Liu <leo.liu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
parent
3f457d2a6e
commit
5faee77272
1 changed files with 2 additions and 1 deletions
|
|
@ -406,7 +406,8 @@ struct drm_amdgpu_gem_va {
|
|||
#define AMDGPU_HW_IP_UVD 3
|
||||
#define AMDGPU_HW_IP_VCE 4
|
||||
#define AMDGPU_HW_IP_UVD_ENC 5
|
||||
#define AMDGPU_HW_IP_NUM 6
|
||||
#define AMDGPU_HW_IP_VCN_DEC 6
|
||||
#define AMDGPU_HW_IP_NUM 7
|
||||
|
||||
#define AMDGPU_HW_IP_INSTANCE_MAX_COUNT 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue