Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/gvt/
Dhandlers.c2646 MMIO_DH(GEN8_DE_PIPE_IER(PIPE_A), D_BDW_PLUS, NULL, in init_broadwell_mmio_info()
2654 MMIO_DH(GEN8_DE_PIPE_IER(PIPE_B), D_BDW_PLUS, NULL, in init_broadwell_mmio_info()
2662 MMIO_DH(GEN8_DE_PIPE_IER(PIPE_C), D_BDW_PLUS, NULL, in init_broadwell_mmio_info()
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_debugfs.c675 I915_READ(GEN8_DE_PIPE_IER(pipe))); in gen8_display_interrupt_info()
Di915_reg.h7112 #define GEN8_DE_PIPE_IER(pipe) _MMIO(0x4440c + (0x10 * (pipe))) macro