Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_heci_gsc.c176 if (!xe->info.has_heci_gscfi && !xe->info.has_heci_cscfi) in xe_heci_gsc_init()
236 if (!xe->info.has_heci_cscfi) { in xe_heci_csc_irq_handler()
H A Dxe_pci_types.h41 u8 has_heci_cscfi:1; member
H A Dxe_pci.c329 .has_heci_cscfi = 1,
576 xe->info.has_heci_cscfi = desc->has_heci_cscfi; in xe_info_init_early()
836 xe->info.has_heci_gscfi, xe->info.has_heci_cscfi); in xe_pci_probe()
H A Dxe_device_types.h327 /** @info.has_heci_cscfi: device has heci cscfi */
328 u8 has_heci_cscfi:1; member
H A Dxe_device.c684 xe->info.has_heci_cscfi = 0; in sriov_update_device_info()
H A Dxe_irq.c478 if (xe->info.has_heci_cscfi) in dg1_irq_handler()