Searched refs:vendor_lttpr_write_data_vs (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_link_dp.c | 336 const uint8_t vendor_lttpr_write_data_vs[3] = {0x0, 0x53, 0x63}; in dp_fixed_vs_pe_read_lane_adjust() local 357 &vendor_lttpr_write_data_vs[0], in dp_fixed_vs_pe_read_lane_adjust() 358 sizeof(vendor_lttpr_write_data_vs)); in dp_fixed_vs_pe_read_lane_adjust() 390 uint8_t vendor_lttpr_write_data_vs[4] = {0x1, 0x51, 0x63, 0x0}; in dp_fixed_vs_pe_set_retimer_lane_settings() local 400 vendor_lttpr_write_data_vs[3] |= in dp_fixed_vs_pe_set_retimer_lane_settings() 415 &vendor_lttpr_write_data_vs[0], in dp_fixed_vs_pe_set_retimer_lane_settings() 416 sizeof(vendor_lttpr_write_data_vs)); in dp_fixed_vs_pe_set_retimer_lane_settings() 2284 uint8_t vendor_lttpr_write_data_vs[4] = {0x1, 0x51, 0x63, 0x0}; in dp_perform_fixed_vs_pe_training_sequence() local 2321 &vendor_lttpr_write_data_vs[0], in dp_perform_fixed_vs_pe_training_sequence() 2322 sizeof(vendor_lttpr_write_data_vs)); in dp_perform_fixed_vs_pe_training_sequence() [all …]
|