Home
last modified time | relevance | path

Searched refs:xe_gt_WARN_ON (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_gt_printk.h43 #define xe_gt_WARN_ON(_gt, _condition) \ macro
H A Dxe_gsc.c274 xe_gt_WARN_ON(tile->primary_gt, ret); in gsc_upload_and_init()
363 xe_gt_WARN_ON(gt, xe_force_wake_get(gt_to_fw(gt), XE_FW_GSC)); in gsc_work()
H A Dxe_gt_tlb_invalidation.c280 xe_gt_WARN_ON(gt, xe_force_wake_get(gt_to_fw(gt), XE_FW_GT)); in xe_gt_tlb_invalidation_ggtt()
H A Dxe_lrc.c1271 if (xe_gt_WARN_ON(gt, numdw > remaining_dw)) in dump_mi_command()
1321 if (xe_gt_WARN_ON(gt, numdw > remaining_dw)) in dump_gfxpipe_command()
1470 if (xe_gt_WARN_ON(gt, numdw > remaining_dw)) in dump_gfx_state_command()
H A Dxe_gt_sriov_vf.c256 xe_gt_WARN_ON(guc_to_gt(guc), value_len > 3); in guc_action_query_single_klv()