Searched refs:NUM_JOB_SLOTS (Results 1 – 3 of 3) sorted by relevance
44 struct panfrost_queue_state queue[NUM_JOB_SLOTS];374 for (j = 0; j < NUM_JOB_SLOTS; j++) { in panfrost_job_enable_interrupts()552 for (i = 0; i < NUM_JOB_SLOTS; i++) { in panfrost_reset()578 for (i = 0; i < NUM_JOB_SLOTS; i++) { in panfrost_reset()589 for (i = 0; i < NUM_JOB_SLOTS; i++) in panfrost_reset()619 for (j = 0; j < NUM_JOB_SLOTS; j++) { in panfrost_job_init()652 for (j = 0; j < NUM_JOB_SLOTS; j++) { in panfrost_job_fini()666 for (i = 0; i < NUM_JOB_SLOTS; i++) { in panfrost_job_open()681 for (i = 0; i < NUM_JOB_SLOTS; i++) in panfrost_job_close()690 for (i = 0; i < NUM_JOB_SLOTS; i++) { in panfrost_job_is_idle()
24 #define NUM_JOB_SLOTS 3 macro103 struct panfrost_job *jobs[NUM_JOB_SLOTS];137 struct drm_sched_entity sched_entity[NUM_JOB_SLOTS];
153 WARN_ON(en >= (NUM_JOB_SLOTS + 1)); in panfrost_mmu_as_get()