Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_executor.c97 static enum mali_executor_state_t gp_group_state = EXEC_STATE_NOT_PRESENT; variable
277 gp_group_state = EXEC_STATE_INACTIVE; in mali_executor_populate()
292 MALI_DEBUG_ASSERT(EXEC_STATE_WORKING != gp_group_state); in mali_executor_depopulate()
349 gp_group_state = EXEC_STATE_INACTIVE; in mali_executor_suspend()
892 gp_group_state); in mali_executor_group_power_up()
893 gp_group_state = EXEC_STATE_IDLE; in mali_executor_group_power_up()
994 if (EXEC_STATE_WORKING == gp_group_state) { in mali_executor_abort_session()
1148 switch (gp_group_state) { in mali_executor_dump_state()
1164 gp_group_state); in mali_executor_dump_state()
1391 EXEC_STATE_WORKING == gp_group_state || in mali_executor_is_working()
[all …]