Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imagination/
H A Dpvr_mmu.c1463 enum pvr_mmu_sync_level sync_level_required; member
1933 if (op_ctx->sync_level_required < level) in pvr_mmu_op_context_require_sync()
1934 op_ctx->sync_level_required = level; in pvr_mmu_op_context_require_sync()
2003 if (level >= op_ctx->sync_level_required) { in pvr_mmu_op_context_sync_partial()
2004 level = op_ctx->sync_level_required; in pvr_mmu_op_context_sync_partial()
2005 op_ctx->sync_level_required = PVR_MMU_SYNC_LEVEL_NONE; in pvr_mmu_op_context_sync_partial()
2023 pvr_mmu_op_context_sync_manual(op_ctx, op_ctx->sync_level_required); in pvr_mmu_op_context_sync()
2025 op_ctx->sync_level_required = PVR_MMU_SYNC_LEVEL_NONE; in pvr_mmu_op_context_sync()
2292 op_ctx->sync_level_required != PVR_MMU_SYNC_LEVEL_NONE; in pvr_mmu_op_context_destroy()
2364 op_ctx->sync_level_required = PVR_MMU_SYNC_LEVEL_NONE; in pvr_mmu_op_context_create()