Home
last modified time | relevance | path

Searched refs:running_job (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga_job.c162 if (scheduler->running_job) in rga_job_scheduler_dump_info()
163 rga_job_dump_info(scheduler->running_job); in rga_job_scheduler_dump_info()
208 if (scheduler->running_job || in rga_job_next()
220 scheduler->running_job = job; in rga_job_next()
233 scheduler->running_job = NULL; in rga_job_next()
255 job = scheduler->running_job; in rga_job_done()
262 scheduler->running_job = NULL; in rga_job_done()
293 if (scheduler->running_job == NULL || scheduler->running_job->hw_running_time == 0) { in rga_job_scheduler_timeout_clean()
298 job = scheduler->running_job; in rga_job_scheduler_timeout_clean()
300 scheduler->running_job = NULL; in rga_job_scheduler_timeout_clean()
[all …]
H A Drga_policy.c345 if (scheduler->running_job == NULL) { in rga_job_assign()
H A Drga_iommu.c240 struct rga_job *job = scheduler->running_job; in rga_iommu_intr_fault_handler()
H A Drga_drv.c343 job = scheduler->running_job; in hrtimer_handler()
H A Drga3_reg_info.c2152 struct rga_job *job = scheduler->running_job; in rga3_irq()
H A Drga2_reg_info.c2687 struct rga_job *job = scheduler->running_job; in rga2_irq()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/
H A Drve_job.c38 job = scheduler->running_job; in rve_scheduler_get_running_job()
234 if (scheduler->running_job || in rve_job_next()
246 scheduler->running_job = job; in rve_job_next()
259 scheduler->running_job = NULL; in rve_job_next()
305 job = scheduler->running_job; in rve_job_done()
306 scheduler->running_job = NULL; in rve_job_done()
351 job = scheduler->running_job; in rve_job_timeout_clean()
354 scheduler->running_job = NULL; in rve_job_timeout_clean()
431 if (job == scheduler->running_job) in rve_job_abort_running()
432 scheduler->running_job = NULL; in rve_job_abort_running()
[all …]
H A Drve_drv.c60 job = scheduler->running_job; in hrtimer_handler()
560 job = scheduler->running_job; in rve_irq_thread()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/include/
H A Drve_drv.h195 struct rve_job *running_job; member
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/
H A Drga_drv.h333 struct rga_job *running_job; member