Home
last modified time | relevance | path

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

/linux/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.c718 if (xe_device_has_msix(xe)) in irq_uninstall()
740 if (xe_device_has_msix(xe)) { in xe_irq_install()
751 err = xe_device_has_msix(xe) ? xe_irq_msix_request_irqs(xe) : in xe_irq_install()
773 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.c337 if (xe_device_has_msix(gt_to_xe(hwe->gt))) in xe_hw_engine_enable_ring()
511 hwe->irq_offset = xe_device_has_msix(gt_to_xe(gt)) ? in hw_engine_init_early()
H A Dxe_lrc.c597 num_regs = xe_device_has_msix(xe) ? 3 : 2; in set_memory_based_intr()
605 if (xe_device_has_msix(xe)) { in set_memory_based_intr()
955 if (xe_device_has_msix(xe)) { in xe_lrc_init()
H A Dxe_execlist.c86 if (xe_device_has_msix(gt_to_xe(hwe->gt))) in __start_lrc()