Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/
H A Drve_debugger.c239 u32 last_job_hw_use_time; in rve_ctx_manager_show() local
262 last_job_hw_use_time = ctx->debug_info.last_job_hw_use_time; in rve_ctx_manager_show()
274 last_job_use_time, last_job_hw_use_time); in rve_ctx_manager_show()
H A Drve_job.c317 max(job->ctx->debug_info.last_job_hw_use_time, in rve_job_done()
319 job->ctx->debug_info.last_job_hw_use_time = ktime_us_delta(now, job->hw_running_time); in rve_job_done()
320 job->ctx->debug_info.hw_time_total += job->ctx->debug_info.last_job_hw_use_time; in rve_job_done()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/include/
H A Drve_drv.h223 u32 last_job_hw_use_time; member