Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/abi/
Dguc_actions_abi.h175 #define GUC_LOG_CONTROL_VERBOSITY_SHIFT 4 macro
176 #define GUC_LOG_CONTROL_VERBOSITY_MASK (0xF << GUC_LOG_CONTROL_VERBOSITY_SHIFT)
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/abi/
Dguc_actions_abi.h175 #define GUC_LOG_CONTROL_VERBOSITY_SHIFT 4 macro
176 #define GUC_LOG_CONTROL_VERBOSITY_MASK (0xF << GUC_LOG_CONTROL_VERBOSITY_SHIFT)
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_log.c208 (verbosity << GUC_LOG_CONTROL_VERBOSITY_SHIFT) | in guc_action_control_log()