Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_uc.c55 if (!xe_device_uc_enabled(uc_to_xe(uc))) in xe_uc_init()
83 if (!xe_device_uc_enabled(uc_to_xe(uc))) in xe_uc_init_post_hwconfig()
139 if (!xe_device_uc_enabled(uc_to_xe(uc))) in xe_uc_init_hwconfig()
183 if (!xe_device_uc_enabled(uc_to_xe(uc))) in xe_uc_init_hw()
231 if (!xe_device_uc_enabled(uc_to_xe(uc))) in xe_uc_reset_prepare()
251 if (!xe_device_uc_enabled(uc_to_xe(uc))) in xe_uc_stop()
260 if (!xe_device_uc_enabled(uc_to_xe(uc))) in xe_uc_start()
281 if (!xe_device_uc_enabled(uc_to_xe(uc))) in xe_uc_suspend()
H A Dxe_execlist.c343 xe_assert(xe, !xe_device_uc_enabled(xe)); in execlist_exec_queue_init()
392 xe_assert(xe, !xe_device_uc_enabled(xe)); in execlist_exec_queue_fini_async()
477 if (xe_device_uc_enabled(gt_to_xe(gt))) in xe_execlist_init()
H A Dxe_sriov_pf.c61 if (!xe_device_uc_enabled(xe)) in xe_sriov_pf_readiness()
H A Dxe_gt.h108 xe_device_uc_enabled(gt_to_xe(gt)); in xe_gt_has_indirect_ring_state()
H A Dxe_device.h120 static inline bool xe_device_uc_enabled(struct xe_device *xe) in xe_device_uc_enabled() function
H A Dxe_gt_tlb_invalidation.c303 } else if (xe_device_uc_enabled(xe) && !xe_device_wedged(xe)) { in xe_gt_tlb_invalidation_ggtt()
H A Dxe_exec_queue.c496 if (XE_IOCTL_DBG(xe, !xe_device_uc_enabled(xe) && in calc_validate_logical_mask()
H A Dxe_gt.c777 if (!xe_device_uc_enabled(gt_to_xe(gt))) in gt_reset()
H A Dxe_uc_fw.c694 if (!xe_device_uc_enabled(xe) || !(*uc_fw->path)) { in uc_fw_request()
H A Dxe_hw_engine.c590 if (!xe_device_uc_enabled(xe)) { in hw_engine_init()
H A Dxe_irq.c146 if (xe_device_uc_enabled(xe)) { in xe_irq_enable_hwe()
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.c2657 if (!xe_device_uc_enabled(xe) || GRAPHICS_VER(xe) < 12) in xe_oa_init()