Searched defs:op_ctx (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/imagination/ |
H A D | pvr_mmu.c | 1473 pvr_page_table_l2_insert(struct pvr_mmu_op_context *op_ctx, in pvr_page_table_l2_insert() 1501 pvr_page_table_l2_remove(struct pvr_mmu_op_context *op_ctx) in pvr_page_table_l2_remove() 1536 pvr_page_table_l1_insert(struct pvr_mmu_op_context *op_ctx, in pvr_page_table_l1_insert() 1565 pvr_page_table_l1_remove(struct pvr_mmu_op_context *op_ctx) in pvr_page_table_l1_remove() 1600 pvr_page_table_l0_insert(struct pvr_mmu_op_context *op_ctx, in pvr_page_table_l0_insert() 1629 pvr_page_table_l0_remove(struct pvr_mmu_op_context *op_ctx) in pvr_page_table_l0_remove() 1731 pvr_page_table_l1_get_or_insert(struct pvr_mmu_op_context *op_ctx, in pvr_page_table_l1_get_or_insert() 1782 pvr_page_table_l0_get_or_insert(struct pvr_mmu_op_context *op_ctx, in pvr_page_table_l0_get_or_insert() 1925 pvr_mmu_op_context_require_sync(struct pvr_mmu_op_context *op_ctx, in pvr_mmu_op_context_require_sync() 1944 pvr_mmu_op_context_sync_manual(struct pvr_mmu_op_context *op_ctx, in pvr_mmu_op_context_sync_manual() [all …]
|
H A D | pvr_vm.c | 348 pvr_vm_gpuva_map(struct drm_gpuva_op *op, void *op_ctx) in pvr_vm_gpuva_map() 382 pvr_vm_gpuva_unmap(struct drm_gpuva_op *op, void *op_ctx) in pvr_vm_gpuva_unmap() 413 pvr_vm_gpuva_remap(struct drm_gpuva_op *op, void *op_ctx) in pvr_vm_gpuva_remap()
|
/linux/drivers/gpu/drm/panthor/ |
H A D | panthor_mmu.c | 286 struct panthor_vm_op_ctx *op_ctx; member 1112 static void panthor_vm_cleanup_op_ctx(struct panthor_vm_op_ctx *op_ctx, in panthor_vm_cleanup_op_ctx() 1142 panthor_vm_op_ctx_get_vma(struct panthor_vm_op_ctx *op_ctx) in panthor_vm_op_ctx_get_vma() 1157 panthor_vm_op_ctx_prealloc_vmas(struct panthor_vm_op_ctx *op_ctx) in panthor_vm_op_ctx_prealloc_vmas() 1198 static int panthor_vm_prepare_map_op_ctx(struct panthor_vm_op_ctx *op_ctx, in panthor_vm_prepare_map_op_ctx() 1326 static int panthor_vm_prepare_unmap_op_ctx(struct panthor_vm_op_ctx *op_ctx, in panthor_vm_prepare_unmap_op_ctx() 1378 static void panthor_vm_prepare_sync_only_op_ctx(struct panthor_vm_op_ctx *op_ctx, in panthor_vm_prepare_sync_only_op_ctx() 2030 struct panthor_vm_op_ctx *op_ctx = vm->op_ctx; in panthor_gpuva_sm_step_map() local 2059 struct panthor_vm_op_ctx *op_ctx = vm->op_ctx; in panthor_gpuva_sm_step_remap() local 2387 struct panthor_vm_op_ctx *op_ctx) in panthor_vm_bind_prepare_op_ctx() [all …]
|