Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/panfrost/
Dpanfrost_device.h21 #define NUM_JOB_SLOTS 3 macro
81 struct panfrost_job *jobs[NUM_JOB_SLOTS];
98 struct panfrost_devfreq_slot slot[NUM_JOB_SLOTS];
113 struct drm_sched_entity sched_entity[NUM_JOB_SLOTS];
Dpanfrost_job.c34 struct panfrost_queue_state queue[NUM_JOB_SLOTS];
353 for (j = 0; j < NUM_JOB_SLOTS; j++) { in panfrost_job_enable_interrupts()
387 for (i = 0; i < NUM_JOB_SLOTS; i++) { in panfrost_job_timedout()
399 for (i = 0; i < NUM_JOB_SLOTS; i++) { in panfrost_job_timedout()
412 for (i = 0; i < NUM_JOB_SLOTS; i++) in panfrost_job_timedout()
416 for (i = 0; i < NUM_JOB_SLOTS; i++) in panfrost_job_timedout()
508 for (j = 0; j < NUM_JOB_SLOTS; j++) { in panfrost_job_init()
539 for (j = 0; j < NUM_JOB_SLOTS; j++) in panfrost_job_fini()
551 for (i = 0; i < NUM_JOB_SLOTS; i++) { in panfrost_job_open()
564 for (i = 0; i < NUM_JOB_SLOTS; i++) in panfrost_job_close()
[all …]
Dpanfrost_devfreq.c79 for (i = 0; i < NUM_JOB_SLOTS; i++) { in panfrost_devfreq_reset()
92 for (i = 0; i < NUM_JOB_SLOTS; i++) { in panfrost_devfreq_get_dev_status()
101 for (i = 0; i < NUM_JOB_SLOTS; i++) { in panfrost_devfreq_get_dev_status()
183 for (i = 0; i < NUM_JOB_SLOTS; i++) in panfrost_devfreq_resume()
Dpanfrost_mmu.c154 WARN_ON(en >= NUM_JOB_SLOTS); in panfrost_mmu_as_get()