Lines Matching full:compliance
82 /* Compliance test status bits */
1016 /* Adjust link config limits based on compliance test requests. */
1024 /* For DP Compliance we override the computed bpp for the pipe */ in intel_dp_adjust_compliance_config()
1025 if (intel_dp->compliance.test_data.bpc != 0) { in intel_dp_adjust_compliance_config()
1026 int bpp = 3 * intel_dp->compliance.test_data.bpc; in intel_dp_adjust_compliance_config()
1034 /* Use values requested by Compliance Test Request */ in intel_dp_adjust_compliance_config()
1035 if (intel_dp->compliance.test_type == DP_TEST_LINK_TRAINING) { in intel_dp_adjust_compliance_config()
1038 /* Validate the compliance test data since max values in intel_dp_adjust_compliance_config()
1041 if (intel_dp_link_params_valid(intel_dp, intel_dp->compliance.test_link_rate, in intel_dp_adjust_compliance_config()
1042 intel_dp->compliance.test_lane_count)) { in intel_dp_adjust_compliance_config()
1045 intel_dp->compliance.test_link_rate); in intel_dp_adjust_compliance_config()
1049 intel_dp->compliance.test_lane_count; in intel_dp_adjust_compliance_config()
3079 intel_dp->compliance.test_lane_count = test_lane_count; in intel_dp_autotest_link_training()
3080 intel_dp->compliance.test_link_rate = test_link_rate; in intel_dp_autotest_link_training()
3129 intel_dp->compliance.test_data.bpc = 6; in intel_dp_autotest_video_pattern()
3132 intel_dp->compliance.test_data.bpc = 8; in intel_dp_autotest_video_pattern()
3138 intel_dp->compliance.test_data.video_pattern = test_pattern; in intel_dp_autotest_video_pattern()
3139 intel_dp->compliance.test_data.hdisplay = be16_to_cpu(h_width); in intel_dp_autotest_video_pattern()
3140 intel_dp->compliance.test_data.vdisplay = be16_to_cpu(v_height); in intel_dp_autotest_video_pattern()
3142 intel_dp->compliance.test_active = true; in intel_dp_autotest_video_pattern()
3170 intel_dp->compliance.test_data.edid = INTEL_DP_RESOLUTION_FAILSAFE; in intel_dp_autotest_edid()
3185 intel_dp->compliance.test_data.edid = INTEL_DP_RESOLUTION_PREFERRED; in intel_dp_autotest_edid()
3189 intel_dp->compliance.test_active = true; in intel_dp_autotest_edid()
3200 &intel_dp->compliance.test_data.phytest; in intel_dp_phy_pattern_update()
3249 DRM_DEBUG_KMS("Set HBR2 compliance Phy Test Pattern\n"); in intel_dp_phy_pattern_update()
3319 &intel_dp->compliance.test_data.phytest; in intel_dp_process_phy_request()
3350 &intel_dp->compliance.test_data.phytest; in intel_dp_autotest_phy_pattern()
3358 intel_dp->compliance.test_active = true; in intel_dp_autotest_phy_pattern()
3401 intel_dp->compliance.test_type = request; in intel_dp_handle_test_request()
3889 * Clearing compliance test variables to allow capturing in intel_dp_short_pulse()
3892 memset(&intel_dp->compliance, 0, sizeof(intel_dp->compliance)); in intel_dp_short_pulse()
3919 switch (intel_dp->compliance.test_type) { in intel_dp_short_pulse()
3922 "Link Training Compliance Test requested\n"); in intel_dp_short_pulse()
3928 "PHY test pattern Compliance Test requested\n"); in intel_dp_short_pulse()
4216 memset(&intel_dp->compliance, 0, sizeof(intel_dp->compliance)); in intel_dp_detect()
4278 * while reading EDID which are required by Compliance tests in intel_dp_detect()