Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_guc_log.h37 #define GUC_LOG_LEVEL_MAX GUC_VERBOSITY_TO_LOG_LEVEL(GUC_LOG_VERBOSITY_MAX)
Dxe_guc_fwif.h115 #define GUC_LOG_VERBOSITY_MAX 3 macro
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_log.h33 #define GUC_LOG_LEVEL_MAX GUC_VERBOSITY_TO_LOG_LEVEL(GUC_LOG_VERBOSITY_MAX)
Dintel_guc_fwif.h119 #define GUC_LOG_VERBOSITY_MAX 3 macro
Dintel_guc_log.c212 GEM_BUG_ON(verbosity > GUC_LOG_VERBOSITY_MAX); in guc_action_control_log()