Hi Samuel, On 4 July 2018 at 14:06, Samuel Pitoiset <[email protected]> wrote: > This will allow us to submit more IBs at once because the limit > has been removed in libdrm 2.4.92. > > Signed-off-by: Samuel Pitoiset <[email protected]> > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure.ac b/configure.ac > index f135d05736..7c58a5a8f1 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -74,7 +74,7 @@ AC_SUBST([OPENCL_VERSION]) > # in the first entry. > LIBDRM_REQUIRED=2.4.75 > LIBDRM_RADEON_REQUIRED=2.4.71 > -LIBDRM_AMDGPU_REQUIRED=2.4.91 > +LIBDRM_AMDGPU_REQUIRED=2.4.92
The _drm_amdgpu_ver line in meson.build would need similar fixup. With that Reviewed-by: Emil Velikov <[email protected]> Thanks Emil _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
