Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/regs/
H A Dxe_irq_regs.h48 #define GUNIT_GSC_INTR_ENABLE XE_REG(0x190044, XE_REG_OPTION_VF) macro
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_irq.c207 xe_mmio_write32(mmio, GUNIT_GSC_INTR_ENABLE, gsc_mask | heci_mask); in xe_irq_enable_hwe()
526 xe_mmio_write32(mmio, GUNIT_GSC_INTR_ENABLE, 0); in gt_irq_reset()
H A Dxe_hw_engine.c806 xe_mmio_write32(&gt->mmio, GUNIT_GSC_INTR_ENABLE, 0); in check_gsc_availability()