Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Dhandlers.c2701 MMIO_DH(GEN8_DE_PIPE_IER(PIPE_A), D_BDW_PLUS, NULL, in init_broadwell_mmio_info()
2709 MMIO_DH(GEN8_DE_PIPE_IER(PIPE_B), D_BDW_PLUS, NULL, in init_broadwell_mmio_info()
2717 MMIO_DH(GEN8_DE_PIPE_IER(PIPE_C), D_BDW_PLUS, NULL, in init_broadwell_mmio_info()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_debugfs.c401 I915_READ(GEN8_DE_PIPE_IER(pipe))); in gen8_display_interrupt_info()
Di915_reg.h7322 #define GEN8_DE_PIPE_IER(pipe) _MMIO(0x4440c + (0x10 * (pipe))) macro