[Intel-gfx] [PATCH 3/3] intel/aub: Return early if we disable aub dumps
Damien Lespiau
damien.lespiau at intel.com
Wed Feb 20 13:11:50 CET 2013
No need to prepare the .aub header and dump in that case, it'll be
done with the next call with true.
Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
intel/intel_bufmgr_gem.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/intel/intel_bufmgr_gem.c b/intel/intel_bufmgr_gem.c
index eac42ef..14a568f 100644
--- a/intel/intel_bufmgr_gem.c
+++ b/intel/intel_bufmgr_gem.c
@@ -2900,6 +2900,7 @@ drm_intel_bufmgr_gem_set_aub_dump(drm_intel_bufmgr *bufmgr, int enable)
fclose(bufmgr_gem->aub_file);
bufmgr_gem->aub_file = NULL;
}
+ return;
}
if (geteuid() != getuid())
--
1.7.7.5
More information about the Intel-gfx
mailing list