Home
last modified time | relevance | path

Searched refs:xe_device_has_msix (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_device.h158 static inline bool xe_device_has_msix(struct xe_device *xe) in xe_device_has_msix() 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.c736 if (xe_device_has_msix(xe)) in irq_uninstall()
758 if (xe_device_has_msix(xe)) { in xe_irq_install()
769 err = xe_device_has_msix(xe) ? xe_irq_msix_request_irqs(xe) : in xe_irq_install()
791 if (xe_device_has_msix(xe)) in xe_irq_suspend()
H A Dxe_memirq.c165 return xe_device_has_msix(memirq_to_xe(memirq)); in hw_reports_to_instance_zero()
H A Dxe_hw_engine.c340 if (xe_device_has_msix(gt_to_xe(hwe->gt))) in xe_hw_engine_enable_ring()
512 hwe->irq_offset = xe_device_has_msix(gt_to_xe(gt)) ? in hw_engine_init_early()
H A Dxe_execlist.c86 if (xe_device_has_msix(gt_to_xe(hwe->gt))) in __start_lrc()
H A Dxe_lrc.c598 num_regs = xe_device_has_msix(xe) ? 3 : 2; in set_memory_based_intr()
606 if (xe_device_has_msix(xe)) { in set_memory_based_intr()
1057 if (xe_device_has_msix(xe)) { in xe_lrc_init()