Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/panfrost/
H A Dpanfrost_job.c25 #define JOB_TIMEOUT_MS 500 macro
843 .timeout = msecs_to_jiffies(JOB_TIMEOUT_MS), in panfrost_job_init()
/linux-6.15/drivers/gpu/drm/panthor/
H A Dpanthor_sched.c90 #define JOB_TIMEOUT_MS 5000 macro
1108 WARN_ON(queue->remaining_time > msecs_to_jiffies(JOB_TIMEOUT_MS)); in cs_slot_reset_locked()
3301 .timeout = msecs_to_jiffies(JOB_TIMEOUT_MS), in group_create_queue()