Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_executor.h23 extern mali_bool mali_executor_hints[MALI_EXECUTOR_HINT_MAX];
83 mali_executor_hints[hint] = MALI_TRUE; in mali_executor_hint_enable()
89 mali_executor_hints[hint] = MALI_FALSE; in mali_executor_hint_disable()
95 return mali_executor_hints[hint]; in mali_executor_hint_is_enabled()
H A Dmali_executor.c58 mali_bool mali_executor_hints[MALI_EXECUTOR_HINT_MAX]; variable