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.c1456 enum pvr_mmu_sync_level sync_level_required; member
1928 if (op_ctx->sync_level_required < level) in pvr_mmu_op_context_require_sync()
1929 op_ctx->sync_level_required = level; in pvr_mmu_op_context_require_sync()
1998 if (level >= op_ctx->sync_level_required) { in pvr_mmu_op_context_sync_partial()
1999 level = op_ctx->sync_level_required; in pvr_mmu_op_context_sync_partial()
2000 op_ctx->sync_level_required = PVR_MMU_SYNC_LEVEL_NONE; in pvr_mmu_op_context_sync_partial()
2018 pvr_mmu_op_context_sync_manual(op_ctx, op_ctx->sync_level_required); in pvr_mmu_op_context_sync()
2020 op_ctx->sync_level_required = PVR_MMU_SYNC_LEVEL_NONE; in pvr_mmu_op_context_sync()
2287 op_ctx->sync_level_required != PVR_MMU_SYNC_LEVEL_NONE; in pvr_mmu_op_context_destroy()
2358 op_ctx->sync_level_required = PVR_MMU_SYNC_LEVEL_NONE; in pvr_mmu_op_context_create()