Searched refs:SLPC_GLOBAL_STATE_RUNNING (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_guc_pc.c | 174 if (wait_for_pc_state(pc, SLPC_GLOBAL_STATE_RUNNING, in pc_action_query_task_state() 198 if (wait_for_pc_state(pc, SLPC_GLOBAL_STATE_RUNNING, in pc_action_set_param() 220 if (wait_for_pc_state(pc, SLPC_GLOBAL_STATE_RUNNING, in pc_action_unset_param() 1064 if (wait_for_pc_state(pc, SLPC_GLOBAL_STATE_RUNNING, in xe_guc_pc_start() 1070 if (wait_for_pc_state(pc, SLPC_GLOBAL_STATE_RUNNING, in xe_guc_pc_start() 1191 case SLPC_GLOBAL_STATE_RUNNING: in pc_get_state_string()
|
| /linux-6.15/drivers/gpu/drm/xe/abi/ |
| H A D | guc_actions_slpc_abi.h | 87 SLPC_GLOBAL_STATE_RUNNING = 3, enumerator
|
| /linux-6.15/drivers/gpu/drm/i915/gt/uc/abi/ |
| H A D | guc_actions_slpc_abi.h | 87 SLPC_GLOBAL_STATE_RUNNING = 3, enumerator
|
| /linux-6.15/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_guc_slpc.c | 171 return slpc_get_state(slpc) == SLPC_GLOBAL_STATE_RUNNING; in slpc_is_running() 313 case SLPC_GLOBAL_STATE_RUNNING: in slpc_global_state_to_string()
|