Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_pch_display.c427 i915_reg_t reg = TRANS_DP_CTL(pipe); in ilk_pch_enable()
469 intel_de_rmw(dev_priv, TRANS_DP_CTL(pipe), in ilk_pch_post_disable()
H A Dg4x_dp.c147 intel_de_rmw(display, TRANS_DP_CTL(crtc->pipe), in intel_dp_prepare()
259 u32 val = intel_de_read(display, TRANS_DP_CTL(p)); in cpt_dp_port_selected()
358 TRANS_DP_CTL(crtc->pipe)); in intel_dp_get_config()
/linux-6.15/drivers/gpu/drm/i915/
H A Dintel_gvt_mmio_table.c369 MMIO_D(TRANS_DP_CTL(PIPE_A)); in iterate_generic_mmio()
370 MMIO_D(TRANS_DP_CTL(PIPE_B)); in iterate_generic_mmio()
371 MMIO_D(TRANS_DP_CTL(PIPE_C)); in iterate_generic_mmio()
H A Di915_reg.h3127 #define TRANS_DP_CTL(pipe) _MMIO_PIPE(pipe, _TRANS_DP_CTL_A, _TRANS_DP_CTL_B) macro