Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_uc.c72 int guc_log_level; in __get_default_guc_log_level() local
75 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 …]
Di915_params.h50 param(int, guc_log_level, -1) \
Di915_params.c150 i915_param_named(guc_log_level, int, 0400,
Dintel_guc_log.c490 log->level = i915_modparams.guc_log_level; in intel_guc_log_create()