Home
last modified time | relevance | path

Searched refs:GEN8_DE_PIPE_IIR (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Dhandlers.c2781 MMIO_DH(GEN8_DE_PIPE_IIR(PIPE_A), D_BDW_PLUS, NULL, in init_bdw_mmio_info()
2789 MMIO_DH(GEN8_DE_PIPE_IIR(PIPE_B), D_BDW_PLUS, NULL, in init_bdw_mmio_info()
2797 MMIO_DH(GEN8_DE_PIPE_IIR(PIPE_C), D_BDW_PLUS, NULL, in init_bdw_mmio_info()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_irq.c2319 iir = I915_READ(GEN8_DE_PIPE_IIR(pipe)); in gen8_de_irq_handler()
2327 I915_WRITE(GEN8_DE_PIPE_IIR(pipe), iir); in gen8_de_irq_handler()
H A Di915_debugfs.c403 I915_READ(GEN8_DE_PIPE_IIR(pipe))); in gen8_display_interrupt_info()
H A Di915_reg.h7653 #define GEN8_DE_PIPE_IIR(pipe) _MMIO(0x44408 + (0x10 * (pipe))) macro