Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/gvt/
Dhandlers.c2430 MMIO_D(PIPE_MULT(PIPE_A), D_ALL); in init_generic_mmio_info()
2431 MMIO_D(PIPE_MULT(PIPE_B), D_ALL); in init_generic_mmio_info()
2432 MMIO_D(PIPE_MULT(PIPE_C), D_ALL); in init_generic_mmio_info()
/drivers/gpu/drm/i915/display/
Dintel_display.c6469 I915_WRITE(PIPE_MULT(cpu_transcoder), in haswell_crtc_enable()
10491 I915_READ(PIPE_MULT(pipe_config->cpu_transcoder)) + 1; in haswell_get_pipe_config()
/drivers/gpu/drm/i915/
Di915_reg.h4199 #define PIPE_MULT(trans) _MMIO_TRANS2(trans, _PIPE_MULT_A) macro