Home
last modified time | relevance | path

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

/linux-6.6.21/include/drm/display/
Ddrm_dp_helper.h761 int drm_dp_pcon_frl_enable(struct drm_dp_aux *aux);
/linux-6.6.21/drivers/gpu/drm/display/
Ddrm_dp_helper.c3082 int drm_dp_pcon_frl_enable(struct drm_dp_aux *aux) in drm_dp_pcon_frl_enable() function
3102 EXPORT_SYMBOL(drm_dp_pcon_frl_enable);
/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_dp.c2732 ret = drm_dp_pcon_frl_enable(&intel_dp->aux); in intel_dp_pcon_start_frl_training()