Home
last modified time | relevance | path

Searched refs:xe_device_uc_enabled (Results 1 – 15 of 15) 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.c338 xe_assert(xe, !xe_device_uc_enabled(xe)); in execlist_exec_queue_init()
387 xe_assert(xe, !xe_device_uc_enabled(xe)); in execlist_exec_queue_fini_async()
472 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.h81 xe_device_uc_enabled(gt_to_xe(gt)); in xe_gt_has_indirect_ring_state()
H A Dxe_device.h118 static inline bool xe_device_uc_enabled(struct xe_device *xe) in xe_device_uc_enabled() function
H A Dxe_pm.c280 if (!xe_device_uc_enabled(xe)) in xe_pm_init()
H A Dxe_gt_tlb_invalidation.c285 } else if (xe_device_uc_enabled(xe) && !xe_device_wedged(xe)) { in xe_gt_tlb_invalidation_ggtt()
H A Dxe_irq.c140 if (xe_device_uc_enabled(xe)) { in xe_irq_enable_hwe()
H A Dxe_guc_pc.c961 xe_gt_assert(gt, xe_device_uc_enabled(xe)); in xe_guc_pc_start()
H A Dxe_gt.c749 if (!xe_device_uc_enabled(gt_to_xe(gt))) in gt_reset()
H A Dxe_exec_queue.c489 if (XE_IOCTL_DBG(xe, !xe_device_uc_enabled(xe) && in calc_validate_logical_mask()
H A Dxe_uc_fw.c693 if (!xe_device_uc_enabled(xe) || !(*uc_fw->path)) { in uc_fw_request()
H A Dxe_guc_submit.c1400 xe_assert(xe, xe_device_uc_enabled(guc_to_xe(guc))); in guc_exec_queue_init()
2257 if (!xe_device_uc_enabled(guc_to_xe(guc))) in xe_guc_submit_print()
H A Dxe_hw_engine.c560 if (!xe_device_uc_enabled(xe)) { in hw_engine_init()
H A Dxe_oa.c2467 if (!xe_device_uc_enabled(xe) || GRAPHICS_VER(xe) < 12) in xe_oa_init()