mirror of
				https://github.com/tiagovignatti/intel-gpu-tools.git
				synced 2025-11-04 03:58:27 +00:00 
			
		
		
		
	lib: move igt_interactive_debug into igt_core.c
igt_interactive_debug should be defined in igt_core.c, rather than the header, to avoid it being defined more than once. Reported-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
		
							parent
							
								
									dde047fe2c
								
							
						
					
					
						commit
						a6c40c7665
					
				@ -209,6 +209,7 @@
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
static unsigned int exit_handler_count;
 | 
			
		||||
const char *igt_interactive_debug;
 | 
			
		||||
 | 
			
		||||
/* subtests helpers */
 | 
			
		||||
static bool list_subtests = false;
 | 
			
		||||
 | 
			
		||||
@ -557,7 +557,7 @@ bool igt_run_in_simulation(void);
 | 
			
		||||
 | 
			
		||||
void igt_skip_on_simulation(void);
 | 
			
		||||
 | 
			
		||||
const char *igt_interactive_debug;
 | 
			
		||||
extern const char *igt_interactive_debug;
 | 
			
		||||
 | 
			
		||||
/* structured logging */
 | 
			
		||||
enum igt_log_level {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user