Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_ddi.c3293 intel_dp->regs.dp_tp_ctl = TGL_DP_TP_CTL(transcoder); in tgl_ddi_pre_enable_dp()
4383 dp_tp_ctl = TGL_DP_TP_CTL(pipe_config->cpu_transcoder); in intel_ddi_get_config()
4422 intel_dp->regs.dp_tp_ctl = TGL_DP_TP_CTL(transcoder); in intel_ddi_get_config()
Dintel_dp.c5505 dp_tp_ctl_value = intel_de_read(dev_priv, TGL_DP_TP_CTL(pipe)); in intel_dp_autotest_phy_ddi_disable()
5515 intel_de_write(dev_priv, TGL_DP_TP_CTL(pipe), dp_tp_ctl_value); in intel_dp_autotest_phy_ddi_disable()
5532 dp_tp_ctl_value = intel_de_read(dev_priv, TGL_DP_TP_CTL(pipe)); in intel_dp_autotest_phy_ddi_enable()
5540 intel_de_write(dev_priv, TGL_DP_TP_CTL(pipe), dp_tp_ctl_value); in intel_dp_autotest_phy_ddi_enable()
/Linux-v5.10/drivers/gpu/drm/i915/
Di915_reg.h9958 #define TGL_DP_TP_CTL(tran) _MMIO_TRANS2((tran), _TGL_DP_TP_CTL_A) macro