Searched refs:vendor_lttpr_write_data_pe (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/link/protocols/ |
D | link_dp_training_fixed_vs_pe_retimer.c | 49 const uint8_t vendor_lttpr_write_data_pe[3] = {0x0, 0x54, 0x63}; in dp_fixed_vs_pe_read_lane_adjust() local 61 &vendor_lttpr_write_data_pe[0], sizeof(vendor_lttpr_write_data_pe)); in dp_fixed_vs_pe_read_lane_adjust() 79 uint8_t vendor_lttpr_write_data_pe[4] = {0x1, 0x52, 0x63, 0x0}; in dp_fixed_vs_pe_set_retimer_lane_settings() local 85 vendor_lttpr_write_data_pe[3] |= in dp_fixed_vs_pe_set_retimer_lane_settings() 97 &vendor_lttpr_write_data_pe[0], sizeof(vendor_lttpr_write_data_pe)); in dp_fixed_vs_pe_set_retimer_lane_settings() 202 uint8_t vendor_lttpr_write_data_pe[4] = {0x1, 0x52, 0x63, 0x0}; in dp_perform_fixed_vs_pe_training_sequence_legacy() local 240 &vendor_lttpr_write_data_pe[0], sizeof(vendor_lttpr_write_data_pe)); in dp_perform_fixed_vs_pe_training_sequence_legacy() 366 vendor_lttpr_write_data_pe[3] = 0; in dp_perform_fixed_vs_pe_training_sequence_legacy() 371 vendor_lttpr_write_data_pe[3] |= in dp_perform_fixed_vs_pe_training_sequence_legacy() 379 &vendor_lttpr_write_data_pe[0], sizeof(vendor_lttpr_write_data_pe)); in dp_perform_fixed_vs_pe_training_sequence_legacy() [all …]
|