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.c1462 enum pvr_mmu_sync_level sync_level_required; member
1934 if (op_ctx->sync_level_required < level) in pvr_mmu_op_context_require_sync()
1935 op_ctx->sync_level_required = level; in pvr_mmu_op_context_require_sync()
2004 if (level >= op_ctx->sync_level_required) { in pvr_mmu_op_context_sync_partial()
2005 level = op_ctx->sync_level_required; in pvr_mmu_op_context_sync_partial()
2006 op_ctx->sync_level_required = PVR_MMU_SYNC_LEVEL_NONE; in pvr_mmu_op_context_sync_partial()
2024 pvr_mmu_op_context_sync_manual(op_ctx, op_ctx->sync_level_required); in pvr_mmu_op_context_sync()
2026 op_ctx->sync_level_required = PVR_MMU_SYNC_LEVEL_NONE; in pvr_mmu_op_context_sync()
2293 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()