Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/abi/
Dguc_actions_abi.h174 #define GUC_LOG_CONTROL_LOGGING_ENABLED (1 << 0) macro
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/abi/
Dguc_actions_abi.h174 #define GUC_LOG_CONTROL_LOGGING_ENABLED (1 << 0) macro
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_log.c207 (enable ? GUC_LOG_CONTROL_LOGGING_ENABLED : 0) | in guc_action_control_log()