mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-23 14:23:03 +00:00
lib: Rename IGT_QUICK to INTEL_SIMULATION
It's more accurate this way as the quick mode is really useful for in
the simulation environment.
v2: Use the INTEL_ prefix to have a chance to share the same environment
variable as piglit OpenGL tests
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
+2
-2
@@ -93,8 +93,8 @@ void drmtest_subtest_init(int argc, char **argv);
|
||||
bool drmtest_run_subtest(const char *subtest_name);
|
||||
bool drmtest_only_list_subtests(void);
|
||||
|
||||
bool drmtest_run_quick(void);
|
||||
#define SLOW_QUICK(slow,quick) (drmtest_run_quick() ? (quick) : (slow))
|
||||
bool drmtest_run_in_simulation(void);
|
||||
#define SLOW_QUICK(slow,quick) (drmtest_run_in_simulation() ? (quick) : (slow))
|
||||
|
||||
/* helpers based upon the libdrm buffer manager */
|
||||
void drmtest_init_aperture_trashers(drm_intel_bufmgr *bufmgr);
|
||||
|
||||
Reference in New Issue
Block a user