Searched refs:dp_lane_count (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Datombios_output.c2618 radeon_output->dp_lane_count = dp_lanes_for_mode_clock(output, clock);
2620 if (!radeon_output->dp_lane_count || !radeon_output->dp_clock)
2629 for (i = 0; i < radeon_output->dp_lane_count; i++)
2632 atom_dp_aux_native_write(output, DP_TRAINING_LANE0_SET, radeon_output->dp_lane_count, train_set);
2658 dp_link_configuration[1] = radeon_output->dp_lane_count;
2701 if (dp_clock_recovery_ok(link_status, radeon_output->dp_lane_count)) {
2706 for (i = 0; i < radeon_output->dp_lane_count; i++)
2709 if (i == radeon_output->dp_lane_count) {
2728 dp_get_adjust_train(output, link_status, radeon_output->dp_lane_count, train_set);
2751 if (dp_channel_eq_ok(link_status, radeon_output->dp_lane_count)) {
[all...]
H A Dradeon_probe.h374 int dp_lane_count; member in struct:_RADEONOutputPrivateRec

Completed in 7 milliseconds