Searched refs:xe_tile_assert (Results 1 – 11 of 11) sorted by relevance
| /drivers/gpu/drm/xe/ |
| A D | xe_tile_sriov_vf.c | 22 xe_tile_assert(tile, IS_SRIOV_VF(tile_to_xe(tile))); in vf_init_ggtt_balloons() 52 xe_tile_assert(tile, IS_SRIOV_VF(xe)); in xe_tile_sriov_vf_balloon_ggtt_locked() 53 xe_tile_assert(tile, ggtt_size); in xe_tile_sriov_vf_balloon_ggtt_locked() 119 xe_tile_assert(tile, IS_SRIOV_VF(tile_to_xe(tile))); in xe_tile_sriov_vf_deballoon_ggtt_locked() 134 xe_tile_assert(tile, IS_SRIOV_VF(tile_to_xe(tile))); in vf_fini_ggtt_balloons()
|
| A D | xe_ggtt.c | 128 xe_tile_assert(ggtt->tile, !(addr & XE_PTE_MASK)); in xe_ggtt_set_pte() 129 xe_tile_assert(ggtt->tile, addr < ggtt->size); in xe_ggtt_set_pte() 146 xe_tile_assert(ggtt->tile, start < end); in xe_ggtt_clear() 491 xe_tile_assert(ggtt->tile, start < end); in xe_ggtt_node_insert_balloon_locked() 492 xe_tile_assert(ggtt->tile, IS_ALIGNED(start, XE_PAGE_SIZE)); in xe_ggtt_node_insert_balloon_locked() 493 xe_tile_assert(ggtt->tile, IS_ALIGNED(end, XE_PAGE_SIZE)); in xe_ggtt_node_insert_balloon_locked() 494 xe_tile_assert(ggtt->tile, !drm_mm_node_allocated(&node->base)); in xe_ggtt_node_insert_balloon_locked() 537 xe_tile_assert(tile, start >= wopcm); in xe_ggtt_assert_fit() 538 xe_tile_assert(tile, start + size < ggtt->size - wopcm); in xe_ggtt_assert_fit() 577 xe_tile_assert(tile, drm_mm_node_allocated(node)); in xe_ggtt_shift_nodes_locked() [all …]
|
| A D | xe_pcode.c | 140 xe_tile_assert(tile, timeout_us > 0); in pcode_try_request() 187 xe_tile_assert(tile, timeout_base_ms <= 3); in xe_pcode_request()
|
| A D | xe_pt.c | 139 xe_tile_assert(tile, level <= XE_VM_MAX_LEVEL); in xe_pt_create() 1150 xe_tile_assert(tile, *num_entries); in xe_pt_prepare_bind() 1855 xe_tile_assert(tile, !xe_vma_is_cpu_addr_mirror(vma)); in bind_op_prepare() 1873 xe_tile_assert(tile, pt_op->num_entries <= in bind_op_prepare() 1922 xe_tile_assert(tile, xe_vma_is_cpu_addr_mirror(vma)); in bind_range_prepare() 1935 xe_tile_assert(tile, pt_op->num_entries <= in bind_range_prepare() 1967 xe_tile_assert(tile, !xe_vma_is_cpu_addr_mirror(vma)); in unbind_op_prepare() 2197 xe_tile_assert(tile, pt_update_ops->current_op <= in xe_pt_update_ops_prepare() 2215 xe_tile_assert(tile, !xe_vma_is_cpu_addr_mirror(vma)); in bind_op_commit() 2257 xe_tile_assert(tile, !xe_vma_is_cpu_addr_mirror(vma)); in unbind_op_commit() [all …]
|
| A D | xe_assert.h | 143 #define xe_tile_assert(tile, condition) xe_tile_assert_msg((tile), condition, "") macro
|
| A D | xe_mmio.c | 161 xe_tile_assert(tile, size <= XE_REG_ADDR_MAX); in xe_mmio_init() 300 xe_tile_assert(mmio->tile, reg_udw.addr == reg.addr + 0x4); in xe_mmio_read64_2x32()
|
| A D | xe_sa.c | 53 xe_tile_assert(tile, size > guard); in __xe_sa_bo_manager_init()
|
| A D | xe_migrate.c | 206 xe_tile_assert(tile, m->batch_base_ofs + xe_bo_size(batch) < SZ_2M); in xe_migrate_prepare_vm() 250 xe_tile_assert(tile, xe_bo_size(batch) == SZ_1M); in xe_migrate_prepare_vm() 254 xe_tile_assert(tile, xe_bo_size(batch) == SZ_512K); in xe_migrate_prepare_vm() 1214 xe_tile_assert(tile, update->qwords < MAX_NUM_PTE); in write_pgtable() 1410 xe_tile_assert(tile, xe_bo_size(pt_bo) == SZ_4K); in __xe_migrate_update_pgtables() 1594 xe_tile_assert(m->tile, addr); in build_pt_update_batch_sram()
|
| A D | xe_memirq.c | 23 #define memirq_assert(m, condition) xe_tile_assert(memirq_to_tile(m), condition)
|
| A D | xe_svm.c | 322 xe_tile_assert(tile, is_device_private_page(page)); in xe_vram_region_page_to_dpa() 323 xe_tile_assert(tile, (pfn << PAGE_SHIFT) >= vr->hpa_base); in xe_vram_region_page_to_dpa()
|
| A D | xe_lmtt.c | 34 #define lmtt_assert(lmtt, condition) xe_tile_assert(lmtt_to_tile(lmtt), condition)
|
Completed in 27 milliseconds