Home
last modified time | relevance | path

Searched refs:NUM_JOB_SLOTS (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/panfrost/
H A Dpanfrost_job.c37 struct panfrost_queue_state queue[NUM_JOB_SLOTS];
391 for (j = 0; j < NUM_JOB_SLOTS; j++) { in panfrost_job_enable_interrupts()
469 struct panfrost_job *done[NUM_JOB_SLOTS][2] = {}; in panfrost_job_handle_irq()
470 struct panfrost_job *failed[NUM_JOB_SLOTS] = {}; in panfrost_job_handle_irq()
478 for (j = 0; j < NUM_JOB_SLOTS; j++) { in panfrost_job_handle_irq()
519 for (j = 0; j < NUM_JOB_SLOTS; j++) { in panfrost_job_handle_irq()
548 for (j = 0; j < NUM_JOB_SLOTS; j++) { in panfrost_job_handle_irq()
594 for (i = 0; i < NUM_JOB_SLOTS; i++) { in panfrost_active_slots()
628 for (i = 0; i < NUM_JOB_SLOTS; i++) in panfrost_reset()
642 for (i = 0; i < NUM_JOB_SLOTS; in panfrost_reset()
[all...]
H A Dpanfrost_device.h25 #define NUM_JOB_SLOTS 3 macro
106 struct panfrost_job *jobs[NUM_JOB_SLOTS][2];
141 struct drm_sched_entity sched_entity[NUM_JOB_SLOTS];
H A Dpanfrost_mmu.c173 WARN_ON(en >= (NUM_JOB_SLOTS + 1)); in panfrost_mmu_as_get()
/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/
H A Dpanfrost_job.c44 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; in panfrost_job_is_idle()
[all...]
H A Dpanfrost_device.h24 #define NUM_JOB_SLOTS 3 macro
103 struct panfrost_job *jobs[NUM_JOB_SLOTS];
137 struct drm_sched_entity sched_entity[NUM_JOB_SLOTS];
H A Dpanfrost_mmu.c153 WARN_ON(en >= (NUM_JOB_SLOTS + 1)); in panfrost_mmu_as_get()

Completed in 8 milliseconds