Home
last modified time | relevance | path

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

/drivers/gpu/drm/panfrost/
A Dpanfrost_job.c415 for (j = 0; j < NUM_JOB_SLOTS; j++) { in panfrost_job_enable_interrupts()
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()
660 for (i = 0; i < NUM_JOB_SLOTS; i++) in panfrost_reset()
674 for (i = 0; i < NUM_JOB_SLOTS; i++) { in panfrost_reset()
699 for (i = 0; i < NUM_JOB_SLOTS; i++) { in panfrost_reset()
730 for (i = 0; i < NUM_JOB_SLOTS; i++) in panfrost_reset()
735 for (i = 0; i < NUM_JOB_SLOTS; i++) in panfrost_reset()
741 GENMASK(NUM_JOB_SLOTS - 1, 0)); in panfrost_reset()
816 GENMASK(NUM_JOB_SLOTS - 1, 0)); in panfrost_job_irq_handler_thread()
[all …]
A Dpanfrost_device.h25 #define NUM_JOB_SLOTS 3 macro
154 struct panfrost_job *jobs[NUM_JOB_SLOTS][2];
202 unsigned long long elapsed_ns[NUM_JOB_SLOTS];
203 unsigned long long cycles[NUM_JOB_SLOTS];
209 struct drm_sched_entity sched_entity[NUM_JOB_SLOTS];
A Dpanfrost_drv.c631 BUILD_BUG_ON(ARRAY_SIZE(engine_names) != NUM_JOB_SLOTS); in panfrost_gpu_show_fdinfo()
633 for (i = 0; i < NUM_JOB_SLOTS - 1; i++) { in panfrost_gpu_show_fdinfo()
A Dpanfrost_mmu.c276 WARN_ON(en >= (NUM_JOB_SLOTS + 1)); in panfrost_mmu_as_get()

Completed in 15 milliseconds