summaryrefslogtreecommitdiff
path: root/lib/stubs/drm/README
diff options
context:
space:
mode:
authorRobert Foss <robert.foss@collabora.com>2016-07-27 13:17:42 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-08-04 13:13:05 +0200
commit6e89ee8f20fddc6621eb5326ae3b7a75faa749b9 (patch)
tree891b6ff7385a41f4fc52da3210101961480f9cff /lib/stubs/drm/README
parentcd86866dec7ead650a1811259d9207060034482f (diff)
lib/stubs: Add stubs for intel_bufmgr
This patch provides stubs for functionality otherwise provided by intel_bufmgr. The stubbed functions all fail with a call to igt_require_f(false,""). Defines and enums have been copied from libdrm_intel. Due to the stubbed tests failing with an igt_require_f() call, these stubs are not well suited for non-tests, since tools/benchmarks/etc 'skipping' execution is unhelpful. Signed-off-by: Robert Foss <robert.foss@collabora.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib/stubs/drm/README')
-rw-r--r--lib/stubs/drm/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/stubs/drm/README b/lib/stubs/drm/README
new file mode 100644
index 00000000..79f2b5f6
--- /dev/null
+++ b/lib/stubs/drm/README
@@ -0,0 +1,4 @@
+intel_bufmgr.h is a local copy of the file provided by libdrm (intel/intel_bufmgr.h).
+
+Before releasing i-g-t a current copy of intel_bufmgr.h should be copied into
+this directory of i-g-t.