Searched refs:guc_log_level (Results 1 – 4 of 4) sorted by relevance
72 int guc_log_level; in __get_default_guc_log_level() local75 guc_log_level = GUC_LOG_LEVEL_DISABLED; in __get_default_guc_log_level()78 guc_log_level = GUC_LOG_LEVEL_MAX; in __get_default_guc_log_level()80 guc_log_level = GUC_LOG_LEVEL_NON_VERBOSE; in __get_default_guc_log_level()84 return guc_log_level; in __get_default_guc_log_level()135 if (i915_modparams.guc_log_level < 0) in sanitize_options_early()136 i915_modparams.guc_log_level = in sanitize_options_early()139 if (i915_modparams.guc_log_level > 0 && !intel_uc_is_using_guc()) { in sanitize_options_early()141 "guc_log_level", i915_modparams.guc_log_level, in sanitize_options_early()144 i915_modparams.guc_log_level = 0; in sanitize_options_early()[all …]
50 param(int, guc_log_level, -1) \
150 i915_param_named(guc_log_level, int, 0400,
490 log->level = i915_modparams.guc_log_level; in intel_guc_log_create()