mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 08:10:11 +01:00
tests/amdgpu/vcn: align comments for AMDGPU_HW_IP_VCN_ENC
From VCN4, AMDGPU_HW_IP_VCN_ENC is re-used to support both encoding and decoding jobs. Reviewed-by: Boyuan Zhang <Boyuan.Zhang@amd.com> Signed-off-by: Ruijing Dong <ruijing.dong@amd.com>
This commit is contained in:
parent
e83aaae15e
commit
8be3042864
1 changed files with 4 additions and 0 deletions
|
|
@ -553,6 +553,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…
Add table
Reference in a new issue