Home
last modified time | relevance | path

Searched refs:xe_device_has_memirq (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/xe/
A Dxe_device.h160 static inline bool xe_device_has_memirq(struct xe_device *xe) in xe_device_has_memirq() function
167 return xe_device_has_memirq(xe) && (IS_SRIOV_VF(xe) || xe_device_has_msix(xe)); in xe_device_uses_memirq()
A Dxe_irq.c584 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()
A Dxe_guc.c1324 if (IS_SRIOV_VF(xe) && xe_device_has_memirq(xe)) { in xe_guc_enable_communication()

Completed in 21 milliseconds