|
@@ -750,7 +750,9 @@ static int nv17_tv_set_property(struct drm_encoder *encoder,
|
|
|
/* Disable the crtc to ensure a full modeset is
|
|
/* Disable the crtc to ensure a full modeset is
|
|
|
* performed whenever it's turned on again. */
|
|
* performed whenever it's turned on again. */
|
|
|
if (crtc)
|
|
if (crtc)
|
|
|
- drm_crtc_force_disable(crtc);
|
|
|
|
|
|
|
+ drm_crtc_helper_set_mode(crtc, &crtc->mode,
|
|
|
|
|
+ crtc->x, crtc->y,
|
|
|
|
|
+ crtc->primary->fb);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
return 0;
|
|
return 0;
|