Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/include/linux/mali/
H A Dmali_utgard_profiling_gator_api.h85 COUNTER_FP_0_C0, enumerator
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_profiling.c541 …global_mali_profiling_counters[counter_index].counter_id = COUNTER_FP_0_C0 + (2 * core_id) + count… in _mali_profiling_global_counters_init()
1117 } else if (COUNTER_FP_0_C0 <= counter_id && COUNTER_FP_7_C1 >= counter_id) { in _mali_profiling_set_event()
1169 u32 sub_job = (counter_id - COUNTER_FP_0_C0) >> 1; in _mali_profiling_set_event()
1170 u32 counter_src = (counter_id - COUNTER_FP_0_C0) & 1; in _mali_profiling_set_event()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_pp.c469 int counter_index = COUNTER_FP_0_C0 + (2 * child->core_id); in mali_pp_update_performance_counters()