Home
last modified time | relevance | path

Searched refs:DP_TP_CTL_FEC_ENABLE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_ddi.c2234 0, DP_TP_CTL_FEC_ENABLE); in intel_ddi_enable_fec()
2246 DP_TP_CTL_FEC_ENABLE, 0); in intel_ddi_disable_fec_state()
3758 dp_tp_ctl_reg(encoder, pipe_config)) & DP_TP_CTL_FEC_ENABLE; in intel_ddi_read_func_ctl()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_reg.h5691 #define DP_TP_CTL_FEC_ENABLE (1 << 30) macro