Searched defs:op_ctx (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_mmu.c | 1479 pvr_page_table_l2_insert(struct pvr_mmu_op_context *op_ctx, in pvr_page_table_l2_insert() 1507 pvr_page_table_l2_remove(struct pvr_mmu_op_context *op_ctx) in pvr_page_table_l2_remove() 1542 pvr_page_table_l1_insert(struct pvr_mmu_op_context *op_ctx, in pvr_page_table_l1_insert() 1571 pvr_page_table_l1_remove(struct pvr_mmu_op_context *op_ctx) in pvr_page_table_l1_remove() 1606 pvr_page_table_l0_insert(struct pvr_mmu_op_context *op_ctx, in pvr_page_table_l0_insert() 1635 pvr_page_table_l0_remove(struct pvr_mmu_op_context *op_ctx) in pvr_page_table_l0_remove() 1737 pvr_page_table_l1_get_or_insert(struct pvr_mmu_op_context *op_ctx, in pvr_page_table_l1_get_or_insert() 1788 pvr_page_table_l0_get_or_insert(struct pvr_mmu_op_context *op_ctx, in pvr_page_table_l0_get_or_insert() 1929 pvr_mmu_op_context_require_sync(struct pvr_mmu_op_context *op_ctx, in pvr_mmu_op_context_require_sync() 1948 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 | 354 pvr_vm_gpuva_map(struct drm_gpuva_op *op, void *op_ctx) in pvr_vm_gpuva_map() 388 pvr_vm_gpuva_unmap(struct drm_gpuva_op *op, void *op_ctx) in pvr_vm_gpuva_unmap() 419 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 | 275 struct panthor_vm_op_ctx *op_ctx; member 1081 static void panthor_vm_cleanup_op_ctx(struct panthor_vm_op_ctx *op_ctx, in panthor_vm_cleanup_op_ctx() 1105 panthor_vm_op_ctx_return_vma(struct panthor_vm_op_ctx *op_ctx, in panthor_vm_op_ctx_return_vma() 1119 panthor_vm_op_ctx_get_vma(struct panthor_vm_op_ctx *op_ctx) in panthor_vm_op_ctx_get_vma() 1134 panthor_vm_op_ctx_prealloc_vmas(struct panthor_vm_op_ctx *op_ctx) in panthor_vm_op_ctx_prealloc_vmas() 1179 static int panthor_vm_prepare_map_op_ctx(struct panthor_vm_op_ctx *op_ctx, in panthor_vm_prepare_map_op_ctx() 1287 static int panthor_vm_prepare_unmap_op_ctx(struct panthor_vm_op_ctx *op_ctx, in panthor_vm_prepare_unmap_op_ctx() 1337 static void panthor_vm_prepare_sync_only_op_ctx(struct panthor_vm_op_ctx *op_ctx, in panthor_vm_prepare_sync_only_op_ctx() 2079 struct panthor_vm_op_ctx *op_ctx = vm->op_ctx; in panthor_gpuva_sm_step_map() local 2152 struct panthor_vm_op_ctx *op_ctx = vm->op_ctx; in panthor_gpuva_sm_step_remap() local [all …]
|