Searched refs:NUM_JOB_SLOTS (Results 1 – 4 of 4) sorted by relevance
37 struct panfrost_queue_state queue[NUM_JOB_SLOTS];415 for (j = 0; j < NUM_JOB_SLOTS; j++) { in panfrost_job_enable_interrupts()501 struct panfrost_job *done[NUM_JOB_SLOTS][2] = {}; in panfrost_job_handle_irq()502 struct panfrost_job *failed[NUM_JOB_SLOTS] = {}; in panfrost_job_handle_irq()510 for (j = 0; j < NUM_JOB_SLOTS; j++) { in panfrost_job_handle_irq()551 for (j = 0; j < NUM_JOB_SLOTS; j++) { in panfrost_job_handle_irq()580 for (j = 0; j < NUM_JOB_SLOTS; j++) { in panfrost_job_handle_irq()626 for (i = 0; i < NUM_JOB_SLOTS; i++) { in panfrost_active_slots()660 for (i = 0; i < NUM_JOB_SLOTS; i++) in panfrost_reset()674 for (i = 0; i < NUM_JOB_SLOTS; i++) { in panfrost_reset()[all …]
25 #define NUM_JOB_SLOTS 3 macro129 struct panfrost_job *jobs[NUM_JOB_SLOTS][2];168 unsigned long long elapsed_ns[NUM_JOB_SLOTS];169 unsigned long long cycles[NUM_JOB_SLOTS];175 struct drm_sched_entity sched_entity[NUM_JOB_SLOTS];
589 BUILD_BUG_ON(ARRAY_SIZE(engine_names) != NUM_JOB_SLOTS); in panfrost_gpu_show_fdinfo()591 for (i = 0; i < NUM_JOB_SLOTS - 1; i++) { in panfrost_gpu_show_fdinfo()
173 WARN_ON(en >= (NUM_JOB_SLOTS + 1)); in panfrost_mmu_as_get()