Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp_irq.h13 #define GEN12_DISPLAY_PXP_STATE_TERMINATED_INTERRUPT BIT(1) macro
18 (GEN12_DISPLAY_PXP_STATE_TERMINATED_INTERRUPT | \
H A Dintel_pxp_debugfs.c56 intel_pxp_irq_handler(pxp, GEN12_DISPLAY_PXP_STATE_TERMINATED_INTERRUPT); in pxp_terminate_set()
H A Dintel_pxp_irq.c39 if (iir & (GEN12_DISPLAY_PXP_STATE_TERMINATED_INTERRUPT | in intel_pxp_irq_handler()