mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 22:02:57 +00:00
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>
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ void igt_permute_array(void *array, unsigned size,
|
||||
void igt_progress(const char *header, uint64_t i, uint64_t total);
|
||||
bool igt_env_set(const char *env_var, bool default_value);
|
||||
|
||||
bool drmtest_dump_aub(void);
|
||||
bool igt_aub_dump_enabled(void);
|
||||
|
||||
/* helpers based upon the libdrm buffer manager */
|
||||
void igt_init_aperture_trashers(drm_intel_bufmgr *bufmgr);
|
||||
|
||||
Reference in New Issue
Block a user