All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH i-g-t v2 1/7] tools: make sure to include embedded drm-uapi headers
Date: Fri,  8 Dec 2017 11:39:27 +0000	[thread overview]
Message-ID: <20171208113933.26384-2-lionel.g.landwerlin@intel.com> (raw)
In-Reply-To: <20171208113933.26384-1-lionel.g.landwerlin@intel.com>

Headers from lib/ depend on drm uapi headers. Since we started
embedding them, make sure to pull them first, since we still depend on
libdrm, we don't want the system headers to be included first.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
---
 tools/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/Makefile.am b/tools/Makefile.am
index a8196f07..dcf282ea 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -15,7 +15,7 @@ endif
 
 SUBDIRS = null_state_gen registers
 
-AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/lib
+AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/include/drm-uapi -I$(top_srcdir)/lib
 AM_CFLAGS = $(DEBUG_CFLAGS) $(DRM_CFLAGS) $(PCIACCESS_CFLAGS) $(CWARNFLAGS) \
 	    $(CAIRO_CFLAGS) $(LIBUNWIND_CFLAGS) -DIGT_DATADIR=\"$(pkgdatadir)\" \
 	    $(WERROR_CFLAGS) -D_GNU_SOURCE
-- 
2.15.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2017-12-08 11:39 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-08 11:39 [PATCH i-g-t v2 0/7] tests/perf: Enable i915 perf tests on CNL Lionel Landwerlin
2017-12-08 11:39 ` Lionel Landwerlin [this message]
2017-12-08 11:39 ` [PATCH i-g-t v2 2/7] include/drm-uapi: bump headers Lionel Landwerlin
2017-12-08 11:39 ` [PATCH i-g-t v2 3/7] tests/perf: drop copied i915 defines/structs Lionel Landwerlin
2017-12-08 11:39 ` [PATCH i-g-t v2 4/7] tests/perf: factorize max oa buffer size define Lionel Landwerlin
2017-12-08 13:27   ` Matthew Auld
2017-12-08 11:39 ` [PATCH i-g-t v2 5/7] tests/perf: query CS timestamp frequency if available Lionel Landwerlin
2017-12-08 13:43   ` Matthew Auld
2017-12-08 11:39 ` [PATCH i-g-t v2 6/7] tests/perf: enable testing on Coffelake GT3 Lionel Landwerlin
2017-12-08 13:47   ` Matthew Auld
2017-12-08 11:39 ` [PATCH i-g-t v2 7/7] tests/perf: add test config uuid for Cannonlake Lionel Landwerlin
2017-12-08 13:50   ` Matthew Auld
2017-12-08 13:54     ` Lionel Landwerlin
2017-12-08 14:42       ` Lionel Landwerlin
2017-12-08 13:25 ` ✗ Fi.CI.BAT: failure for tests/perf: Enable i915 perf tests on CNL (rev2) Patchwork
2017-12-08 13:38   ` Lionel Landwerlin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171208113933.26384-2-lionel.g.landwerlin@intel.com \
    --to=lionel.g.landwerlin@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.