Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panfrost/
A Dpanfrost_job.c386 for (j = 0; j < NUM_JOB_SLOTS; j++) { in panfrost_job_enable_interrupts()
514 for (j = 0; j < NUM_JOB_SLOTS; j++) { in panfrost_job_handle_irq()
543 for (j = 0; j < NUM_JOB_SLOTS; j++) { in panfrost_job_handle_irq()
623 for (i = 0; i < NUM_JOB_SLOTS; i++) in panfrost_reset()
637 for (i = 0; i < NUM_JOB_SLOTS; i++) { in panfrost_reset()
660 for (i = 0; i < NUM_JOB_SLOTS; i++) { in panfrost_reset()
688 for (i = 0; i < NUM_JOB_SLOTS; i++) in panfrost_reset()
693 for (i = 0; i < NUM_JOB_SLOTS; i++) in panfrost_reset()
699 GENMASK(NUM_JOB_SLOTS - 1, 0)); in panfrost_reset()
753 GENMASK(NUM_JOB_SLOTS - 1, 0)); in panfrost_job_irq_handler_thread()
[all …]
A Dpanfrost_device.h24 #define NUM_JOB_SLOTS 3 macro
105 struct panfrost_job *jobs[NUM_JOB_SLOTS][2];
140 struct drm_sched_entity sched_entity[NUM_JOB_SLOTS];
A Dpanfrost_mmu.c173 WARN_ON(en >= (NUM_JOB_SLOTS + 1)); in panfrost_mmu_as_get()

Completed in 9 milliseconds