|
@@ -3979,7 +3979,7 @@ static uint8_t intel_dp_autotest_video_pattern(struct intel_dp *intel_dp)
|
|
|
|
|
|
static uint8_t intel_dp_autotest_edid(struct intel_dp *intel_dp)
|
|
|
{
|
|
|
- uint8_t test_result = DP_TEST_NAK;
|
|
|
+ uint8_t test_result = DP_TEST_ACK;
|
|
|
struct intel_connector *intel_connector = intel_dp->attached_connector;
|
|
|
struct drm_connector *connector = &intel_connector->base;
|
|
|
|
|
@@ -4014,7 +4014,7 @@ static uint8_t intel_dp_autotest_edid(struct intel_dp *intel_dp)
|
|
|
DRM_DEBUG_KMS("Failed to write EDID checksum\n");
|
|
|
|
|
|
test_result = DP_TEST_ACK | DP_TEST_EDID_CHECKSUM_WRITE;
|
|
|
- intel_dp->compliance.test_data.edid = INTEL_DP_RESOLUTION_STANDARD;
|
|
|
+ intel_dp->compliance.test_data.edid = INTEL_DP_RESOLUTION_PREFERRED;
|
|
|
}
|
|
|
|
|
|
/* Set test active flag here so userspace doesn't interrupt things */
|