Searched refs:batches (Results 1 – 3 of 3) sorted by relevance
124 int "Scheduling quantum for userspace batches (ms, jiffy granularity)"127 When two user batches of equal priority are executing, we will130 an implicit dependency between those batches that requires
260 struct eb_vma *batches[MAX_ENGINE_INSTANCE + 1]; member599 eb->batches[*current_batch] = ev; in eb_add_vma()1836 GEM_BUG_ON(!eb->batches[0]); in eb_relocate_parse_slow()2356 eb->batches[0]->vma, in eb_parse()2363 eb->batches[0] = &eb->vma[eb->buffer_count++]; in eb_parse()2364 eb->batches[0]->vma = i915_vma_get(shadow); in eb_parse()2365 eb->batches[0]->flags = __EXEC_OBJECT_HAS_PIN; in eb_parse()2375 eb->batches[0] = &eb->vma[eb->buffer_count++]; in eb_parse()2377 eb->batches[0]->vma = i915_vma_get(batch); in eb_parse()2445 eb->batches[i]->vma, in eb_submit()[all …]
806 u32 batches = V3D_CORE_READ(0, V3D_CSD_CURRENT_CFG4(v3d->ver)); in v3d_csd_job_timedout() local811 if (job->timedout_batches != batches) { in v3d_csd_job_timedout()812 job->timedout_batches = batches; in v3d_csd_job_timedout()
Completed in 13 milliseconds