Home
last modified time | relevance | path

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

/Linux-v6.6/include/drm/display/
Ddrm_dp_helper.h748 int drm_dp_get_phy_test_pattern(struct drm_dp_aux *aux,
/Linux-v6.6/drivers/gpu/drm/display/
Ddrm_dp_helper.c2631 int drm_dp_get_phy_test_pattern(struct drm_dp_aux *aux, in drm_dp_get_phy_test_pattern() function
2672 EXPORT_SYMBOL(drm_dp_get_phy_test_pattern);
/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_dp.c3992 if (drm_dp_get_phy_test_pattern(&intel_dp->aux, data)) { in intel_dp_autotest_phy_pattern()