|
@@ -8713,6 +8713,7 @@ bool intel_get_load_detect_pipe(struct drm_connector *connector,
|
|
|
old->release_fb->funcs->destroy(old->release_fb);
|
|
old->release_fb->funcs->destroy(old->release_fb);
|
|
|
goto fail;
|
|
goto fail;
|
|
|
}
|
|
}
|
|
|
|
|
+ crtc->primary->crtc = crtc;
|
|
|
|
|
|
|
|
/* let the connector get through one full cycle before testing */
|
|
/* let the connector get through one full cycle before testing */
|
|
|
intel_wait_for_vblank(dev, intel_crtc->pipe);
|
|
intel_wait_for_vblank(dev, intel_crtc->pipe);
|