Home
last modified time | relevance | path

Searched refs:heci_mask (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/gpu/drm/i915/gt/
H A Dintel_gt_irq.c267 u32 heci_mask = 0; in gen11_gt_irq_postinstall() local
285 heci_mask = GSC_IRQ_INTF(1); /* HECI2 IRQ for SW Proxy*/ in gen11_gt_irq_postinstall()
298 intel_uncore_write(uncore, GEN11_GUNIT_CSME_INTR_ENABLE, gsc_mask | heci_mask); in gen11_gt_irq_postinstall()
326 if (heci_mask) in gen11_gt_irq_postinstall()
328 ~REG_FIELD_PREP(ENGINE1_MASK, heci_mask)); in gen11_gt_irq_postinstall()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_irq.c142 u32 heci_mask = 0; in xe_irq_enable_hwe() local
201 heci_mask = GSC_IRQ_INTF(1); in xe_irq_enable_hwe()
207 xe_mmio_write32(mmio, GUNIT_GSC_INTR_ENABLE, gsc_mask | heci_mask); in xe_irq_enable_hwe()
210 if (heci_mask) in xe_irq_enable_hwe()
211 xe_mmio_write32(mmio, HECI2_RSVD_INTR_MASK, ~(heci_mask << 16)); in xe_irq_enable_hwe()