Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/pxp/
Dintel_pxp_irq.h15 #define GEN12_DISPLAY_STATE_RESET_COMPLETE_INTERRUPT BIT(3) macro
20 GEN12_DISPLAY_STATE_RESET_COMPLETE_INTERRUPT)
Dintel_pxp_irq.c40 if (iir & GEN12_DISPLAY_STATE_RESET_COMPLETE_INTERRUPT) in intel_pxp_irq_handler()