Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Digt_kmod.c61 char *config_paths_str; in kmod_ctx() local
71 config_paths_str = getenv("IGT_KMOD_CONFIG_PATHS"); in kmod_ctx()
72 if (config_paths_str) in kmod_ctx()
73 igt_debug("kmod config paths = %s\n", config_paths_str); in kmod_ctx()
75 if (config_paths_str) { in kmod_ctx()
76 unsigned count = !!strlen(config_paths_str); in kmod_ctx()
80 p = config_paths_str; in kmod_ctx()
87 p = config_paths_str; in kmod_ctx()