Searched refs:NUM_JOB_SLOTS (Results 1 – 3 of 3) sorted by relevance
36 struct panfrost_queue_state queue[NUM_JOB_SLOTS];411 for (j = 0; j < NUM_JOB_SLOTS; j++) { in panfrost_job_enable_interrupts()489 struct panfrost_job *done[NUM_JOB_SLOTS][2] = {}; in panfrost_job_handle_irq()490 struct panfrost_job *failed[NUM_JOB_SLOTS] = {}; in panfrost_job_handle_irq()498 for (j = 0; j < NUM_JOB_SLOTS; j++) { in panfrost_job_handle_irq()539 for (j = 0; j < NUM_JOB_SLOTS; j++) { in panfrost_job_handle_irq()568 for (j = 0; j < NUM_JOB_SLOTS; j++) { in panfrost_job_handle_irq()614 for (i = 0; i < NUM_JOB_SLOTS; i++) { in panfrost_active_slots()648 for (i = 0; i < NUM_JOB_SLOTS; i++) in panfrost_reset()662 for (i = 0; i < NUM_JOB_SLOTS; i++) { in panfrost_reset()[all …]
24 #define NUM_JOB_SLOTS 3 macro105 struct panfrost_job *jobs[NUM_JOB_SLOTS][2];140 struct drm_sched_entity sched_entity[NUM_JOB_SLOTS];
157 WARN_ON(en >= (NUM_JOB_SLOTS + 1)); in panfrost_mmu_as_get()