Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/
H A Drve_debugger.c179 pid_info[i].pid, ktime_to_us(pid_info[i].hw_time_total)); in rve_load_show()
241 u32 hw_time_total; in rve_ctx_manager_show() local
264 hw_time_total = ctx->debug_info.hw_time_total; in rve_ctx_manager_show()
276 hw_time_total, max_cost_time_per_sec); in rve_ctx_manager_show()
H A Drve_job.c60 scheduler->session.pid_info[i].hw_time_total += in rve_scheduler_set_pid_info()
69 tmp = scheduler->session.pid_info[i].hw_time_total; in rve_scheduler_set_pid_info()
73 if (tmp > scheduler->session.pid_info[i].hw_time_total) in rve_scheduler_set_pid_info()
78 scheduler->session.pid_info[pid_mark].hw_time_total += in rve_scheduler_set_pid_info()
320 job->ctx->debug_info.hw_time_total += job->ctx->debug_info.last_job_hw_use_time; in rve_job_done()
H A Drve_drv.c36 ctx->debug_info.hw_time_total = 0; in rve_ctx_set_debuf_info_cb()
76 scheduler->session.pid_info[i].hw_time_total = 0; in hrtimer_handler()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/include/
H A Drve_drv.h166 u32 hw_time_total; member
219 u32 hw_time_total; member