Re: [PATCH] drm/amdgpu: align between libdrm and drm api

2022-07-16 Thread Christian König
, Ruijing ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Liu, Leo ; Koenig, Christian Subject: Re: [PATCH] drm/amdgpu: align between libdrm and drm api 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

RE: [PATCH] drm/amdgpu: align between libdrm and drm api

2022-07-16 Thread Dong, Ruijing
-Original Message- From: Christian König Sent: Friday, July 15, 2022 4:41 AM To: Dong, Ruijing ; amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Liu, Leo ; Koenig, Christian Subject: Re: [PATCH] drm/amdgpu: align between libdrm and drm api Am 14.07.22 um 23:22 schrieb Ruijing Dong

Re: [PATCH] drm/amdgpu: align between libdrm and drm api

2022-07-15 Thread Christian König
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, C