Home
last modified time | relevance | path

Searched refs:xe_device_uc_enabled (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_uc.c72 if (!xe_device_uc_enabled(uc_to_xe(uc))) in xe_uc_init()
102 if (!xe_device_uc_enabled(uc_to_xe(uc))) in xe_uc_init_post_hwconfig()
189 if (!xe_device_uc_enabled(uc_to_xe(uc))) in xe_uc_load_hw()
238 if (!xe_device_uc_enabled(uc_to_xe(uc))) in xe_uc_reset_prepare()
258 if (!xe_device_uc_enabled(uc_to_xe(uc))) in xe_uc_stop()
267 if (!xe_device_uc_enabled(uc_to_xe(uc))) in xe_uc_start()
294 if (!xe_device_uc_enabled(uc_to_xe(uc))) in xe_uc_suspend()
H A Dxe_execlist.c352 xe_assert(xe, !xe_device_uc_enabled(xe)); in execlist_exec_queue_init()
397 xe_assert(xe, !xe_device_uc_enabled(xe)); in execlist_exec_queue_fini_async()
482 if (xe_device_uc_enabled(gt_to_xe(gt))) in xe_execlist_init()
H A Dxe_gt.h106 xe_device_uc_enabled(gt_to_xe(gt)); in xe_gt_has_indirect_ring_state()
H A Dxe_sriov_pf.c66 if (!xe_device_uc_enabled(xe)) in xe_sriov_pf_readiness()
H A Dxe_pm.c370 if (!xe_device_uc_enabled(xe)) in xe_pm_init()
402 if (xe_device_uc_enabled(xe)) in xe_pm_fini()
H A Dxe_device.h117 static inline bool xe_device_uc_enabled(struct xe_device *xe) in xe_device_uc_enabled() function
H A Dxe_gt_sriov_vf.c78 if (!xe_device_uc_enabled(gt_to_xe(gt))) in xe_gt_sriov_vf_reset()
257 if (!xe_device_uc_enabled(gt_to_xe(gt))) in xe_gt_sriov_vf_bootstrap()
H A Dxe_gt_tlb_invalidation.c311 } else if (xe_device_uc_enabled(xe) && !xe_device_wedged(xe)) { in xe_gt_tlb_invalidation_ggtt()
H A Dxe_gt.c816 if (!xe_device_uc_enabled(gt_to_xe(gt))) in gt_reset()
H A Dxe_irq.c149 if (xe_device_uc_enabled(xe)) { in xe_irq_enable_hwe()
H A Dxe_hw_engine.c619 if (!xe_device_uc_enabled(xe)) { in hw_engine_init()
H A Dxe_exec_queue.c540 if (XE_IOCTL_DBG(xe, !xe_device_uc_enabled(xe) && in calc_validate_logical_mask()
H A Dxe_uc_fw.c734 if (!xe_device_uc_enabled(xe) || !(*uc_fw->path)) { in uc_fw_request()
H A Dxe_guc_submit.c1477 xe_gt_assert(guc_to_gt(guc), xe_device_uc_enabled(guc_to_xe(guc))); in guc_exec_queue_init()
2392 if (!xe_device_uc_enabled(guc_to_xe(guc))) in xe_guc_submit_print()
H A Dxe_guc_pc.c1198 xe_gt_assert(gt, xe_device_uc_enabled(xe)); in xe_guc_pc_start()
H A Dxe_guc_capture.c1865 if (xe->wedged.mode >= 2 || !xe_device_uc_enabled(xe) || IS_SRIOV_VF(xe)) in xe_guc_capture_get_matching_and_lock()
H A Dxe_oa.c2774 if (!xe_device_uc_enabled(xe) || GRAPHICS_VER(xe) < 12) in xe_oa_init()