Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/display/
H A Ddrm_dp_helper.h754 int drm_dp_get_phy_test_pattern(struct drm_dp_aux *aux,
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c2666 int drm_dp_get_phy_test_pattern(struct drm_dp_aux *aux, in drm_dp_get_phy_test_pattern() function
2707 EXPORT_SYMBOL(drm_dp_get_phy_test_pattern);
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c4008 if (drm_dp_get_phy_test_pattern(&intel_dp->aux, data)) { in intel_dp_autotest_phy_pattern()