Lines Matching refs:gt_to_xe
82 err = drmm_add_action_or_reset(>_to_xe(gt)->drm, gt_fini, gt); in xe_gt_alloc()
284 struct xe_device *xe = gt_to_xe(gt); in xe_gt_record_default_lrcs()
370 if (IS_SRIOV_PF(gt_to_xe(gt))) { in xe_gt_init_early()
376 xe_reg_sr_init(>->reg_sr, "GT", gt_to_xe(gt)); in xe_gt_init_early()
398 p = drm_dbg_printer(>_to_xe(gt)->drm, DRM_UT_DRIVER, prefix); in dump_pat_on_error()
415 if (IS_SRIOV_PF(gt_to_xe(gt))) in gt_fw_domain_init()
491 if (gt_to_xe(gt)->info.has_usm) { in all_fw_domain_init()
492 struct xe_device *xe = gt_to_xe(gt); in all_fw_domain_init()
523 if (IS_SRIOV_PF(gt_to_xe(gt)) && !xe_gt_is_media_type(gt)) in all_fw_domain_init()
526 if (IS_SRIOV_PF(gt_to_xe(gt))) in all_fw_domain_init()
688 if (IS_SRIOV_VF(gt_to_xe(gt))) in do_gt_restart()
713 if (IS_SRIOV_PF(gt_to_xe(gt)) && !xe_gt_is_media_type(gt)) in do_gt_restart()
716 if (IS_SRIOV_PF(gt_to_xe(gt))) in do_gt_restart()
735 if (IS_SRIOV_PF(gt_to_xe(gt))) in do_gt_restart()
745 if (xe_device_wedged(gt_to_xe(gt))) in gt_reset()
749 if (!xe_device_uc_enabled(gt_to_xe(gt))) in gt_reset()
754 xe_pm_runtime_get(gt_to_xe(gt)); in gt_reset()
785 xe_pm_runtime_put(gt_to_xe(gt)); in gt_reset()
798 xe_device_declare_wedged(gt_to_xe(gt)); in gt_reset()
799 xe_pm_runtime_put(gt_to_xe(gt)); in gt_reset()
971 xe_gt_assert(gt, gt_to_xe(gt)->wedged.mode); in xe_gt_declare_wedged()