diff options
| author | Leo Liu <leo.liu@amd.com> | 2017-02-15 10:24:55 -0500 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2017-05-24 17:41:35 -0400 |
| commit | fcfc5a90628f69c08018c8ec7b3d6dca5a8a2203 (patch) | |
| tree | 6b398b328475e798c90187f4012dcedce0ad11b6 | |
| parent | 66e236f180f0ab6b9b9efd9e7fdbfd9de98e333d (diff) | |
uapi/drm: add AMDGPU_HW_IP_VCN_ENC for encode CS
Signed-off-by: Leo Liu <leo.liu@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
| -rw-r--r-- | include/uapi/drm/amdgpu_drm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/uapi/drm/amdgpu_drm.h b/include/uapi/drm/amdgpu_drm.h index 6ad29c9a4b1f..0c0c4a491038 100644 --- a/include/uapi/drm/amdgpu_drm.h +++ b/include/uapi/drm/amdgpu_drm.h | |||
| @@ -432,7 +432,8 @@ struct drm_amdgpu_gem_va { | |||
| 432 | #define AMDGPU_HW_IP_VCE 4 | 432 | #define AMDGPU_HW_IP_VCE 4 |
| 433 | #define AMDGPU_HW_IP_UVD_ENC 5 | 433 | #define AMDGPU_HW_IP_UVD_ENC 5 |
| 434 | #define AMDGPU_HW_IP_VCN_DEC 6 | 434 | #define AMDGPU_HW_IP_VCN_DEC 6 |
| 435 | #define AMDGPU_HW_IP_NUM 7 | 435 | #define AMDGPU_HW_IP_VCN_ENC 7 |
| 436 | #define AMDGPU_HW_IP_NUM 8 | ||
| 436 | 437 | ||
| 437 | #define AMDGPU_HW_IP_INSTANCE_MAX_COUNT 1 | 438 | #define AMDGPU_HW_IP_INSTANCE_MAX_COUNT 1 |
| 438 | 439 | ||
