Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/gvt/
Dhandlers.c2764 MMIO_DH(GEN8_DE_PIPE_IER(PIPE_A), D_BDW_PLUS, NULL, in init_bdw_mmio_info()
2772 MMIO_DH(GEN8_DE_PIPE_IER(PIPE_B), D_BDW_PLUS, NULL, in init_bdw_mmio_info()
2780 MMIO_DH(GEN8_DE_PIPE_IER(PIPE_C), D_BDW_PLUS, NULL, in init_bdw_mmio_info()
/Linux-v5.10/drivers/gpu/drm/i915/
Di915_debugfs.c406 I915_READ(GEN8_DE_PIPE_IER(pipe))); in gen8_display_interrupt_info()
Di915_reg.h7642 #define GEN8_DE_PIPE_IER(pipe) _MMIO(0x4440c + (0x10 * (pipe))) macro