Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_core_linux.c2821 #define GET_TIMEOUT(name) get_js_timeout_in_ms(\ in show_js_timeouts() macro
2825 js_soft_stop_ms = GET_TIMEOUT(soft_stop_ticks); in show_js_timeouts()
2826 js_soft_stop_ms_cl = GET_TIMEOUT(soft_stop_ticks_cl); in show_js_timeouts()
2827 js_hard_stop_ms_ss = GET_TIMEOUT(hard_stop_ticks_ss); in show_js_timeouts()
2828 js_hard_stop_ms_cl = GET_TIMEOUT(hard_stop_ticks_cl); in show_js_timeouts()
2829 js_hard_stop_ms_dumping = GET_TIMEOUT(hard_stop_ticks_dumping); in show_js_timeouts()
2830 js_reset_ms_ss = GET_TIMEOUT(gpu_reset_ticks_ss); in show_js_timeouts()
2831 js_reset_ms_cl = GET_TIMEOUT(gpu_reset_ticks_cl); in show_js_timeouts()
2832 js_reset_ms_dumping = GET_TIMEOUT(gpu_reset_ticks_dumping); in show_js_timeouts()
2834 #undef GET_TIMEOUT in show_js_timeouts()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_core_linux.c2824 #define GET_TIMEOUT(name) get_js_timeout_in_ms(\ in js_timeouts_show() macro
2828 js_soft_stop_ms = GET_TIMEOUT(soft_stop_ticks); in js_timeouts_show()
2829 js_soft_stop_ms_cl = GET_TIMEOUT(soft_stop_ticks_cl); in js_timeouts_show()
2830 js_hard_stop_ms_ss = GET_TIMEOUT(hard_stop_ticks_ss); in js_timeouts_show()
2831 js_hard_stop_ms_cl = GET_TIMEOUT(hard_stop_ticks_cl); in js_timeouts_show()
2832 js_hard_stop_ms_dumping = GET_TIMEOUT(hard_stop_ticks_dumping); in js_timeouts_show()
2833 js_reset_ms_ss = GET_TIMEOUT(gpu_reset_ticks_ss); in js_timeouts_show()
2834 js_reset_ms_cl = GET_TIMEOUT(gpu_reset_ticks_cl); in js_timeouts_show()
2835 js_reset_ms_dumping = GET_TIMEOUT(gpu_reset_ticks_dumping); in js_timeouts_show()
2837 #undef GET_TIMEOUT in js_timeouts_show()