Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/display/
H A Ddrm_dp_helper.h760 int drm_dp_pcon_frl_prepare(struct drm_dp_aux *aux, bool enable_frl_ready_hpd);
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c2965 int drm_dp_pcon_frl_prepare(struct drm_dp_aux *aux, bool enable_frl_ready_hpd) in drm_dp_pcon_frl_prepare() function
2978 EXPORT_SYMBOL(drm_dp_pcon_frl_prepare);
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c2724 ret = drm_dp_pcon_frl_prepare(&intel_dp->aux, false); in intel_dp_pcon_start_frl_training()