Home
last modified time | relevance | path

Searched refs:phy_pattern (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/drm/display/
H A Ddrm_dp_helper.h748 u8 phy_pattern; member
/openbmc/linux/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c2685 err = drm_dp_dpcd_readb(aux, DP_PHY_TEST_PATTERN, &data->phy_pattern); in drm_dp_get_phy_test_pattern()
2689 switch (data->phy_pattern) { in drm_dp_get_phy_test_pattern()
2723 test_pattern = data->phy_pattern; in drm_dp_set_phy_test_pattern()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_debugfs.c945 intel_dp->compliance.test_data.phytest.phy_pattern); in i915_displayport_test_data_show()
H A Dintel_dp.c3917 switch (data->phy_pattern) { in intel_dp_phy_pattern_update()