Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_device.h163 static inline bool xe_device_has_memirq(struct xe_device *xe) in xe_device_has_memirq() function
170 return xe_device_has_memirq(xe) && (IS_SRIOV_VF(xe) || xe_device_has_msix(xe)); in xe_device_uses_memirq()
H A Dxe_irq.c563 xe_assert(xe, xe_device_has_memirq(xe)); in vf_irq_reset()
566 if (xe_device_has_memirq(xe)) in vf_irq_reset()
614 if (xe_device_has_memirq(xe)) in vf_irq_postinstall()
620 xe_assert(xe, xe_device_has_memirq(xe)); in vf_irq_postinstall()
669 if (IS_SRIOV_VF(xe) && xe_device_has_memirq(xe)) in xe_irq_handler()
H A Dxe_guc.c1206 if (IS_SRIOV_VF(xe) && xe_device_has_memirq(xe)) { in xe_guc_enable_communication()