[Intel-gfx] [PATCH 28/28] lib/intel_batchbuffer: document header dependencies

Daniel Vetter daniel.vetter at ffwll.ch
Sun Mar 23 15:19:02 CET 2014


At least with the core library headers the situation is now fairly
sane. There's still fun stuff going on around *_reg.h and most of the
source files just have a cargo-culted list of headers ...

Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch>
---
 lib/intel_batchbuffer.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/intel_batchbuffer.c b/lib/intel_batchbuffer.c
index 329239464678..0d583c73aa51 100644
--- a/lib/intel_batchbuffer.c
+++ b/lib/intel_batchbuffer.c
@@ -56,6 +56,9 @@
  * batchbuffers. All those macros presume that a pointer to a #intel_batchbuffer
  * structure called batch is in scope. The basic macros are #BEGIN_BATCH,
  * #OUT_BATCH, #OUT_RELOC and #ADVANCE_BATCH.
+ *
+ * Note that this library's header pulls in the [i-g-t core](intel-gpu-tools-i-g-t-core.html)
+ * library as a depency.
  */
 
 /**
-- 
1.8.5.2




More information about the Intel-gfx mailing list