Home
last modified time | relevance | path

Searched refs:earliest_next_ns (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_vinstr.c283 u64 earliest_next_ns = U64_MAX; in kbasep_vinstr_reschedule_worker() local
301 if ((cli_next_ns != 0) && (cli_next_ns < earliest_next_ns)) in kbasep_vinstr_reschedule_worker()
302 earliest_next_ns = cli_next_ns; in kbasep_vinstr_reschedule_worker()
313 if ((earliest_next_ns != U64_MAX) && in kbasep_vinstr_reschedule_worker()
315 !WARN_ON(earliest_next_ns < cur_ts_ns)) in kbasep_vinstr_reschedule_worker()
318 ns_to_ktime(earliest_next_ns - cur_ts_ns), in kbasep_vinstr_reschedule_worker()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_vinstr.c261 u64 earliest_next_ns = U64_MAX; in kbasep_vinstr_reschedule_worker() local
277 if ((cli_next_ns != 0) && (cli_next_ns < earliest_next_ns)) { in kbasep_vinstr_reschedule_worker()
278 earliest_next_ns = cli_next_ns; in kbasep_vinstr_reschedule_worker()
290 if ((earliest_next_ns != U64_MAX) && (vctx->suspend_count == 0) && !WARN_ON(earliest_next_ns < cur_ts_ns)) { in kbasep_vinstr_reschedule_worker()
291 hrtimer_start(&vctx->dump_timer, ns_to_ktime(earliest_next_ns - cur_ts_ns), HRTIMER_MODE_REL); in kbasep_vinstr_reschedule_worker()

Completed in 4 milliseconds