mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-10 15:54:39 +08:00
drm/amdgpu: add comment to HW_IP_VCN_ENC type
From VCN4, AMDGPU_HW_IP_VCN_ENC is re-used to support both encoding and decoding jobs. Link: https://gitlab.freedesktop.org/mesa/drm/-/merge_requests/245/commits Reviewed-by: Christian König <christian.koenig@amd.com> Reviewed-by: Leo Liu <leo.liu@amd.com> Signed-off-by: Ruijing Dong <ruijing.dong@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
a53bc32182
commit
4528c18605
@ -559,6 +559,10 @@ struct drm_amdgpu_gem_va {
|
|||||||
#define AMDGPU_HW_IP_VCE 4
|
#define AMDGPU_HW_IP_VCE 4
|
||||||
#define AMDGPU_HW_IP_UVD_ENC 5
|
#define AMDGPU_HW_IP_UVD_ENC 5
|
||||||
#define AMDGPU_HW_IP_VCN_DEC 6
|
#define AMDGPU_HW_IP_VCN_DEC 6
|
||||||
|
/*
|
||||||
|
* From VCN4, AMDGPU_HW_IP_VCN_ENC is re-used to support
|
||||||
|
* both encoding and decoding jobs.
|
||||||
|
*/
|
||||||
#define AMDGPU_HW_IP_VCN_ENC 7
|
#define AMDGPU_HW_IP_VCN_ENC 7
|
||||||
#define AMDGPU_HW_IP_VCN_JPEG 8
|
#define AMDGPU_HW_IP_VCN_JPEG 8
|
||||||
#define AMDGPU_HW_IP_NUM 9
|
#define AMDGPU_HW_IP_NUM 9
|
||||||
|
Loading…
Reference in New Issue
Block a user