Lines Matching full:compliance

77 /* Compliance test status bits  */
2060 /* Adjust link config limits based on compliance test requests. */
2068 /* For DP Compliance we override the computed bpp for the pipe */ in intel_dp_adjust_compliance_config()
2069 if (intel_dp->compliance.test_data.bpc != 0) { in intel_dp_adjust_compliance_config()
2070 int bpp = 3 * intel_dp->compliance.test_data.bpc; in intel_dp_adjust_compliance_config()
2078 /* Use values requested by Compliance Test Request */ in intel_dp_adjust_compliance_config()
2079 if (intel_dp->compliance.test_type == DP_TEST_LINK_TRAINING) { in intel_dp_adjust_compliance_config()
2082 /* Validate the compliance test data since max values in intel_dp_adjust_compliance_config()
2085 if (intel_dp_link_params_valid(intel_dp, intel_dp->compliance.test_link_rate, in intel_dp_adjust_compliance_config()
2086 intel_dp->compliance.test_lane_count)) { in intel_dp_adjust_compliance_config()
2089 intel_dp->compliance.test_link_rate); in intel_dp_adjust_compliance_config()
2093 intel_dp->compliance.test_lane_count; in intel_dp_adjust_compliance_config()
5292 intel_dp->compliance.test_lane_count = test_lane_count; in intel_dp_autotest_link_training()
5293 intel_dp->compliance.test_link_rate = test_link_rate; in intel_dp_autotest_link_training()
5342 intel_dp->compliance.test_data.bpc = 6; in intel_dp_autotest_video_pattern()
5345 intel_dp->compliance.test_data.bpc = 8; in intel_dp_autotest_video_pattern()
5351 intel_dp->compliance.test_data.video_pattern = test_pattern; in intel_dp_autotest_video_pattern()
5352 intel_dp->compliance.test_data.hdisplay = be16_to_cpu(h_width); in intel_dp_autotest_video_pattern()
5353 intel_dp->compliance.test_data.vdisplay = be16_to_cpu(v_height); in intel_dp_autotest_video_pattern()
5355 intel_dp->compliance.test_active = true; in intel_dp_autotest_video_pattern()
5383 intel_dp->compliance.test_data.edid = INTEL_DP_RESOLUTION_FAILSAFE; in intel_dp_autotest_edid()
5398 intel_dp->compliance.test_data.edid = INTEL_DP_RESOLUTION_PREFERRED; in intel_dp_autotest_edid()
5402 intel_dp->compliance.test_active = true; in intel_dp_autotest_edid()
5410 &intel_dp->compliance.test_data.phytest; in intel_dp_prepare_phytest()
5419 * during compliance testing. in intel_dp_prepare_phytest()
5432 &intel_dp->compliance.test_data.phytest; in intel_dp_phy_pattern_update()
5481 DRM_DEBUG_KMS("Set HBR2 compliance Phy Test Pattern\n"); in intel_dp_phy_pattern_update()
5548 &intel_dp->compliance.test_data.phytest; in intel_dp_process_phy_request()
5622 intel_dp->compliance.test_type = request; in intel_dp_handle_test_request()
5965 * Clearing compliance test variables to allow capturing in intel_dp_short_pulse()
5968 memset(&intel_dp->compliance, 0, sizeof(intel_dp->compliance)); in intel_dp_short_pulse()
5994 if (intel_dp->compliance.test_type == DP_TEST_LINK_TRAINING) { in intel_dp_short_pulse()
5996 "Link Training Compliance Test requested\n"); in intel_dp_short_pulse()
6320 memset(&intel_dp->compliance, 0, sizeof(intel_dp->compliance)); in intel_dp_detect()
6382 * while reading EDID which are required by Compliance tests in intel_dp_detect()