Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
Dhandlers.c2506 MMIO_D(PIPE_MULT(PIPE_A), D_ALL); in init_generic_mmio_info()
2507 MMIO_D(PIPE_MULT(PIPE_B), D_ALL); in init_generic_mmio_info()
2508 MMIO_D(PIPE_MULT(PIPE_C), D_ALL); in init_generic_mmio_info()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_display.c7097 intel_de_write(dev_priv, PIPE_MULT(cpu_transcoder), in hsw_crtc_enable()
11308 PIPE_MULT(pipe_config->cpu_transcoder)) + 1; in hsw_get_pipe_config()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_reg.h4344 #define PIPE_MULT(trans) _MMIO_TRANS2(trans, _PIPE_MULT_A) macro