[PATCH libdrm] amdgpu_drm: add AMDGPU_HW_IP_UVD_ENC
Marek Olšák
maraeo at gmail.com
Mon Mar 27 19:47:36 UTC 2017
FYI, I've pushed the patch to libdrm/master.
Marek
On Thu, Mar 23, 2017 at 3:43 PM, Leo Liu <leo.liu at amd.com> wrote:
> Signed-off-by: Leo Liu <leo.liu at amd.com>
> Reviewed-by: Alex Deucher <alexander.deucher at amd.com>
> ---
> include/drm/amdgpu_drm.h | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/include/drm/amdgpu_drm.h b/include/drm/amdgpu_drm.h
> index d702a95..96cccd1 100644
> --- a/include/drm/amdgpu_drm.h
> +++ b/include/drm/amdgpu_drm.h
> @@ -388,7 +388,8 @@ struct drm_amdgpu_gem_va {
> #define AMDGPU_HW_IP_DMA 2
> #define AMDGPU_HW_IP_UVD 3
> #define AMDGPU_HW_IP_VCE 4
> -#define AMDGPU_HW_IP_NUM 5
> +#define AMDGPU_HW_IP_UVD_ENC 5
> +#define AMDGPU_HW_IP_NUM 6
>
> #define AMDGPU_HW_IP_INSTANCE_MAX_COUNT 1
>
> --
> 2.7.4
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
More information about the amd-gfx
mailing list