Searched refs:repeater_cnt (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/display/dc/link/protocols/
H A Dlink_dp_training_dpia.c293 uint8_t repeater_cnt = 0; /* Number of hops/repeaters in display path. */ local
305 repeater_cnt = dp_parse_lttpr_repeater_count(link->dpcd_caps.lttpr_caps.phy_repeater_cnt);
318 if (hop == repeater_cnt) {
367 if (hop == repeater_cnt - 1) {
618 uint8_t repeater_cnt = 0; /* Number of hops/repeaters in display path. */ local
638 repeater_cnt = dp_parse_lttpr_repeater_count(link->dpcd_caps.lttpr_caps.phy_repeater_cnt);
643 if (hop == repeater_cnt) {
673 if (hop == repeater_cnt - 1) {
902 uint8_t repeater_cnt = 0; /* Number of hops/repeaters in display path. */ local
907 repeater_cnt
998 uint8_t repeater_cnt = 0; /* Number of hops/repeaters in display path. */ local
[all...]
H A Dlink_dp_training_8b_10b.c361 uint8_t repeater_cnt; local
376 repeater_cnt = dp_parse_lttpr_repeater_count(link->dpcd_caps.lttpr_caps.phy_repeater_cnt);
378 for (repeater_id = repeater_cnt; (repeater_id > 0 && status == LINK_TRAINING_SUCCESS);
H A Dlink_dp_training_fixed_vs_pe_retimer.c110 uint8_t repeater_cnt; local
147 repeater_cnt = dp_parse_lttpr_repeater_count(link->dpcd_caps.lttpr_caps.phy_repeater_cnt);
149 for (repeater_id = repeater_cnt; (repeater_id > 0 && status == LINK_TRAINING_SUCCESS);
H A Dlink_dp_training.c875 uint8_t repeater_cnt; local
912 repeater_cnt = dp_parse_lttpr_repeater_count(link->dpcd_caps.lttpr_caps.phy_repeater_cnt);
918 link->dpcd_caps.lttpr_caps.aux_rd_interval[--repeater_cnt] = 0;
920 for (repeater_id = repeater_cnt; repeater_id > 0; repeater_id--) {

Completed in 80 milliseconds