Searched refs:NUM_JOB_SLOTS (Results 1 – 3 of 3) sorted by relevance
34 struct panfrost_queue_state queue[NUM_JOB_SLOTS];364 for (j = 0; j < NUM_JOB_SLOTS; j++) { in panfrost_job_enable_interrupts()398 for (i = 0; i < NUM_JOB_SLOTS; i++) { in panfrost_job_timedout()410 for (i = 0; i < NUM_JOB_SLOTS; i++) { in panfrost_job_timedout()421 for (i = 0; i < NUM_JOB_SLOTS; i++) in panfrost_job_timedout()425 for (i = 0; i < NUM_JOB_SLOTS; i++) in panfrost_job_timedout()517 for (j = 0; j < NUM_JOB_SLOTS; j++) { in panfrost_job_init()548 for (j = 0; j < NUM_JOB_SLOTS; j++) in panfrost_job_fini()560 for (i = 0; i < NUM_JOB_SLOTS; i++) { in panfrost_job_open()575 for (i = 0; i < NUM_JOB_SLOTS; i++) in panfrost_job_close()[all …]
24 #define NUM_JOB_SLOTS 3 macro102 struct panfrost_job *jobs[NUM_JOB_SLOTS];128 struct drm_sched_entity sched_entity[NUM_JOB_SLOTS];
159 WARN_ON(en >= (NUM_JOB_SLOTS + 1)); in panfrost_mmu_as_get()