Home
last modified time | relevance | path

Searched refs:IGT_LOG_INFO (Results 1 – 3 of 3) sorted by relevance

/external/igt-gpu-tools/lib/
Digt_core.h1015 IGT_LOG_INFO, enumerator
1039 #define igt_info(f...) igt_log(IGT_LOG_DOMAIN, IGT_LOG_INFO, f)
Digt_core.c716 igt_log_level = IGT_LOG_INFO; in common_init_env()
978 enum igt_log_level igt_log_level = IGT_LOG_INFO;
2422 if (level != IGT_LOG_INFO) in igt_vlog()
2583 log_output(&outpipe[0], IGT_LOG_INFO); in igt_system()
Digt_aux.c645 if (igt_log_level > IGT_LOG_INFO) in igt_interactive_info()