Home
last modified time | relevance | path

Searched refs:fences (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_sa.c248 struct radeon_fence **fences, in radeon_sa_bo_next_hole() argument
278 fences[i] = sa_bo->fence; in radeon_sa_bo_next_hole()
317 struct radeon_fence *fences[RADEON_NUM_RINGS]; in radeon_sa_bo_new() local
336 fences[i] = NULL; in radeon_sa_bo_new()
350 } while (radeon_sa_bo_next_hole(sa_manager, fences, tries)); in radeon_sa_bo_new()
353 radeon_fence_ref(fences[i]); in radeon_sa_bo_new()
356 r = radeon_fence_wait_any(rdev, fences, false); in radeon_sa_bo_new()
358 radeon_fence_unref(&fences[i]); in radeon_sa_bo_new()
Dradeon_trace.h35 __field(u32, fences)
41 __entry->fences = radeon_fence_count_emitted(
46 __entry->fences)
Dradeon_fence.c580 struct radeon_fence **fences, in radeon_fence_wait_any() argument
590 if (!fences[i]) { in radeon_fence_wait_any()
594 seq[i] = fences[i]->seq; in radeon_fence_wait_any()
Dradeon.h389 struct radeon_fence **fences,
/linux-4.1.27/arch/metag/
DKconfig129 enabled. It adds fences (system event 0) to smp_mb and smp_rmb in an