HomeSort by: relevance | last modified time | path
    Searched defs:test_lane_count (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display_types.h 1221 u8 test_lane_count; member in struct:intel_dp_compliance
intel_dp.c 1981 intel_dp->compliance.test_lane_count)) {
1988 intel_dp->compliance.test_lane_count;
4844 u8 test_lane_count, test_link_bw; local in function:intel_dp_autotest_link_training
4848 /* Read the TEST_LANE_COUNT and TEST_LINK_RTAE fields (DP CTS 3.1.4) */
4850 &test_lane_count);
4856 test_lane_count &= DP_MAX_LANE_COUNT_MASK;
4868 test_lane_count))
4871 intel_dp->compliance.test_lane_count = test_lane_count;

Completed in 45 milliseconds