Searched refs:xe_device_has_memirq (Results 1 – 3 of 3) sorted by relevance
160 static inline bool xe_device_has_memirq(struct xe_device *xe) in xe_device_has_memirq() function167 return xe_device_has_memirq(xe) && (IS_SRIOV_VF(xe) || xe_device_has_msix(xe)); in xe_device_uses_memirq()
584 xe_assert(xe, xe_device_has_memirq(xe)); in vf_irq_reset()587 if (xe_device_has_memirq(xe)) in vf_irq_reset()635 if (xe_device_has_memirq(xe)) in vf_irq_postinstall()641 xe_assert(xe, xe_device_has_memirq(xe)); in vf_irq_postinstall()690 if (IS_SRIOV_VF(xe) && xe_device_has_memirq(xe)) in xe_irq_handler()
1324 if (IS_SRIOV_VF(xe) && xe_device_has_memirq(xe)) { in xe_guc_enable_communication()
Completed in 21 milliseconds