[igt-dev] [PATCH i-g-t 1/1] configure.ac: Bump libdrm_amdgpu version requirement

Lofstedt, Marta marta.lofstedt at intel.com
Fri Mar 9 10:47:25 UTC 2018


Review-by: Marta Lofstedt <marta.lofstedt at intel.com>

> -----Original Message-----
> From: igt-dev [mailto:igt-dev-bounces at lists.freedesktop.org] On Behalf Of
> Petri Latvala
> Sent: Friday, March 9, 2018 11:04 AM
> To: igt-dev at lists.freedesktop.org
> Subject: [igt-dev] [PATCH i-g-t 1/1] configure.ac: Bump libdrm_amdgpu
> version requirement
> 
> amdgpu_cs_wait_fences appeared in 2.4.81
> 
> Signed-off-by: Petri Latvala <petri.latvala at intel.com>
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac index 1a6f5cb2..aac0b6af 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -266,7 +266,7 @@ if test "x$AMDGPU" = xauto; then
>  	PKG_CHECK_EXISTS([libdrm_amdgpu], [AMDGPU=yes],
> [AMDGPU=no])  fi  if test "x$AMDGPU" = xyes; then
> -	PKG_CHECK_MODULES(DRM_AMDGPU, [libdrm_amdgpu >=
> 2.4.76])
> +	PKG_CHECK_MODULES(DRM_AMDGPU, [libdrm_amdgpu >=
> 2.4.81])
>  	AC_DEFINE(HAVE_LIBDRM_AMDGPU, 1, [Have amdgpu
> support])  fi  AM_CONDITIONAL(HAVE_LIBDRM_AMDGPU, [test
> "x$AMDGPU" = xyes])
> --
> 2.14.1
> 
> _______________________________________________
> igt-dev mailing list
> igt-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev


More information about the igt-dev mailing list