| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_lmtt_2l.c | 130 XE_WARN_ON(!IS_ALIGNED(offset, SZ_2M)); in lmtt_2l_pte_encode() 131 XE_WARN_ON(!FIELD_FIT(LMTT_2L_PTE_LMEM_PAGE, offset / SZ_2M)); in lmtt_2l_pte_encode() 134 XE_WARN_ON(!IS_ALIGNED(offset, SZ_64K)); in lmtt_2l_pte_encode() 135 XE_WARN_ON(!FIELD_FIT(LMTT_2L_PDE_LMTT_PTR, offset / SZ_64K)); in lmtt_2l_pte_encode() 138 XE_WARN_ON(true); in lmtt_2l_pte_encode()
|
| H A D | xe_wopcm.c | 149 XE_WARN_ON(!(base & GUC_WOPCM_OFFSET_MASK)); in __wopcm_init_regs() 150 XE_WARN_ON(base & ~GUC_WOPCM_OFFSET_MASK); in __wopcm_init_regs() 151 XE_WARN_ON(!(size & GUC_WOPCM_SIZE_MASK)); in __wopcm_init_regs() 152 XE_WARN_ON(size & ~GUC_WOPCM_SIZE_MASK); in __wopcm_init_regs() 218 XE_WARN_ON(guc_fw_size >= wopcm->size); in xe_wopcm_init() 219 XE_WARN_ON(huc_fw_size >= wopcm->size); in xe_wopcm_init() 220 XE_WARN_ON(ctx_rsvd + WOPCM_RESERVED_SIZE >= wopcm->size); in xe_wopcm_init() 261 XE_WARN_ON(!wopcm->guc.base); in xe_wopcm_init() 262 XE_WARN_ON(!wopcm->guc.size); in xe_wopcm_init()
|
| H A D | xe_lmtt_ml.c | 140 XE_WARN_ON(!IS_ALIGNED(offset, SZ_2M)); in lmtt_ml_pte_encode() 141 XE_WARN_ON(!FIELD_FIT(LMTT_ML_PTE_LMEM_PAGE, offset / SZ_2M)); in lmtt_ml_pte_encode() 145 XE_WARN_ON(!IS_ALIGNED(offset, SZ_64K)); in lmtt_ml_pte_encode() 146 XE_WARN_ON(!FIELD_FIT(LMTT_ML_PDE_LMTT_PTR, offset / SZ_64K)); in lmtt_ml_pte_encode() 149 XE_WARN_ON(true); in lmtt_ml_pte_encode()
|
| H A D | xe_res_cursor.h | 99 XE_WARN_ON(start + size > res->size); in xe_res_first() 148 XE_WARN_ON(res && start + size > res->size); in xe_res_first() 159 XE_WARN_ON(!sgl); in __xe_res_sg_next() 211 XE_WARN_ON(!sg); in xe_res_first_sg() 236 XE_WARN_ON(!dma_addr); in xe_res_first_dma() 237 XE_WARN_ON(!IS_ALIGNED(start, PAGE_SIZE) || in xe_res_first_dma() 266 XE_WARN_ON(size > cur->remaining); in xe_res_next()
|
| H A D | xe_hw_fence.c | 91 if (XE_WARN_ON(!list_empty(&irq->pending))) { in xe_hw_fence_irq_finish() 98 XE_WARN_ON(err); in xe_hw_fence_irq_finish() 190 XE_WARN_ON(!list_empty(&fence->irq_link)); in xe_hw_fence_release() 204 if (XE_WARN_ON(fence->ops != &xe_hw_fence_ops)) in to_xe_hw_fence()
|
| H A D | xe_bo.h | 193 XE_WARN_ON(bo->vm && bo->ttm.base.resv != xe_vm_resv(bo->vm)); in xe_bo_unlock_vm_held() 243 if (XE_WARN_ON(!ggtt_node)) in __xe_bo_ggtt_addr() 246 XE_WARN_ON(ggtt_node->base.size > bo->size); in __xe_bo_ggtt_addr() 247 XE_WARN_ON(ggtt_node->base.start + ggtt_node->base.size > (1ull << 32)); in __xe_bo_ggtt_addr()
|
| H A D | xe_macros.h | 11 #define XE_WARN_ON WARN_ON macro
|
| H A D | xe_uc_debugfs.c | 23 XE_WARN_ON("Create UC directory failed"); in xe_uc_debugfs_register()
|
| H A D | xe_pxp.c | 74 XE_WARN_ON(!xe_force_wake_ref_has_domain(fw_ref, XE_FORCEWAKE_ALL)); in pxp_prerequisites_done() 584 XE_WARN_ON(completion_done(&pxp->activation)); in xe_pxp_exec_queue_add() 593 XE_WARN_ON(completion_done(&pxp->termination)); in xe_pxp_exec_queue_add() 623 XE_WARN_ON(completion_done(&pxp->activation)); in xe_pxp_exec_queue_add()
|
| H A D | xe_guc_capture.h | 32 XE_WARN_ON(class); in xe_guc_class_to_capture_class()
|
| H A D | xe_execlist.c | 221 XE_WARN_ON(priority == XE_EXEC_QUEUE_PRIORITY_UNSET); in xe_execlist_make_active() 222 XE_WARN_ON(priority < 0); in xe_execlist_make_active() 223 XE_WARN_ON(priority >= ARRAY_SIZE(exl->port->active)); in xe_execlist_make_active()
|
| H A D | xe_drm_client.c | 135 XE_WARN_ON(bo->client); in xe_drm_client_add_bo() 136 XE_WARN_ON(!list_empty(&bo->client_link)); in xe_drm_client_add_bo()
|
| H A D | xe_ttm_stolen_mgr.c | 267 XE_WARN_ON(!mgr->io_base); in xe_ttm_stolen_io_offset() 307 XE_WARN_ON(IS_DGFX(xe)); in __xe_ttm_stolen_io_mem_reserve_stolen()
|
| H A D | xe_sync.c | 83 XE_WARN_ON("Copy to user failed"); in user_fence_worker() 249 XE_WARN_ON("failed to add user fence"); in xe_sync_entry_signal()
|
| H A D | xe_guc.h | 70 XE_WARN_ON(class); in xe_engine_class_to_guc_class()
|
| H A D | xe_uc_fw.h | 114 XE_WARN_ON(uc_fw->status == XE_UC_FIRMWARE_UNINITIALIZED); in __xe_uc_fw_status()
|
| H A D | xe_range_fence.c | 122 XE_WARN_ON(!RB_EMPTY_ROOT(&tree->root.rb_root)); in xe_range_fence_tree_fini()
|
| H A D | xe_ggtt.c | 601 if (XE_WARN_ON(!bo->ggtt_node[ggtt->tile->id])) in xe_ggtt_map_bo() 622 if (XE_WARN_ON(bo->ggtt_node[tile_id])) { in __xe_ggtt_insert_bo_at() 697 if (XE_WARN_ON(!bo->ggtt_node[tile_id])) in xe_ggtt_remove_bo()
|
| H A D | xe_wait_user_fence.c | 48 XE_WARN_ON("Not possible"); in do_compare()
|
| H A D | xe_guc_hwconfig.c | 102 XE_WARN_ON(!guc->hwconfig.bo); in xe_guc_hwconfig_copy()
|
| H A D | xe_guc_capture.c | 1121 XE_WARN_ON(original->reginfo[i].num_regs > in guc_capture_clone_node() 1684 XE_WARN_ON(!devcore_snapshot->matched_node); in snapshot_print_by_list_order() 1722 XE_WARN_ON(low32_ready); in snapshot_print_by_list_order() 1736 XE_WARN_ON(!low32_ready); in snapshot_print_by_list_order() 1750 XE_WARN_ON(low32_ready); in snapshot_print_by_list_order() 1773 XE_WARN_ON(low32_ready); in snapshot_print_by_list_order()
|
| H A D | xe_uc.c | 242 XE_WARN_ON(xe_guc_pc_gucrc_disable(&uc->guc.pc)); in xe_uc_gucrc_disable()
|
| H A D | xe_pt.c | 206 XE_WARN_ON(!list_empty(&pt->bo->ttm.base.gpuva.list)); in xe_pt_destroy() 519 XE_WARN_ON(xe_walk->va_curs_start != addr); in xe_pt_stage_bind_entry() 534 } else if (XE_WARN_ON(xe_walk->needs_64K)) { in xe_pt_stage_bind_entry() 828 XE_WARN_ON(!*child); in xe_pt_zap_ptes_entry() 829 XE_WARN_ON(!level); in xe_pt_zap_ptes_entry() 1588 XE_WARN_ON(!*child); in xe_pt_stage_unbind_entry() 1589 XE_WARN_ON(!level); in xe_pt_stage_unbind_entry()
|
| H A D | xe_vm.c | 621 XE_WARN_ON(err <= 0); in __vma_userptr_invalidate() 625 XE_WARN_ON(err); in __vma_userptr_invalidate() 1321 XE_WARN_ON(ret != -ENOENT); in xe_vma_destroy() 1345 XE_WARN_ON(!vm); in xe_vm_lock_vma() 1363 if (XE_WARN_ON(err)) in xe_vma_destroy_unlocked() 1399 XE_WARN_ON(err); /* Shouldn't be possible */ in xe_vm_insert_vma() 1477 XE_WARN_ON(pt_level > MAX_HUGEPTE_LEVEL); in pte_encode_ps() 1959 XE_WARN_ON(vm->pt_root[id]); in vm_destroy_work_func() 2825 XE_WARN_ON("NOT POSSIBLE"); in op_trace() 3130 if (XE_WARN_ON(coh_mode > XE_COH_AT_LEAST_1WAY)) { in vm_bind_ioctl_check_args()
|
| /linux-6.15/drivers/gpu/drm/xe/display/ |
| H A D | intel_fbdev_fb.c | 102 XE_WARN_ON(iosys_map_is_null(&obj->vmap)); in intel_fbdev_fb_fill_info()
|