Am 14.07.22 um 23:22 schrieb Ruijing Dong:
define HW_IP_VCN_UNIFIED the same as HW_IP_VCN_ENC
Usually that should be the other way around, libdrm aligns to the kernel.
Why was that modification committed to libdrm first? There are usually
plenty of warnings before we can do that.
Regards,
Christian.
Signed-off-by: Ruijing Dong <ruijing.dong@xxxxxxx>
---
include/uapi/drm/amdgpu_drm.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/uapi/drm/amdgpu_drm.h b/include/uapi/drm/amdgpu_drm.h
index 18d3246d636e..fe33db8441bc 100644
--- a/include/uapi/drm/amdgpu_drm.h
+++ b/include/uapi/drm/amdgpu_drm.h
@@ -560,6 +560,7 @@ struct drm_amdgpu_gem_va {
#define AMDGPU_HW_IP_UVD_ENC 5
#define AMDGPU_HW_IP_VCN_DEC 6
#define AMDGPU_HW_IP_VCN_ENC 7
+#define AMDGPU_HW_IP_VCN_UNIFIED AMDGPU_HW_IP_VCN_ENC
#define AMDGPU_HW_IP_VCN_JPEG 8
#define AMDGPU_HW_IP_NUM 9