[Intel-gfx] [PATCH v2 i-g-t] aubdump: support new ioctl

Chris Wilson chris at chris-wilson.co.uk
Mon Jan 30 14:37:28 UTC 2017


On Mon, Jan 30, 2017 at 02:20:47PM +0000, Lionel Landwerlin wrote:
> Otherwise we won't log anything with OpenGL applications using a
> recent Mesa driver.
> 
> v2: This requires updated uapi headers, hence the libdrm dependency
>     bump (Petri)
> 
> Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
> ---
>  configure.ac    | 4 ++--
>  tools/aubdump.c | 3 ++-
>  2 files changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 5bdd744a..06c19f14 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -182,10 +182,10 @@ AC_ARG_ENABLE(intel, AS_HELP_STRING([--disable-intel],
>  	      [Enable building of intel specific parts (default: auto)]),
>  	      [INTEL=$enableval], [INTEL=auto])
>  if test "x$INTEL" = xauto; then
> -	PKG_CHECK_EXISTS([libdrm_intel >= 2.4.74], [INTEL=yes], [INTEL=no])
> +	PKG_CHECK_EXISTS([libdrm_intel >= 2.4.75], [INTEL=yes], [INTEL=no])
>  fi
>  if test "x$INTEL" = xyes; then
> -	PKG_CHECK_MODULES(DRM_INTEL, [libdrm_intel >= 2.4.74])
> +	PKG_CHECK_MODULES(DRM_INTEL, [libdrm_intel >= 2.4.75])

Are we really using libdrm_intel as the canonical source for the uapi
headers? /irony
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre


More information about the Intel-gfx mailing list