Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/gvt/
Dhandlers.c2371 MMIO_D(PIPE_MULT(PIPE_A), D_ALL); in init_generic_mmio_info()
2372 MMIO_D(PIPE_MULT(PIPE_B), D_ALL); in init_generic_mmio_info()
2373 MMIO_D(PIPE_MULT(PIPE_C), D_ALL); in init_generic_mmio_info()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_display.c5665 I915_WRITE(PIPE_MULT(cpu_transcoder), in haswell_crtc_enable()
9568 I915_READ(PIPE_MULT(pipe_config->cpu_transcoder)) + 1; in haswell_get_pipe_config()
Di915_reg.h4094 #define PIPE_MULT(trans) _MMIO_TRANS2(trans, _PIPE_MULT_A) macro