Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/include/drm/display/
H A Ddrm_dp_helper.h748 u8 phy_pattern; member
/openbsd/sys/dev/pci/drm/display/
H A Ddrm_dp_helper.c2691 err = drm_dp_dpcd_readb(aux, DP_PHY_TEST_PATTERN, &data->phy_pattern); in drm_dp_get_phy_test_pattern()
2695 switch (data->phy_pattern) { in drm_dp_get_phy_test_pattern()
2729 test_pattern = data->phy_pattern; in drm_dp_set_phy_test_pattern()
/openbsd/sys/dev/pci/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()