From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Vetter Subject: Re: [PATCH i-g-t] lib: add missing includes to headers Date: Mon, 16 Jun 2014 20:12:25 +0200 Message-ID: <20140616181225.GI5821@phenom.ffwll.local> References: <1402932095-31527-1-git-send-email-thomas.wood@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42]) by gabe.freedesktop.org (Postfix) with ESMTP id 707D66E5B7 for ; Mon, 16 Jun 2014 11:12:32 -0700 (PDT) Received: by mail-wg0-f42.google.com with SMTP id z12so5915978wgg.25 for ; Mon, 16 Jun 2014 11:12:31 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1402932095-31527-1-git-send-email-thomas.wood@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: Thomas Wood Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Mon, Jun 16, 2014 at 04:21:35PM +0100, Thomas Wood wrote: > Signed-off-by: Thomas Wood Both igt patches merged, thanks. -Daniel > --- > lib/debug.h | 3 +++ > lib/gen7_render.h | 2 ++ > lib/igt_aux.h | 1 + > lib/igt_fb.h | 2 ++ > lib/igt_kms.h | 1 + > lib/rendercopy.h | 3 +++ > 6 files changed, 12 insertions(+) > > diff --git a/lib/debug.h b/lib/debug.h > index af9cf39..ca4b31e 100644 > --- a/lib/debug.h > +++ b/lib/debug.h > @@ -28,6 +28,9 @@ > #ifndef _DEBUG_H_ > #define _DEBUG_H_ > > +#include > +#include > + > #define DEBUG_PROTOCOL_VERSION 1 > #define COMMUNICATION_OFFSET 0xc00 > #define COMMUNICATION_QWORD 0xc0 > diff --git a/lib/gen7_render.h b/lib/gen7_render.h > index 992d839..7a6dc05 100644 > --- a/lib/gen7_render.h > +++ b/lib/gen7_render.h > @@ -1,6 +1,8 @@ > #ifndef GEN7_RENDER_H > #define GEN7_RENDER_H > > +#include > + > #define INTEL_MASK(high, low) (((1 << ((high) - (low) + 1)) - 1) << (low)) > > #define GEN7_3D(Pipeline,Opcode,Subopcode) ((3 << 29) | \ > diff --git a/lib/igt_aux.h b/lib/igt_aux.h > index db0dea8..a90d8d9 100644 > --- a/lib/igt_aux.h > +++ b/lib/igt_aux.h > @@ -29,6 +29,7 @@ > #define IGT_AUX_H > > #include > +#include > > /* auxialiary igt helpers from igt_aux.c */ > /* generally useful helpers */ > diff --git a/lib/igt_fb.h b/lib/igt_fb.h > index c6558bf..6d030e6 100644 > --- a/lib/igt_fb.h > +++ b/lib/igt_fb.h > @@ -36,6 +36,8 @@ typedef struct _cairo_surface cairo_surface_t; > typedef struct _cairo cairo_t; > #endif > > +#include > +#include > #include > #include > > diff --git a/lib/igt_kms.h b/lib/igt_kms.h > index 17bf0a2..7d015b4 100644 > --- a/lib/igt_kms.h > +++ b/lib/igt_kms.h > @@ -30,6 +30,7 @@ > > #include > #include > +#include > > #include > > diff --git a/lib/rendercopy.h b/lib/rendercopy.h > index bb9051e..20619d6 100644 > --- a/lib/rendercopy.h > +++ b/lib/rendercopy.h > @@ -1,3 +1,6 @@ > +#include "intel_batchbuffer.h" > + > + > static inline void emit_vertex_2s(struct intel_batchbuffer *batch, > int16_t x, int16_t y) > { > -- > 1.9.3 > > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/intel-gfx -- Daniel Vetter Software Engineer, Intel Corporation +41 (0) 79 365 57 48 - http://blog.ffwll.ch