diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-03-22 22:42:35 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-03-22 22:42:35 +0100 |
commit | 018f8c3c457d1609b18867a48a512e3639979dc9 (patch) | |
tree | 954267ab0ba145062b9e714c400a40a2fb88bdf5 /lib/rendercopy_gen8.c | |
parent | 95e89f0ede9ed84b5cd0c39b7f68bc08fb120c3b (diff) |
lib: s/drmtest_dumb_aub/igt_aub_dump_enabled/
This is prep work to extract a new igt aux library with all kinds
of random stuff. Also give it a bit a more suitable name to
indicate that this is just a flag and doesn't do the aub dumping
itself.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib/rendercopy_gen8.c')
-rw-r--r-- | lib/rendercopy_gen8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rendercopy_gen8.c b/lib/rendercopy_gen8.c index 424afa0a..02333cfd 100644 --- a/lib/rendercopy_gen8.c +++ b/lib/rendercopy_gen8.c @@ -120,7 +120,7 @@ static void annotation_add_state(struct annotations_context *ctx, static void annotation_flush(struct annotations_context *ctx, struct intel_batchbuffer *batch) { - if (!drmtest_dump_aub()) + if (!igt_aub_dump_enabled()) return; drm_intel_bufmgr_gem_set_aub_annotations(batch->bo, |